The documentation for timers does not give a good explanation for using them anywhere except for timing when each separate thread starts. I'll give this a try. I'm assuming that 'under' means to make the timer a child of the request. Thanks
-----Original Message----- From: Michael Stover [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 11:13 AM To: JMeter Users List Subject: Re: timers On Tue, 2004-08-17 at 12:37, Michael Chandler wrote: > I'm running 5 threads with 4 to 18 http requests across them to simulate > multiple users logging in and accessing different pages depending on > what access they have into our database. All of this works fine. Is > there a way, inside a thread, to pause after one request has ended and > before the next request starts? Put a timer under the request you want to pause BEFORE. (Timers go first) > I've tried using the timers but from > what I can gather they work at the thread level not inside the > thread..... Scratching my head over what this might mean. -- Michael Stover <[EMAIL PROTECTED]> Apache Software Foundation --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

