Bilal Halayqa
Bilal Halayqa

Reputation: 972

How do i make jmeter set number of threads (users) automatically according to the number of requests per second?

If i want to run a test with 10 Requests Per Second. How to make Jmeter choose the best number of threads needed to handle that number of requests per second.

I set the number of threads to be the same as number of requests per second.

Upvotes: 2

Views: 222

Answers (1)

jgabb
jgabb

Reputation: 554

You could use a constant throughput timer click here and you would just need to convert since it is based on throughput per minute. So yours would be 10*60 = 600 requests per minute. However, it also depends on if the server can handle the load or not.

Upvotes: 1

Related Questions