Reputation: 4456
I want to run the following test for my webapp:
So if T=40, X = 10,000 and R = 200:
Can this be simulated with an existing JMeter configuration or plugin?
Thanks
Upvotes: 0
Views: 989
Reputation: 5004
Why not have two groups of users, one setup to run a steady background load (your 200 tps) and then the other using an interval, one that matches your burst rate, set with a Constant Throughput Timer. If you add a Loop Controller to the burst group then you can generate large numbers of calls in staggered bursts.
Then you just need to set the loop and thread counts as required.
Upvotes: 2