You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by ag...@apache.org on 2017/12/07 20:57:24 UTC

svn commit: r1817420 - in /jmeter/trunk: bin/reportgenerator.properties bin/user.properties xdocs/changes.xml xdocs/usermanual/generating-dashboard.xml xdocs/usermanual/properties_reference.xml

Author: agomes
Date: Thu Dec  7 20:57:24 2017
New Revision: 1817420

URL: http://svn.apache.org/viewvc?rev=1817420&view=rev
Log:
Bug 61871 - Reduce jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity default value from 500ms to 100ms

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

Modified: jmeter/trunk/bin/reportgenerator.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/reportgenerator.properties?rev=1817420&r1=1817419&r2=1817420&view=diff
==============================================================================
--- jmeter/trunk/bin/reportgenerator.properties (original)
+++ jmeter/trunk/bin/reportgenerator.properties Thu Dec  7 20:57:24 2017
@@ -93,7 +93,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=500
+jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity=100
 
 # 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=1817420&r1=1817419&r2=1817420&view=diff
==============================================================================
--- jmeter/trunk/bin/user.properties (original)
+++ jmeter/trunk/bin/user.properties Thu Dec  7 20:57:24 2017
@@ -73,8 +73,8 @@
 #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
+# Set to 100 ms by default
+#jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity=100
 
 # Change this parameter if you want to keep only some samples.
 # Regular Expression which Indicates which samples to keep for graphs and statistics generation.

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1817420&r1=1817419&r2=1817420&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes.xml [utf-8] Thu Dec  7 20:57:24 2017
@@ -156,6 +156,7 @@ Summary
 
 <h3>Report / Dashboard</h3>
 <ul>
+    <li><bug>61871</bug>Reduce jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity default value from 500ms to 100ms</li>
 </ul>
 
 <h3>General</h3>

Modified: jmeter/trunk/xdocs/usermanual/generating-dashboard.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/generating-dashboard.xml?rev=1817420&r1=1817419&r2=1817420&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/generating-dashboard.xml (original)
+++ jmeter/trunk/xdocs/usermanual/generating-dashboard.xml Thu Dec  7 20:57:24 2017
@@ -520,8 +520,8 @@ jmeter.save.saveservice.timestamp_format
 #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
+# Set to 100 ms by default
+#jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity=100
 
 # Change this parameter if you want to override the APDEX satisfaction threshold.
 jmeter.reportgenerator.apdex_satisfied_threshold=1500

Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/properties_reference.xml?rev=1817420&r1=1817419&r2=1817420&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Thu Dec  7 20:57:24 2017
@@ -1525,7 +1525,7 @@ JMETER-SERVER</source>
     Defaults to: <code>Response Time Distribution</code>
 </property>
 <property name="jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity">
-    Defaults to: <code>500</code>
+    Defaults to: <code>100</code>
 </property>
 <property name="jmeter.reportgenerator.graph.activeThreadsOverTime.classname">
     Active Threads Over Time graph definition<br/>