Return-Path: X-Original-To: apmail-jmeter-user-archive@www.apache.org Delivered-To: apmail-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76FE410783 for ; Wed, 14 Aug 2013 16:26:06 +0000 (UTC) Received: (qmail 80024 invoked by uid 500); 14 Aug 2013 16:26:06 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 79694 invoked by uid 500); 14 Aug 2013 16:26:05 -0000 Mailing-List: contact user-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "JMeter Users List" Delivered-To: mailing list user@jmeter.apache.org Received: (qmail 79679 invoked by uid 99); 14 Aug 2013 16:26:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2013 16:26:04 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of praumesh86@gmail.com designates 209.85.212.173 as permitted sender) Received: from [209.85.212.173] (HELO mail-wi0-f173.google.com) (209.85.212.173) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Aug 2013 16:25:59 +0000 Received: by mail-wi0-f173.google.com with SMTP id en1so2189277wid.0 for ; Wed, 14 Aug 2013 09:25:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=4SasGOaGUqQrBizgvD3tBXghYDCZ0FoVUYYv0GcGa5Y=; b=sFALIMekFTFYSR8n+loy+eZEqIiUStX0fyW3U79q6/nnqkBoFrmR9K15u5wHzBkzYF cns+fBAjLgV45TylQBwPgWJcbdK79M5Krz3NRoXLoiVxQkU5nPxoyx74JQvbHrjFh2Gg 3ciXaYP9sm0iXABbPvAxgNZanPvfIHUFH+feQPveWIwwWCSzOyY9Hlpl7L28aGSa1ruW Y45ogJFlFyVDD/0P9BlzYf5nYu/J1y4mFFPqx9qzujHrp4AYfxoTsL6t03p1TvcnWDH5 WQ0kbAkwR47WtOwkNPPHrlWRjCMXm+ZKZQL3JiUOYDiv0ZNuLUZuEteNF/Ft2d9LiP1l Z9mQ== MIME-Version: 1.0 X-Received: by 10.180.94.69 with SMTP id da5mr2369610wib.3.1376497538549; Wed, 14 Aug 2013 09:25:38 -0700 (PDT) Received: by 10.194.133.74 with HTTP; Wed, 14 Aug 2013 09:25:38 -0700 (PDT) In-Reply-To: References: <1290163772011-3272154.post@n5.nabble.com> <1290166686383-3272187.post@n5.nabble.com> <4CE661FE.1020808@mpexnet.de> <1290167582916-3272195.post@n5.nabble.com> <4CE665D7.3080400@mpexnet.de> <1290170401896-3272238.post@n5.nabble.com> <1376434984001-5717838.post@n5.nabble.com> Date: Wed, 14 Aug 2013 09:25:38 -0700 Message-ID: Subject: Re: Loop Count vs Number of Threads From: umesh prajapati To: JMeter Users List Content-Type: multipart/alternative; boundary=f46d0442694ad1cfd604e3eace3f X-Virus-Checked: Checked by ClamAV on apache.org --f46d0442694ad1cfd604e3eace3f Content-Type: text/plain; charset=ISO-8859-1 @ flavio Thanks ...will try it out and let you know the result. On Wed, Aug 14, 2013 at 8:35 AM, Flavio Cysne wrote: > I think you misunderstood me. > > "I know in my application, one user is not allowed to login multiple > times until > the session thats logged in is logged out." > > Loop 2 threads can't start until all Loop 1 threads are over. Synchronizing > Timer with "Number of simulated users" equal to the number of threads will > ensure this. > > "@Flavio I dont need to start all my thread at once,..." > > That's why I suggest you to use a Constant timer with an expression. > > "...But I would like to test the real scenario, where 2000 users login in 2 > hrs. So, basically 1 min 33 users." > > Modify that 300 in Constant Timer expression for the value equivalent to > time gap for 33 users within 1 minute. (60000ms / 33 users = ~1818ms/user) > > Regards > --f46d0442694ad1cfd604e3eace3f--