Author: sebb
Date: Wed Feb 24 19:17:39 2010
New Revision: 915933
URL: http://svn.apache.org/viewvc?rev=915933&view=rev
Log:
Improve docn of -G option
Modified:
jakarta/jmeter/trunk/xdocs/usermanual/get-started.xml
Modified: jakarta/jmeter/trunk/xdocs/usermanual/get-started.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/get-started.xml?rev=915933&r1=915932&r2=915933&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/get-started.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/get-started.xml Wed Feb 24 19:17:39
2010
@@ -282,6 +282,7 @@
<p>-n This specifies JMeter is to run in non-gui mode</p>
<p>-t [name of JMX file that contains the Test Plan].</p>
<p>-l [name of JTL file to log sample results to].</p>
+<p>-j [name of JMeter run log file].</p>
<p>-r Run the test in the servers specified by the JMeter property
"remote_hosts"</p>
<p>-R [list of remote servers] Run the test in the specified remote servers</p>
<p>The script also lets you specify the optional firewall/proxy server
information:</p>
@@ -302,7 +303,7 @@
</p>
<p>To run the test from the client in non-GUI mode, use the following
command:</p>
<pre>
-jmeter -n -t testplan.jmx -r [-Gprop=val] [-Z]
+jmeter -n -t testplan.jmx -r [-Gprop=val] [-Gglobal.properties] [-Z]
where:
-G is used to define JMeter properties to be set in the servers
-X means exit the servers at the end of the test
@@ -317,6 +318,7 @@
<p>-D[prop_name]=[value] - defines a java system property value.</p>
<p>-J[prop name]=[value] - defines a local JMeter property.</p>
<p>-G[prop name]=[value] - defines a JMeter property to be sent to all remote
servers.</p>
+<p>-G[propertyfile] - defines a file containing JMeter properties to be sent
to all remote servers.</p>
<p>-L[category]=[priority] - overrides a logging setting, setting a particular
category to the given priority level.</p>
<p>The -L flag can also be used without the category name to set the root
logging level.</p>
<p><b>Examples</b>:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]