background image
<< to perform multiple iterations | Defining Transactions and Rendezvous Points >>
<< to perform multiple iterations | Defining Transactions and Rendezvous Points >>

To control the pacing between the iterations

Appendixes · Programming Scripts on UNIX Platforms
Creating Vuser Scripts
Chapter C, page 481
To control the pacing between the iterations, set the IterationPace variable
according to the following chart.
In the following example, the settings tell the Vuser to perform six iterations, while
waiting a random number of seconds between iterations. The range of the random
number is from 60 to 90 seconds.
Pacing
IterationPace
StartEvery
RandomMi
n
RandomM
ax
As soon as
possible
IterationASAP
N/A
N/A
N/A
Wait between
Iterations for
a set time
IterationMinWait
value in
seconds
N/A
N/A
Wait between
iterations for
a random
time
IterationRandomWait
N/A
value in
seconds
value in
seconds
[Iterations]
NumOfIterations=6
IterationPace=IterationRandomWait
StartEvery=50
RandomMin=60
RandomMax=90