Achieve the require TPS query

Hi Team,
I want to perform 30min ramp up for 30 users and then 1 hour it should be continuously targeting 30 TPS and then ramp down all the users in 10min. which executor and how can i achieve this. I am using stages but the i also want to maintain the rate of 30 TPS (response times are around 200ms for my APIs). Thanks in advance

Hi @pawansinha4u,

To achieve the described goals, you can use a combination of constant-arrival-rate and ramping-arrival-rate executors with multiple scenarios as per what you described. Or maybe you can also achieve it only with the latter and multiple stages.

I hope that helps :bowing_man:

If you’re looking for a concrete configuration example, you way want to try to ask our Grot AI bot and see what they suggest. Feel free to bring back with more concrete doubts, if any.

Cheers!

1 Like

How can i add 2 different executor for a single API. can u help do it for me? writing one example for me?
30 min ramp up and then consistant rate of 30 TPS with 30 users for 1 hr?

General help on scenario executors

This example is probably very close to what you need.

1 Like