Jmeter will use all threads. It will give you the maximum possible request per second by default.
if you want to throttle it you use something like constant throughput timer or a custom plugin like http://code.google.com/p/jmeter-plugins/wiki/ThroughputShapingTimer regards deepak On Fri, Oct 26, 2012 at 10:51 AM, Shankar <[email protected]> wrote: > apologies, If I am posting this in a wrong place. > We can calculate the Thread pool size using below formula , > Threads pool size can be calculated like RPS * <max response time> / 1000. > for example > Desired RPS =100 > Max response time=2.5 sec > Thread pool size =(100*2500)/1000 =250 threads > If my server responds much faster than 2.5 sec and I can achieve desire > RPS say > 100 threads .. will jmeter > still uses all the 250 threads in the pool ? if not how that is handled ? > Thanks in advance , > Shankar > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
