background image
<< how the Vuser uses think time during script execution | set the log options to create a brief >>
<< how the Vuser uses think time during script execution | set the log options to create a brief >>

set the LimitFlag variable to 1

Creating Vuser Scripts
Chapter C, page 476
Appendixes · Programming Scripts on UNIX Platforms
In
To limit the think time used during execution, set the LimitFlag variable to 1 and
specify the think time Limit, in seconds.
In the following example, the settings tell the Vuser to use the recorded think time,
but to limit it to 30 seconds.
[ThinkTime]
Options=RECORDED
Factor=1
LimitFlag=1
Limit=30