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 DF4989D23 for ; Mon, 5 Mar 2012 16:56:59 +0000 (UTC) Received: (qmail 11573 invoked by uid 500); 5 Mar 2012 16:56:59 -0000 Delivered-To: apmail-jmeter-user-archive@jmeter.apache.org Received: (qmail 11477 invoked by uid 500); 5 Mar 2012 16:56:59 -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 11466 invoked by uid 500); 5 Mar 2012 16:56:59 -0000 Delivered-To: apmail-jakarta-jmeter-user@jakarta.apache.org Received: (qmail 11463 invoked by uid 99); 5 Mar 2012 16:56:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 16:56:59 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of marcelojara@hotmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Mar 2012 16:56:54 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1S4bD7-0005ym-5g for jmeter-user@jakarta.apache.org; Mon, 05 Mar 2012 08:56:33 -0800 Date: Mon, 5 Mar 2012 08:56:33 -0800 (PST) From: mjara To: jmeter-user@jakarta.apache.org Message-ID: <1330966593168-5538131.post@n5.nabble.com> In-Reply-To: References: <1330777049772-5533559.post@n5.nabble.com> Subject: Re: Constant Throughput Timer and test duration conflict MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Thanks Sebb-2-2, What I gave was just an example. My real tests are much longer ( > 1hr). We cannot use a single thread group because we can't let the response time of one sampler affect the throughput of the other. Here are the basic requirements of what I'm being asked to do. 1) Run a test against 120 services which live on one server. These are RESTful web services. Some use xml, some us json. Some requests are GETs, while others are POSTs. 2) Simulate production load and distribution for each of the services. This is very important. We need to keep a steady state of a particular throughput for each service. What I've tried to do is make each sampler independent from each other by putting them in their own thread group. I then put a CTP in each thread group so that I can control the throughput of each service request. The tricky part is determining the number of threads to assign to each thread group, since some samplers may require more threads to achieve the required throughput. Currently the test plan has all the thread groups using a variable for the # of threads. If there is a better way to do this, let me know. I've just started playing around with jmeter a few months ago. An option to shutdown the test when the test duration time is met would help a lot and not affect other test plans. -- View this message in context: http://jmeter.512774.n5.nabble.com/Constant-Throughput-Timer-and-test-duration-conflict-tp5533559p5538131.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