You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Shankar <ra...@gmail.com> on 2012/10/26 19:51:36 UTC

jmeter-plugins - Need your help

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: user-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org


Re: jmeter-plugins - Need your help

Posted by Deepak Shetty <sh...@gmail.com>.
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 <ra...@gmail.com> 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: user-unsubscribe@jmeter.apache.org
> For additional commands, e-mail: user-help@jmeter.apache.org
>
>