Forum Discussion

sbanala0322's avatar
sbanala0322
New Contributor
14 years ago

how to post the delay between each cylce

Hi ,

I am using the loadUI to load test our web server.

I am using the fixed rate and have the set the current rate to 32/sec in each request.

I want to set a timer of 15 seconds between each cycle of 32 hits but am unable to do that.

Please help me with that. Find the screenshot of my test below

Lets say that we start from 1-60 seconds, the process should happen as follows

1st sec - 32 requests
2nd - 16th sec - pause
17th sec - 32 requests
18th - 32nd sec pauses
33rd sec 2 requests
34th - 48th sec pause
49th sec - 32 requests
50th - 60th sec pause


Thanks
Shravan
  • Hi Shravan,

    This is how I would do it:

    The Interval Scheduler's Start At is set to 15 seconds, its Duration to 1 second and its Mode to Repeat. This will make the Interval Scheduler activate the Fixed Rate Generator for 1 second every 15th second (note that it will start with a 15 second delay before the first activation).

    Hope this helps!

    /Henrik

    PS. I've added this scenario as an example usage of the Interval Scheduler in its documentation.