Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 48773 invoked from network); 23 Feb 2010 10:04:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2010 10:04:38 -0000 Received: (qmail 62068 invoked by uid 500); 23 Feb 2010 10:04:37 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 62040 invoked by uid 500); 23 Feb 2010 10:04:37 -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 62030 invoked by uid 99); 23 Feb 2010 10:04:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 10:04:37 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 10:04:29 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Njrcf-0003P0-4W for jmeter-user@jakarta.apache.org; Tue, 23 Feb 2010 02:04:09 -0800 Message-ID: <27700905.post@talk.nabble.com> Date: Tue, 23 Feb 2010 02:04:09 -0800 (PST) From: Mahesh Kharat To: jmeter-user@jakarta.apache.org Subject: Re: Thread Group behaviour In-Reply-To: <4B83A2C9.1020507@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: maheshforever@gmail.com References: <27700690.post@talk.nabble.com> <4B83A2C9.1020507@cisco.com> As no of records in a file are 5.....so i have mentioned no of threads also 5. I want to add one more thing: User field's value is passed to 1st HTTP Request as User Parameter....then there are 2 more HTTP Request....Technolgy field's value is passed to 4th HTTP request as User Parameter. Following is the structure of my script: ThreadGroup +Loop Controller ++HTTP Request(1st) ++Regular Expression Extractor ++HTTP Request(2nd) ++HTTP Request(3rd) ++HTTP Request(4th) ++HTTP Request(5th) Jatin Davey-2 wrote: > > How many threads have you mentioned in the field "number of threads" in > the thread properties dialog ? > > Thanks > Jatin > > On 2/23/2010 3:02 PM, Mahesh Kharat wrote: >> When i started to put more load on my application using jmeter,i faced >> one >> problem. >> Have anybody faced such problem earlier?? I m explaining it through >> following scenario. >> >> I am testing my application for 5 different users. I am using >> UserData.csv >> file which contains 5 records related to users. >> I am passing these field values as user parameters to my application. >> >> Following are the contents of my file: >> User1,Java >> User2,PHP >> User3,C >> User4,C++ >> User5,.Net >> >> 1st field is User name& 2nd is the Technology. >> >> Now when i run jmeter script of my application& checked View Results >> Tree >> i found following threads created. >> >> Thread Group 1-3 User2,Java >> Thread Group 1-2 User1,PHP >> Thread Group 1-5 User4,Java >> Thread Group 1-4 User5,.Net >> Thread Group 1-1 User1,C >> >> Actually it should have created each thread group for different user >> related >> records. >> So my question is why thread group is not created properly according to >> my >> UserData.csv file. >> Are we able to control this unexpected thread behaviour?? >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > -- View this message in context: http://old.nabble.com/Thread-Group-behaviour-tp27700690p27700905.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org