If you have 1 threadgroup with 10 threads(users) you only have 10 threads. Each thread will process the test plan contained in the thread group.
If your thread group contains a loop controller, executing the same loop 3 times.. Each thread will run through that loop 3 times. 1 process doing the same thing 3 times. So its 10 threads, each doing the same thing 3 times each. Not 30 threads. -----Original Message----- From: Grzegorz Kończyk [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 8:04 AM To: JMeter Users List Subject: RE: starting threads in consecutive loops Hmm, so what is the difference between having loops and not having them in the TestPlan? Let's see at following case: - 1 ThreadGroup - 10 threads - 3 loops So there will be 30 threads started simultaneously. So it will be the same, as: - 30 threads - 1 loop Is that right? GK -----Original Message----- From: Ronan Klyne [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 15, 2008 1:57 PM To: JMeter Users List Subject: Re: starting threads in consecutive loops Grzegorz Kończyk wrote: > If I have 3 loops, all threads from 1st loop have to be finished before > starting 2nd loop? By default, no. They will all run simultaneously. There is a config option on the test plan to run them separately. # r -- Ronan Klyne Business Collaborator Developer Tel: +44 01189 028518 [EMAIL PROTECTED] www.groupbc.com --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

