[LRUG] Load testing a rails app

Chris Adams mail at chrisadams.me.uk
Tue May 1 02:36:01 PDT 2012


Hi Hamza, have you tried out trample? 

I can't say I've used it in anger, but it looks like it might help - it's a DSL for defining different paths through, and then GETting and POSTing through them, multiples, or different degrees of concurency.

https://github.com/boomerang/trample 

The boomerang fork is the most recent version of the original gem developed by James Golick in 2009.

I haven't tried whether you can easily get random, but easily repeatable paths through an app, but it may well be worth a look.

Hope that helps,

C


-- 
Chris Adams
mobile: 07974 368 229
twitter: @mrchrisadams
www: chrisadams.me.uk


On Tuesday, 1 May 2012 at 10:16, Hamza Khan-Cheema wrote:

> Hi.
> 
> Just a quick question on what tools people use to load test their Rails apps? 
> 
> I have used JMeter in the past and I am not very impressed with it (have you tried to undo a command with it?). One problem I had with it which is a show stopper is that it can't rerun the same test to compare the results if you are using the random selectors in JMeter. The idea is that you want it to randomly select which link to click on and which path to take then record that and retest with the random path. That way when you make a change you can be sure that it is random and that it had a effect or not. I have briefly looked at httperf by HP. Has anyone had any success in using this or other tools? I know there are web apps out there, but I would like a tool we can use internally. 
> 
> Thanks.
> 
> Kind Regards
> Hamza Khan-Cheema
> _______________________________________________
> Chat mailing list
> Chat at lists.lrug.org (mailto:Chat at lists.lrug.org)
> http://lists.lrug.org/listinfo.cgi/chat-lrug.org
> 
> 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20120501/4790846a/attachment.html>


More information about the Chat mailing list