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/10 13:42:09 UTC

svn commit: r1760165 - in /jmeter/trunk/xdocs/usermanual: generating-dashboard.xml properties_reference.xml

Author: pmouawad
Date: Sat Sep 10 13:42:09 2016
New Revision: 1760165

URL: http://svn.apache.org/viewvc?rev=1760165&view=rev
Log:
Bug 60098 - Report / Dashboard : Reduce default value for "jmeter.reportgenerator.statistic_window" to reduce memory impact
Bugzilla Id: 60098

Modified:
    jmeter/trunk/xdocs/usermanual/generating-dashboard.xml
    jmeter/trunk/xdocs/usermanual/properties_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/generating-dashboard.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/generating-dashboard.xml?rev=1760165&r1=1760164&r2=1760165&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/generating-dashboard.xml (original)
+++ jmeter/trunk/xdocs/usermanual/generating-dashboard.xml Sat Sep 10 13:42:09 2016
@@ -155,7 +155,7 @@ jmeter.save.saveservice.timestamp_format
                             Sets the size of the sliding window used by percentile
                             evaluation. Caution: higher value provides a
                             better accuracy but needs more memory.
-                            Default: <code>200000</code>
+                            Default: <code>20000</code>
                         </property>
                     </properties>
                     <note>Percentiles used by Summary table and Percentile graphs can be adjusted to different values by using the 3 properties:

Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/properties_reference.xml?rev=1760165&r1=1760164&r2=1760165&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Sat Sep 10 13:42:09 2016
@@ -647,7 +647,7 @@ Other parsers:<br/>
 <property name="jmeter.reportgenerator.apdex_tolerated_threshold"> Sets the tolerance threshold for the APDEX calculation (in milliseconds).<br/>, defaults to:1500</property>
 <property name="jmeter.reportgenerator.sample_filter"> Regular Expression which Indicates which samples to keep for graphs and statistics generation.<br/> Empty value means no filtering<br/>, defaults to:</property>
 <property name="jmeter.reportgenerator.temp_dir"> Sets the temporary directory used by the generation processus if it needs file I/O operations.<br/>, defaults to:temp</property>
-<property name="jmeter.reportgenerator.statistic_window "> Sets the size of the sliding window used by percentile evaluation.<br/> Caution : higher value provides a better accurency but needs more memory.<br/>, defaults to: 200000</property>
+<property name="jmeter.reportgenerator.statistic_window "> Sets the size of the sliding window used by percentile evaluation.<br/> Caution : higher value provides a better accurency but needs more memory.<br/>, defaults to: 20000</property>
 <property name="jmeter.reportgenerator.report_title"> Configure this property to change the report title<br/>, defaults to:Apache JMeter Dashboard</property>
 <property name="jmeter.reportgenerator.overall_granularity"> Defines the overall granularity for over time graphs<br/>, defaults to:60000</property>
 <property name="jmeter.reportgenerator.graph.responseTimePercentiles.classname"> Response Time Percentiles graph definition<br/>, defaults to:org.apache.jmeter.report.processor.graph.impl.ResponseTimePercentilesGraphConsumer</property>