Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 1262 invoked from network); 29 Nov 2004 13:26:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 29 Nov 2004 13:26:17 -0000 Received: (qmail 60157 invoked by uid 500); 29 Nov 2004 13:26:12 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 60136 invoked by uid 500); 29 Nov 2004 13:26:12 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 60113 invoked by uid 99); 29 Nov 2004 13:26:11 -0000 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 (hermes.apache.org: domain of sebbaz@gmail.com designates 216.239.56.245 as permitted sender) Received: from mproxy.gmail.com (HELO mproxy.gmail.com) (216.239.56.245) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 29 Nov 2004 05:26:09 -0800 Received: by mproxy.gmail.com with SMTP id w41so244727cwb for ; Mon, 29 Nov 2004 05:26:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=TrbARXC8gS393LD47mYCJNIcbqmbvS2lqEeRH5XSYTcRbMoSzYznDC0ypINN6UNKlODmAVXf+f+AlfrTAvaUPkUo+kGMsWFqqba4Ssq4iFikX/blK3AUo7oGnDJZi98XUkNE/7ALMaLRyXg66fYaIP5yvNrhRPV+u5yhq+SRk4E= Received: by 10.11.116.77 with SMTP id o77mr122864cwc; Mon, 29 Nov 2004 05:26:07 -0800 (PST) Received: by 10.11.118.33 with HTTP; Mon, 29 Nov 2004 05:26:07 -0800 (PST) Message-ID: <25aac9fc041129052612387eb4@mail.gmail.com> Date: Mon, 29 Nov 2004 13:26:07 +0000 From: sebb Reply-To: sebb To: JMeter Users List Subject: Re: Adding threads while running In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It's not possible to add more threads after starting a test. One way round this is to use a long ramp-up period, but this needs to be decided before starting the test. Another is to use a throughput controller which depends on a property, and change the value of the property at run-time using the BeanShell server. If you parameterise the test plan appropriately, you can reuse the same test plan for different numbers of threads. See the JMeter FAQ. Threads can be shut down individually using the On Error element in conjunction with a suitable assertion. Or the BeanShell server can be used to shut threads down remotely. I don't know if the BeanShell server works with multiple Thread Groups - probably not. S. On Mon, 29 Nov 2004 13:49:08 +0200, Yuval Kenigsbuch wrote: > > > Hi, > > Is it possible to change the number of threads (to add more thread/ remove > part of the threads / stop one group) after starting the test? > > Thanks! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org