Add a simple controller at the end of the list of samplers in your thread group. Within this simple controller place a 5 minute constant timer and a single sampler (you must have a sampler within this controller for the delay to work).
Set your thread group to run forever. This should exhibit the behavior you want. Your ten samplers will execute, then a five minute delay will occur, then the sampler within the simple controller will execute, then immediately back to the top of your thread group to repeat the process. -----Original Message----- From: Boris Goykhman [mailto:[EMAIL PROTECTED] Sent: Monday, November 28, 2005 12:38 PM To: [email protected] Subject: setting up timer for the whole Thread Group Hi I have a JMeter script with 1 Thread Group that contains about 10 requests. I want the script to run indefinitely every 5 minutes with no delays between each individual requests and currently i cannot seem to find a way to do that. There are various Timers i can add to a Thread Group, but all they do is create delays between individual requests as opposed to delaying the execution of the whole Thread Group. Does anyone know if there is a way to implement this? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

