Author: pmouawad
Date: Tue Mar 28 19:11:00 2017
New Revision: 1789196
URL: http://svn.apache.org/viewvc?rev=1789196&view=rev
Log:
Improve docs
Modified:
jmeter/trunk/xdocs/usermanual/generating-dashboard.xml
Modified: jmeter/trunk/xdocs/usermanual/generating-dashboard.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/generating-dashboard.xml?rev=1789196&r1=1789195&r2=1789196&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/generating-dashboard.xml (original)
+++ jmeter/trunk/xdocs/usermanual/generating-dashboard.xml Tue Mar 28 19:11:00
2017
@@ -166,7 +166,8 @@ jmeter.save.saveservice.timestamp_format
<property
name="jmeter.reportgenerator.apdex_per_transaction" required="No">
Sets satisfaction and tolerance threshold to
specific samples.<br/>
Use sample names or regular expression.<br/>
- Format is
<code>sample_name:satisfaction|tolerance[;]</code>(in ms).<br/>
+ Format is
<code>sample_name:satisfaction|tolerance[;]</code><br/>
+ Values are in milliseconds.
<note>
Notice the colon between sample name and values,
the pipe between thresholds and the
semicolon at the end to separate different
samples. Don't forget to escape after