Author: pmouawad Date: Sat May 7 21:09:23 2016 New Revision: 1742753 URL: http://svn.apache.org/viewvc?rev=1742753&view=rev Log: Improve documentation 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=1742753&r1=1742752&r2=1742753&view=diff ============================================================================== --- jmeter/trunk/xdocs/usermanual/generating-dashboard.xml (original) +++ jmeter/trunk/xdocs/usermanual/generating-dashboard.xml Sat May 7 21:09:23 2016 @@ -74,7 +74,8 @@ jmeter.save.saveservice.successful = tru jmeter.save.saveservice.thread_counts = true jmeter.save.saveservice.thread_name = true jmeter.save.saveservice.time = true -jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss (or any other format) +# You can use any other format than the one shown here +jmeter.save.saveservice.timestamp_format = yyyy/MM/dd HH:mm:ss Property jmeter.save.saveservice.timestamp_format must be set @@ -100,6 +101,14 @@ jmeter.save.saveservice.timestamp_format jmeter.reportgenerator. + + Title used in the generated report. + Default: "" + + + Granularity of over time graphs. Data is aggregated to have 1 minute ticks. + Default: "60000" (1 minute) + Sets the satisfaction threshold for the APDEX @@ -229,6 +238,7 @@ jmeter.save.saveservice.timestamp_format Default: true Sets the filter of series. An empty value deactivates the filtering. + If not empty, regex should end with (-success|-failure)?
Format: regular expression. Default: ""
@@ -457,11 +467,11 @@ jmeter.reportgenerator.apdex_tolerated_t # jmeter.reportgenerator.exporter.html.property.output_dir=/tmp/test-report # Indicates which graph series are filtered (regular expression) -# In the below example we filter on Sample1 and Sample2 +# In the below example we filter on Search and Order samples # Note that the end of the pattern should always include (-success|-failure)? # Transactions per second suffixes Transactions with "-success" or "-failure" depending # on the result -jmeter.reportgenerator.exporter.html.series_filter=((^s0)|(^s1))(-success|-failure)? +#jmeter.reportgenerator.exporter.html.series_filter=((^Search)|(^Order))(-success|-failure)? # Indicates whether series filter apply only on sample series jmeter.reportgenerator.exporter.html.filters_only_sample_series=true