Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 84536 invoked from network); 14 Aug 2008 07:29:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Aug 2008 07:29:09 -0000 Received: (qmail 3318 invoked by uid 500); 14 Aug 2008 07:29:06 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 3302 invoked by uid 500); 14 Aug 2008 07:29:06 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 3291 invoked by uid 99); 14 Aug 2008 07:29:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2008 00:29:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [202.54.194.105] (HELO mail.prathamsoftware.com) (202.54.194.105) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Aug 2008 07:28:08 +0000 Received: (qmail 20350 invoked by uid 510); 14 Aug 2008 12:57:33 +0530 Received: from 192.168.0.188 by QMAIL (envelope-from , uid 508) with qmail-scanner-1.25-st-qms (clamdscan: 0.87/4951. spamassassin: 3.0.6. perlscan: 1.25-st-qms. Clear:RC:1(192.168.0.188):. Processed in 0.161336 secs); 14 Aug 2008 07:27:33 -0000 X-Antivirus-thepsi.com-Mail-From: bhagwan.sahai@thepsi.com via QMAIL X-Antivirus-thepsi.com: 1.25-st-qms (Clear:RC:1(192.168.0.188):. Processed in 0.161336 secs Process 20344) Received: from unknown (HELO ps234) (bhagwan.sahai@ThePSI.com@192.168.0.188) by prathamsoftware.com with SMTP; 14 Aug 2008 12:57:33 +0530 From: "Bhagwan Sahai" To: "'JMeter Users List'" Subject: RE: Regarding Jmeter thread group Date: Thu, 14 Aug 2008 12:57:46 +0530 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: Acj93Q+EGzQW4OAxThqdaDkMDobuggAAd3nw In-Reply-To: <114417750808140011s76c2c47cp132abea959ab7198@mail.gmail.com> Message-ID: <1218698853107320344@QMAIL> X-Virus-Checked: Checked by ClamAV on apache.org Hi Andrey, I need to hit it by 100 users at the same time. If I take loop for 100 = times then it would generate only single user load on the application. Warm Regards, =20 Bhagwan Sahai |Sr.QA.Engineer, Group of BPM Consulting| Pratham Software (ISO 9001-2000) S-23, Krishna Marg, Shyam Nagar, Jaipur - 302019 [India]=20 (T) +91 141 4060617 (F) +91 141 229 2599 (M) +91-9828395729 (W) www.thePSI.com This email and any files transmitted with it are confidential and = intended solely for the use of the addressee(s). If you have received this = message in error, please notify the sender by reply email and delete the material = from your computer. You should not copy or use this e-mail or attachments for = any other purpose nor disclose their contents to any other person. Any views = or opinions presented are solely those of the author and do not necessarily represent those of PSI. -----Original Message----- From: Andrey Beznogov [mailto:andbezn@googlemail.com]=20 Sent: Thursday, August 14, 2008 12:41 PM To: JMeter Users List Subject: Re: Regarding Jmeter thread group Hi, I might be mistaken, but I think that the JMeter thread groups are independent. Meaning that you cannot make one group start when the other one has ended. You should probably use only one thread group here: Thread Group - 100 iterations -- HTTP Cookie Manager (to hold your session cookies) -- Only Once Controller -- -- Login request (it will only run once, on the first iteration, and you will stay authenticated for all the loops) -- More requests (those will run each loop) This thread group will log in once on the first iteration, and then loop 100, doing the "More requests" part each loop. No need to log out in the end really, but you could add something like -- If Controller (when the loop count =3D 100) -- -- Logout request Regards, Andrey On Thu, Aug 14, 2008 at 9:54 AM, Bhagwan Sahai = wrote: > Hi, > > > > I designed a JMeter script with three thread group > > Thread1----------------1 user say amit > > =E0Login screen (request) > > Thread2---------------100(I need to hit system by 100 users at the = same > time, here amit has been login into the system i.e he can hit the > application module 100 times) > > =E0 Registration process (request) > > Thread3----------------1 > > =E0 Log out > > Here I want that first user should be login by amit then thread 2 = should be > execute for 100 users (amit same id). Thread 3 should be executed once > thread2 execute completely. Please let me know. I would be great help = for > me. > > Warm Regards, > > > > Bhagwan Sahai |Sr.QA.Engineer, Group of BPM Consulting|Pratham = Software > (ISO 9001-2000) > > S-23, Krishna Marg, Shyam Nagar, Jaipur - 302019 [India] > > (T) +91 141 4060617 (F) +91 141 229 2599 (M) +91-9828395729 (W) > www.thePSI.com > > This email and any files transmitted with it are confidential and = intended > solely for the use of the addressee(s). If you have received this = message in > error, please notify the sender by reply email and delete the material from > your computer. You should not copy or use this e-mail or attachments = for any > other purpose nor disclose their contents to any other person. Any = views or > opinions presented are solely those of the author and do not = necessarily > represent those of PSI. > > --=20 diem perdidi --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org