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/09/27 09:48:35 UTC

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

Author: pmouawad
Date: Tue Sep 27 09:48:35 2016
New Revision: 1762432

URL: http://svn.apache.org/viewvc?rev=1762432&view=rev
Log:
Bug 60149  	Report / Dashboard : If granularity is below 1 sec, the Throughput graphs will be incorrect
Mention limitation.
Bugzilla Id: 60149

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=1762432&r1=1762431&r2=1762432&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/generating-dashboard.xml (original)
+++ jmeter/trunk/xdocs/usermanual/generating-dashboard.xml Tue Sep 27 09:48:35 2016
@@ -134,6 +134,7 @@ jmeter.save.saveservice.timestamp_format
                         </property>
                         <property name="overall_granularity" required="No">
                             Granularity of over time graphs. Data is aggregated to have 1 minute ticks.<br/>
+                            <note>Granularity must be higher than 1 second (1000) otherwise throughput graphs will be incorrect</note>
                             Default: "60000" (1 minute)
                         </property>
                         <property name="apdex_satisfied_threshold" required="No">
@@ -484,6 +485,8 @@ jmeter.save.saveservice.timestamp_format
 #jmeter.reportgenerator.report_title=Apache JMeter Dashboard
 
 # Change this parameter if you want to change the granularity of over time graphs.
+# Granularity must be higher than 1000 (1second) otherwise Throughput graphs will be incorrect
+# see Bug 60149
 #jmeter.reportgenerator.overall_granularity=60000
 
  Change this parameter if you want to change the granularity of Response time distribution