Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 83760 invoked from network); 8 Aug 2005 00:08:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2005 00:08:25 -0000 Received: (qmail 65755 invoked by uid 500); 8 Aug 2005 00:08:24 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 65275 invoked by uid 500); 8 Aug 2005 00:08:22 -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 65262 invoked by uid 99); 8 Aug 2005 00:08:22 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2005 17:08:22 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of woolfel@gmail.com designates 64.233.170.204 as permitted sender) Received: from [64.233.170.204] (HELO rproxy.gmail.com) (64.233.170.204) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2005 17:08:11 -0700 Received: by rproxy.gmail.com with SMTP id r35so852809rna for ; Sun, 07 Aug 2005 17:08:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IHUvUa8NffEewRipczi0ZLzYSwDihImzj1yhHnWAOAa6LM/NqcTjHbEXur+Iky06vGqwFLe0LBI9gsXiTtHXkfL6FRhvl+uFDooqoYiRynWuPOTfa1UhZtqb7ZAuV739scFSyAbmxlCV4QkQ3aW3j6Wo4p7e7giltSajs0tvUqA= Received: by 10.38.59.49 with SMTP id h49mr2432031rna; Sun, 07 Aug 2005 17:08:20 -0700 (PDT) Received: by 10.38.86.39 with HTTP; Sun, 7 Aug 2005 17:08:20 -0700 (PDT) Message-ID: <27e674a90508071708e6d6351@mail.gmail.com> Date: Sun, 7 Aug 2005 20:08:20 -0400 From: Peter Lin To: JMeter Users List Subject: Re: Constant Throughput Timer Troubles In-Reply-To: <6134F668515B04409948FBEB644A3E0D34384E@msmail.textwise.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6134F668515B04409948FBEB644A3E0D34384E@msmail.textwise.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N constant throughput attempts to send requests at a constante request rate. Hafve you tried it without the switch? peter lin On 8/7/05, Jeremy Dahlgren wrote: > I have a test that needs to spread 1285200 requests across 3.5 hours. Th= e same test also needs to spread 25200 requests of a different category acr= oss the same 3.5 hours. My test plan has two thread groups. In each threa= d group there is a user parameters that reads requests from a file. The fi= le has an integer that determines the request type and then the request par= ameters. After the user parameters there are constant throughput timers an= d a switch controller holding the samplers. The constant throughput timers= use properties passed in from the command line. The first gets 1285200 / = 210 =3D 6120 samples per minute and the second gets 25200 / 210 =3D 120 sam= ples per minute. The problem is that the test completes in 2 hours and 20 = minutes. I was under the impression that the constant throughput timer thr= ottles the samples executed "within the container where you put the timer" = which in my test is the thread group. Is there a problem with the constru= ction of my test plan? I'm not sure why the requests aren't being spread e= venly across the 3.5 hours. Any help would be greatly appreciated. >=20 > Thanks, >=20 > Jeremy >=20 >=20 > thread group 0 > -- user parameters > -- constant throughput timer > -- switch controller > -- sampler 0 > -- sampler 1 > -- sampler 2 >=20 > thread group 1 > -- user parameters > -- constant throughput timer > -- switch controller > -- sampler 0 > -- sampler 1 > -- sampler 2 > -- sampler 3 > -- sampler 4 > -- sampler 5 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org