Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 97314 invoked from network); 22 Aug 2008 10:00:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Aug 2008 10:00:55 -0000 Received: (qmail 24649 invoked by uid 500); 22 Aug 2008 10:00:52 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 24627 invoked by uid 500); 22 Aug 2008 10:00:52 -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 24585 invoked by uid 99); 22 Aug 2008 10:00:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Aug 2008 03:00:51 -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 tabin.cedric@gmail.com designates 72.14.220.159 as permitted sender) Received: from [72.14.220.159] (HELO fg-out-1718.google.com) (72.14.220.159) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Aug 2008 09:59:54 +0000 Received: by fg-out-1718.google.com with SMTP id 22so206185fge.1 for ; Fri, 22 Aug 2008 03:00:05 -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=RuI4PDmKrLRoiU09jtbHo/pdEOhCRD/13hvO6VoCEcc=; b=fe1yM4xxVp3UgIpYhl0wTbKu91J75F7f0bfkp3mophcqcrG7HETcPEhYtRHv/bAV/V nksEdWwEcLgCvvNHu0IfnxyG3r+zc6KFlsu3qLIX0aSJeW8htp/5uCHaL2HfIN+VAFrn NusMtkQoIZBoF9eSTFaS0Q5PXEPfv9gqH49Bs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=D7p8XiGqtzTeYGn34+bSEhL70ZF/Dm5w1bREeapTBPmMd2QciGLxsqwD8bDNaCQaDy kJM73Lf7BYKmV4qiNErZwvTLuJNVaY/0h3zl8wJPsgnftHb8WlRi47zJlysUOoM8tpUD /jBN12gNny2fz7MKnyYXdvP6k5y5eK60NuDC0= Received: by 10.86.96.18 with SMTP id t18mr687304fgb.34.1219399205352; Fri, 22 Aug 2008 03:00:05 -0700 (PDT) Received: by 10.86.35.8 with HTTP; Fri, 22 Aug 2008 03:00:05 -0700 (PDT) Message-ID: <4c12ceef0808220300k1edbd9e6w9a911cb2b03ff944@mail.gmail.com> Date: Fri, 22 Aug 2008 12:00:05 +0200 From: "=?ISO-8859-1?Q?C=E9dric_Tabin?=" To: "JMeter Users List" Subject: Retrieves command-line properties MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_41116_14116315.1219399205322" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_41116_14116315.1219399205322 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I just see that it is possible to add JMeter properties with command line like : * ./jmeter.sh -J myVariable=myValue* I try to list the properties using the following code : * Properties p = JMeterUtils.getJMeterProperties(); p.list(System.out);* but 'myVariable' isn't listed :( Is that the wrong way ? How can I retrieve it ? I also see that there is the -D option (define a new system property)... Thanks & regards, Cedric Tabin ------=_Part_41116_14116315.1219399205322--