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]

Reply via email to