Yes, I know all of that. I just want to know how does it work. If I have 3 loops, all threads from 1st loop have to be finished before starting 2nd loop?
-----Original Message----- From: Steve Kapinos [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 1:03 PM To: JMeter Users List Subject: RE: starting threads in consecutive loops What do you want the behavior to be? All threads in a thread group will start based on the ramp up time. Ramp up time divided by # of threads = time waited between thread starts. So if you have 10 threads, and a 300 ramp up time, 300 / 10 = 30 second wait between threads starting. -Steve -----Original Message----- From: Grzegorz Kończyk [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 5:57 AM To: JMeter Users List Subject: starting threads in consecutive loops If I have 10 threads and 3 loops, is there possible (i.e. by specifying specific time in random timers) that some thread from 1st loop won't finish (i.e. all threads from 1st loop are finished, but 9th not) and threads from next loop start to work? GK --------------------------------------------------------------------- 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]

