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 2017/03/28 21:01:44 UTC

svn commit: r1789217 - /jmeter/trunk/xdocs/usermanual/generating-dashboard.xml

Author: pmouawad
Date: Tue Mar 28 21:01:43 2017
New Revision: 1789217

URL: http://svn.apache.org/viewvc?rev=1789217&view=rev
Log:
Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name
Fix typo
Bugzilla Id: 60112

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=1789217&r1=1789216&r2=1789217&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/generating-dashboard.xml (original)
+++ jmeter/trunk/xdocs/usermanual/generating-dashboard.xml Tue Mar 28 21:01:43 2017
@@ -174,7 +174,7 @@ jmeter.save.saveservice.timestamp_format
                              semicolon to span multiple lines.
                              </note>
                              Example:
-                             <source>jmeter.reportgenerator.apdex_per_transaction=sample(\\d+):1000|2000,\
+                             <source>jmeter.reportgenerator.apdex_per_transaction=sample(\\d+):1000|2000;\
     										samples12:3000|4000;\
 										    scenar01-12:5000|6000</source>
                         </property>