You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2008/10/22 19:28:16 UTC

svn commit: r707142 - /jakarta/jmeter/trunk/xdocs/usermanual/get-started.xml

Author: sebb
Date: Wed Oct 22 10:28:16 2008
New Revision: 707142

URL: http://svn.apache.org/viewvc?rev=707142&view=rev
Log:
Document property and command-line processing order

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=707142&r1=707141&r2=707142&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/get-started.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/get-started.xml Wed Oct 22 10:28:16 2008
@@ -461,6 +461,18 @@
   These are added before the -S and -D options are processed.
   </property>
   </properties>
+  <p>
+  The command line options and properties files are processed in the following order:
+  <ul>
+  <li>-p propfile</li>
+  <li>jmeter.properties (or the file from the -p option) is then loaded</li>
+  <li>-j logfile</li>
+  <li>Logging is initialised</li>
+  <li>user.properties is loaded</li>
+  <li>system.properties is loaded</li>
+  <li>all other command-line options are processed</li>
+  </ul>
+  </p>
 <p><b>
 See also the comments in the jmeter.properties, user.properties and system.properties files for further information on other settings you can change.
 </b></p>



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org