You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2016/02/29 22:37:12 UTC

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

Author: pmouawad
Date: Mon Feb 29 21:37:12 2016
New Revision: 1732951

URL: http://svn.apache.org/viewvc?rev=1732951&view=rev
Log:
Bug 58986 - Report/Dashboard reuses the same output directory
Document new command line option
Bugzilla Id: 58986

Modified:
    jmeter/trunk/xdocs/usermanual/get-started.xml

Modified: jmeter/trunk/xdocs/usermanual/get-started.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/get-started.xml?rev=1732951&r1=1732950&r2=1732951&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/get-started.xml (original)
+++ jmeter/trunk/xdocs/usermanual/get-started.xml Mon Feb 29 21:37:12 2016
@@ -346,6 +346,7 @@ the following command options:</p>
 <dt><code>-R</code></dt><dd>[list of remote servers] Run the test in the specified remote servers</dd>
 <dt><code>-g</code></dt><dd>[path to CSV file] generate report dashboard only</dd>
 <dt><code>-e</code></dt><dd>generate report dashboard after load test</dd>
+<dt><code>-o</code></dt><dd>output folder where to generate the report dashboard after load test. Folder must not exist or be empty</dd>
 </dl>
 <p>The script also lets you specify the optional firewall/proxy server information:</p>
 <dl>
@@ -516,6 +517,8 @@ These are shown below.</p>
         generate report dashboard only
     -e, --reportatendofloadtests
         generate report dashboard after load test
+    -o, --reportoutputfolder
+        output folder for report dashboard
 </source>
 <p>
 Note: the JMeter log file name is formatted as a SimpleDateFormat (applied to the current date)