Web Idle Workload script
You can use this script for the Web Idle Workload test.
Text enclosed in asterisks (**) indicates comments.
**Pause a random interval so multiple processes are staggered well**
pause 0 - 180000
**Start the part of the script that loops**
BeginLoop
**Access an icon on the server**
webget -url [httphost]/
pause 360000
**Repeat entire sequence (go back to BeginLoop Statement)**
rewind