How to increase the requests/sec during executing Performance Test using JMeter
How to increase th开发者_JS百科e request/sec in JMeter? I tried to increase thread group count to 150 and ramp-up is 10, still I got 6 req/sec.
Is there any other way to increase the req/sec? Please help me.
Thanks in Advance Venkat
To generate higher rate you'll need more threads in thread group. And if your service degrades (becomes slower and slower while request rate increases), you'll need even more active threads to generate requests.
See also this: http://code.google.com/p/jmeter-plugins/wiki/ThroughputShapingTimer
精彩评论