Vsevolod Bulgartsev
Vsevolod Bulgartsev

Reputation: 3

How to call a certain number of requests in a certain period of time in jmeter?

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

Answers (1)

Related Questions