From jmeter-user-return-29460-apmail-jakarta-jmeter-user-archive=jakarta.apache.org@jakarta.apache.org Thu Mar 11 23:23:47 2010 Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 55701 invoked from network); 11 Mar 2010 23:23:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Mar 2010 23:23:47 -0000 Received: (qmail 53249 invoked by uid 500); 11 Mar 2010 23:23:12 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 53215 invoked by uid 500); 11 Mar 2010 23:23:12 -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 53207 invoked by uid 99); 11 Mar 2010 23:23:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 23:23:11 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shettyd@gmail.com designates 74.125.83.172 as permitted sender) Received: from [74.125.83.172] (HELO mail-pv0-f172.google.com) (74.125.83.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Mar 2010 23:23:10 +0000 Received: by pvg2 with SMTP id 2so246310pvg.31 for ; Thu, 11 Mar 2010 15:22:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=LvdlPgH/6C4J3ydvs+Cz3fZRkQ9hX4/Ua7HZ3ESmkzQ=; b=fw0cng4EyJS/xzspNHOcmeeh5gW8Z8KPoVm4DjjwGQvdmgN5BcUp/ZTvaB+Li5jQFH mySb4s03WNnDpWLkyB+YA9Zh3Qa44MabiwOR8ifQ1IIOGwaQqzU8Z6qaWiKPW4wbno8c InGXC+z1M07W95aR2Nijg4GcpzG0BNdc/Ikmw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=sGnBfG+oHjRqDLu0z0AcnDj0dxGz0dPj9LBiXl/kDKZZgm7wFd2pthe9uHmARwCgwB nFx/hhv4kwUe0yUP5LclR01HbYbm/YJctLtKnp8gy/jUpRp+J1H4yScVJgHL4RkUCmNQ RSa8uuBJecOzw5LGzAA51m4umtrVYsiu7hO5w= MIME-Version: 1.0 Received: by 10.141.12.7 with SMTP id p7mr2239817rvi.83.1268349770375; Thu, 11 Mar 2010 15:22:50 -0800 (PST) In-Reply-To: <27871149.post@talk.nabble.com> References: <27871149.post@talk.nabble.com> Date: Thu, 11 Mar 2010 15:22:50 -0800 Message-ID: <4483c26c1003111522l5fc7e1ebv7794640348e399fa@mail.gmail.com> Subject: Re: How would you simulate 200 users logging in and performing HTTP Requests From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=000e0cd1186a83a2da04818eb157 --000e0cd1186a83a2da04818eb157 Content-Type: text/plain; charset=ISO-8859-1 Use a constant throughput timer. Use other timers for random delays. regards deepak On Thu, Mar 11, 2010 at 3:01 PM, nzindian wrote: > > Hi, > > Does anyone have any ides on how I could construct a JMeter test plan for > the following scenario: > > 1) 300 Users Log-in - Store their cookies (as I need the JSESSIONID for > future requests) > 2) Randomly select a user from step 1) and perform an HTTP request so that > 50 HTTP requests are performed per minute. Each user should have its own > thread but make the request at random time intervals. > > Im not a complete newbie to JMeter I can do the basics but this scenario is > doing my head in. > I have a CSV set up with the user log-in and so far I can get a user to > log-in and store their sessionid etc - I can also simulate 50 users by > putting '50' in the 'Users' field for the thread configuration. > But I cant figure out how to randomly delay each of the 50 threads and > ensure 50 requests are made per minute. > > Any help would be appreciated. > -- > View this message in context: > http://old.nabble.com/How-would-you-simulate-200-users-logging-in-and-performing-HTTP-Requests-tp27871149p27871149.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 > > --000e0cd1186a83a2da04818eb157--