What should be the configuration for sending atleast 1000 requests per sec to a…
April 9, 2020 at 3:27pmWhat should be the configuration for sending atleast 1000 requests per sec to a service? Should i increase the number of nodes in combination with the number of threads?
April 9, 2020 at 3:27pmApril 11, 2020 at 12:11am
As a planning figure, Flood distributes 500 threads to each load generator (grid node) when running a JMeter test. So the total requests per second (rps) for a given machine will be a factor of how quickly the target site responds to each of those requests. We'd recommend running a test with 500 users as a baseline then observing the rps for that test. That will take into account any latency, target site performance and so forth. Then you can plan to scale out from there.
You can also use throughut shaping timers in JMeter to limit / throttle the rps for a given instance of a running test.
April 13, 2020 at 2:42am
thanks . These instructions were helpful. I was able to use throughput shaping timer and a single node and was able to achieve the desired number of rps.
August 5, 2020 at 3:35am
had a followup question -
I have to increment the RPS being sent every 5 mins. I have a throughput shaping timer which does the job of increasing the RPS every 5 mins but flood does not respect the limit/throttle. Is there an optional parameter I need to specify to have it stick to the throttle every 5 mins?
August 26, 2020 at 4:33am
Hi (anilaselwyn-nbcuni) - Flood should definitely respect the JMeter load profile you are trying to simulate. An alternative to the thropughput shaping timer is the Ultimate Thread Group which we also support as well. Both should do what you need.
That warning message is JMeter basically saying that it cannot achieve the target throughput with the current number of threads.