How to achieve this scenario, 1s - 2000 request? Evenly distributed like every 1ms, 2 request should trigger…
What I observed is it is possible that vu’s trigger 2000 request before the duration and remains idle for the remaining time.
I want to achieve the even distribution through out the duration.
Hi @subhasis
Welcome to the community forum 
Is this topic related to Not able to achieve 2000RPS using constant arrival rate executors. Any suggestion?? If so, we can follow up there. Let me know if otherwise.
Cheers!
Hi @eyeveebe ,
No this is different. I want to achieve an evenly distributed load e.g 1s-> 2000 as in every millisec 2 request.
it shouldnt be like, before completing 1s duration all 2k requests got triggered(assume 0.7 s all 2k done, for rest 0.3 it remains idle and then closed)
Note: Again this is just an example
Yes it helped. thank you @eyeveebe
1 Like