load testing using ruby

S

swapnali

Hi

I want to simualte 300 users for an application.
Can someone tell me how many users can be simulated using ruby ?

Thanks,
Swapnali
 
H

hemant

Hi

I want to simualte 300 users for an application.
Can someone tell me how many users can be simulated using ruby ?

Can you be more specific? Uses of what?
 
K

Kyle Schmitt

If this is a webapp (and from your 300 user request I'm guessing it
is), ruby is not currently be the right way to test. The load/stress
testing components available for Ruby are less than complete.

Take a look at Jmeter (http://jakarta.apache.org/jmeter/). It will
probably do what you want it to do, and most likely will only take you
between one afternoon to two days to complete a good suite of tests.

Don't give into the temptation to try and use Watir or some other
functional testing system for load/stress testing. They aren't
designed for it; getting them to work in this situation will be an
exercise in futility; any results will be dubious at best. I'm
working as a test developer, and Jmeter is my tool of choice for
load/stress testing of web applications.

As with any testing, a little common sense will go a long way, and
using common sense won't be completely natural on the first attempt ;)
I know this from experience.

Give a holler here, or on the jmeter-mailing list if you need help.
They are very responsive and helpful (just like the ruby list!)

--Kyle
 
R

Rob Sanheim

If this is a webapp (and from your 300 user request I'm guessing it
is), ruby is not currently be the right way to test. The load/stress
testing components available for Ruby are less than complete.

Take a look at Jmeter (http://jakarta.apache.org/jmeter/). It will
probably do what you want it to do, and most likely will only take you
between one afternoon to two days to complete a good suite of tests.

Don't give into the temptation to try and use Watir or some other
functional testing system for load/stress testing. They aren't
designed for it; getting them to work in this situation will be an
exercise in futility; any results will be dubious at best. I'm
working as a test developer, and Jmeter is my tool of choice for
load/stress testing of web applications.

As with any testing, a little common sense will go a long way, and
using common sense won't be completely natural on the first attempt ;)
I know this from experience.

Give a holler here, or on the jmeter-mailing list if you need help.
They are very responsive and helpful (just like the ruby list!)

I would recommend starting with httperf, personally. Its a nice,
simple command line tool that, according to many, is one of the few
load testing tools to provide accurate and useful stats. Zed
recommends it for testing mongrel, for instance. I haven't use JMeter
personally, but I think ab or httperf would be the best thing to try
first, before getting more complicated.

You could very easily script httperf it with ruby, and there is also
autobench which is a perl wrapper around httperf.

See also:
* http://www.hpl.hp.com/research/linux/httperf/
* http://agiletesting.blogspot.com/2005/04/http-performance-testing-with-httperf.html

- Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,234
Messages
2,571,178
Members
47,809
Latest member
Adisty

Latest Threads

Top