I'd like to simulate spikey traffic, so that for example:
- in the first 5 minutes there are only 50 users (instant hatch of 50 at time
T0) - then from 5th to 10th minute we have 100 users (instant hatch +50 at
T+5) - then 150 (instant hatch +50 at
T+10) - etc.
Is it possible to create an equal number of users, but instead of doing that every second change that to every xx minutes?