Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 26018 invoked from network); 4 Aug 2008 00:27:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Aug 2008 00:27:41 -0000 Received: (qmail 54133 invoked by uid 500); 4 Aug 2008 00:27:34 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 54108 invoked by uid 500); 4 Aug 2008 00:27:34 -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 54097 invoked by uid 99); 4 Aug 2008 00:27:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Aug 2008 17:27:34 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eric.tchepannou@gmail.com designates 74.125.46.28 as permitted sender) Received: from [74.125.46.28] (HELO yw-out-2324.google.com) (74.125.46.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2008 00:26:37 +0000 Received: by yw-out-2324.google.com with SMTP id 9so859771ywe.13 for ; Sun, 03 Aug 2008 17:26:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=qM3UF31xrwjaV4UwFRH8IpzaW9jTZQ9k68oxdcbk3N0=; b=tfjJoxPqVzIcOCFEvpOqHBxQIGKqStbCt7FnHby02JK1QFPnA6JKiT2JAVCJGG0URp xGvdHqkQveTvSTNkUucsZq3Cj9P5RhxcPjwpg9pt7M7PP5E/D0U55QwLaTQb1ouVAZcu SeXoISmawAPpPX/FVfWKrmUly/dpvHOHlNtUk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=IV1fARqRFoNTpi/trrSp+IjS2OFlpBRbljS92ztWcaH2aNQl9mJSA+OMsgCaMGO+i/ DalYczHcHZs1Y+y8tl/3qRZfGXQqxG1TWGaUZRE9EabkaBRH5eHbBAJeAy+yzv0lWdv/ m0/beZXgvESIW7g7zFzzCmrI5gx96o1Sd/nQQ= Received: by 10.150.139.15 with SMTP id m15mr7252626ybd.135.1217809606469; Sun, 03 Aug 2008 17:26:46 -0700 (PDT) Received: by 10.150.137.16 with HTTP; Sun, 3 Aug 2008 17:26:46 -0700 (PDT) Message-ID: Date: Mon, 4 Aug 2008 01:26:46 +0100 From: "Eric Tchepannou" To: jmeter-user@jakarta.apache.org Subject: Howto override a User Defined Variable (newbie) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_33886_28688521.1217809606464" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_33886_28688521.1217809606464 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Is it possible to override a Test plan's UDV when running JMeter in non-GUI mode? I am using amon others the UDV ${vusers} to set the number of threads (virtual users). When launching jmeter in non GUI mode, I would like to be able to override its value. I was hoping to do this with -Jvusers=10, -Gvusers=10 or -Dvusers=10 but I have just realised that it doesn't work, because they only apply to the properties defined in jmeter.properties. I am wondering if this is feasible. Anyone got an idea? Thanks. Eric ------=_Part_33886_28688521.1217809606464--