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 C5F91F1C4 for ; Fri, 26 Apr 2013 11:37:24 +0000 (UTC) Received: (qmail 49549 invoked by uid 500); 26 Apr 2013 11:37:24 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 49523 invoked by uid 500); 26 Apr 2013 11:37:24 -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 49485 invoked by uid 99); 26 Apr 2013 11:37:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Apr 2013 11:37:23 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of flaviocysne@gmail.com designates 209.85.220.53 as permitted sender) Received: from [209.85.220.53] (HELO mail-pa0-f53.google.com) (209.85.220.53) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Apr 2013 11:37:19 +0000 Received: by mail-pa0-f53.google.com with SMTP id bh4so2440461pad.40 for ; Fri, 26 Apr 2013 04:36:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=goi8BUDOSdqbVA0Q2L4ApTHRJ2boTB++FnUK6brt3Gs=; b=UawhccB2GnSgRt+lf0EmkwXrJA1Jw0bzJio6xXsW/kAL+xsnR4Id9mmf9eFaKKN2j/ ZL2eC8WrWOShXTeZ4+0QG84uyrEbhn9JvYWGKqzT+5P0Sv7gr2BiB9KPZBUMUrnMefhY xdUWtG+V9GD0L1/7drqkXNIfiGaiKm/g27DfjJKyrDEZcdJjF+mqvqV395+ZmMvgrlFh D3rqkYrEL7hGDnmYxBdy5/RLeveUDZlASBKmiKq6VhzPWm2tgPBPImU59/SIoPvb3MBg mMkO/Etugt8IaVKCEqq/4vV5qzu5jThBIXJeLBWS4F5MAOgsJbe0ATuK9vP23RbpAX6Z mpag== MIME-Version: 1.0 X-Received: by 10.68.247.202 with SMTP id yg10mr57911365pbc.103.1366976218798; Fri, 26 Apr 2013 04:36:58 -0700 (PDT) Received: by 10.66.149.132 with HTTP; Fri, 26 Apr 2013 04:36:58 -0700 (PDT) In-Reply-To: <1366956048579-5716791.post@n5.nabble.com> References: <1366894689243-5716788.post@n5.nabble.com> <1366956048579-5716791.post@n5.nabble.com> Date: Fri, 26 Apr 2013 08:36:58 -0300 Message-ID: Subject: Re: Load web site with concurrent users using JMeter From: Flavio Cysne To: JMeter Users List Content-Type: multipart/alternative; boundary=047d7b2e0c41f022b604db41f3b2 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b2e0c41f022b604db41f3b2 Content-Type: text/plain; charset=ISO-8859-1 Just to clear out, what you really want is to leverage 1. concurrent users: many users navigating on your site/application in any page; or 2. simultaneous users: many users navigating on your site/application in the same page/doing the same operation. If what you want is the 1st, I suggest you to preserve the Constant Timer and use a Runtime Controller to wrap the requests. If what you want is the 2nd, you should use Ramp-up 0, remove the Constant Timer and use the Synchronization Timer, as suggested by Waseem. One point to consider if you choose the 1st is that you may need more threads to achieve the desired load on server side. Other point is that you can use Synchronization Timer on the 1st choice, but to achieve a better concurrent load I would change Constant Timer fora Random Timer. 2013/4/26 waseemfa > Hi, > > You are supposed to use "Synchronization Timer" to achieve this. Add it as > a post processor and you'll see the request being sent concurrently. > > -Waseem > > > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Load-web-site-with-concurrent-users-using-JMeter-tp5716788p5716791.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@jmeter.apache.org > For additional commands, e-mail: user-help@jmeter.apache.org > > --047d7b2e0c41f022b604db41f3b2--