getNumberOfWarmupIterations
Returns the number of warmup iterations for this VU.
int getNumberOfWarmupIterations();
Parameters
None.
Return Value
int: The current number of warmup iterations for the current VU.
Remarks
The return value indicates the number of warmup iterations this VU will execute and is only relevant to the iterated sequence of scripts. Warmup iterations are considered to be of no interest statistically and during a warmup iteration the start and end transaction events are not written to the event log of the VU.
Example
int n = getNumberOfWarmupIterations();
See also: startTransaction