Author: pmouawad
Date: Thu Apr 14 17:13:21 2016
New Revision: 1739143

URL: http://svn.apache.org/viewvc?rev=1739143&view=rev
Log:
Bug 59303 - New default response time distribution granularity in HTML report 
#resolve #191
Based on Patch by Antonio Gomes Rodrigues
Bugzilla Id: 59303

Modified:
    jmeter/trunk/bin/jmeter.properties
    jmeter/trunk/bin/user.properties
    jmeter/trunk/xdocs/usermanual/generating-dashboard.xml

Modified: jmeter/trunk/bin/jmeter.properties
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1739143&r1=1739142&r2=1739143&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Thu Apr 14 17:13:21 2016
@@ -1202,7 +1202,7 @@ jmeter.reportgenerator.graph.responseTim
 # Response Time Distribution graph definition
 
jmeter.reportgenerator.graph.responseTimeDistribution.classname=org.apache.jmeter.report.processor.graph.impl.ResponseTimeDistributionGraphConsumer
 jmeter.reportgenerator.graph.responseTimeDistribution.title=Response Time 
Distribution
-jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity=1000
+jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity=500
 
 # Active Threads Over Time graph definition
 
jmeter.reportgenerator.graph.activeThreadsOverTime.classname=org.apache.jmeter.report.processor.graph.impl.ActiveThreadsGraphConsumer

Modified: jmeter/trunk/bin/user.properties
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/bin/user.properties?rev=1739143&r1=1739142&r2=1739143&view=diff
==============================================================================
--- jmeter/trunk/bin/user.properties (original)
+++ jmeter/trunk/bin/user.properties Thu Apr 14 17:13:21 2016
@@ -76,6 +76,10 @@
 # Change this parameter if you want to change the granularity of over time 
graphs.
 #jmeter.reportgenerator.overall_granularity=60000
 
+# Change this parameter if you want to change the granularity of Response time 
distribution
+# Set to 500 ms by default
+#jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity=500
+
 # Change this parameter if you want to keep only some samples.
 # A comma separated list of samples to keep is expected.
 #jmeter.reportgenerator.sample_filter=

Modified: jmeter/trunk/xdocs/usermanual/generating-dashboard.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/generating-dashboard.xml?rev=1739143&r1=1739142&r2=1739143&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/generating-dashboard.xml (original)
+++ jmeter/trunk/xdocs/usermanual/generating-dashboard.xml Thu Apr 14 17:13:21 
2016
@@ -413,6 +413,10 @@ jmeter.save.saveservice.timestamp_format
 # Change this parameter if you want to change the granularity of over time 
graphs.
 jmeter.reportgenerator.overall_granularity=60000
 
+ Change this parameter if you want to change the granularity of Response time 
distribution
+# Set to 500 ms by default
+#jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity=500
+
 # Change this parameter if you want to override the APDEX satisfaction 
threshold.
 jmeter.reportgenerator.apdex_statisfied_threshold=1500
 


Reply via email to