I have a servlet, and I want to do more than a unit test. I need to know performance under load and stress test it.

I need to be able to script a variety of transactions that run over specific time frames, and get collect response time data so I can identify failure points and at what point responses severely degrade. I have been looking through SO for any answers, and found some information about HTTPUnit, but am not sure if this would be the solution to this question. Would appreciate very simple samples in your answers, if possible.

link|improve this question

possible duplicate of load test / stress test web services – Matt Ball May 24 '11 at 1:21
feedback

2 Answers

up vote 5 down vote accepted

Try something like JMeter.

link|improve this answer
+1 Looking into it. Thanks – giulio May 24 '11 at 2:00
1  
I'll second using JMeter. Try to give some variety to the inputs. Caching can throw off your results significantly. Selenium might be interesting to you as well. – Joshua Martell May 24 '11 at 3:07
feedback

Try http://www.blitz.io. Works well for testing from the cloud if the app is accessible from the Internet.

link|improve this answer
Interesting solution to test public sites and high volume hits. But not quite what I need. The volumes appear overkill for my work, and cloud testing is not the area I'm working in. – giulio May 24 '11 at 10:47
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.