Reputation: 3
I need to call a certain API 20000 times in 30 minutes in jmeter. Now I'm setting up a certain number of threads, considering how long this API takes to respond to me, and as a result I get about 20000 requests in 30 minutes. But the problem is that the number of API requests is always different, for example 18000 or 24000 requests. Is it possible to set up jmeter so that the API is called exactly the number of times in a certain time.
Upvotes: 0
Views: 326
Reputation: 168052
There are different approaches like:
If you want to run not more than 20000 requests you can limit it via Throughput Controller - https://i.sstatic.net/K3A1P.jpg
Upvotes: 1