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/02/23 21:28:31 UTC

svn commit: r1731945 - /jmeter/trunk/bin/user.properties

Author: pmouawad
Date: Tue Feb 23 20:28:31 2016
New Revision: 1731945

URL: http://svn.apache.org/viewvc?rev=1731945&view=rev
Log:
Add useful examples and explain how to enable logging when an issue occurs

Modified:
    jmeter/trunk/bin/user.properties

Modified: jmeter/trunk/bin/user.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/user.properties?rev=1731945&r1=1731944&r2=1731945&view=diff
==============================================================================
--- jmeter/trunk/bin/user.properties (original)
+++ jmeter/trunk/bin/user.properties Tue Feb 23 20:28:31 2016
@@ -70,6 +70,9 @@
 # Reporting configuration
 #---------------------------------------------------------------------------
 
+# If you want to debug reporting, uncomment this line
+#log_level.jmeter.report=DEBUG
+
 # Change this parameter if you want to change the granularity of over time graphs.
 #jmeter.reportgenerator.overall_granularity=60000
 
@@ -84,7 +87,8 @@
 #jmeter.reportgenerator.apdex_tolerated_threshold=1500
 
 # Indicates which graph series are filtered (regular expression)
-#jmeter.reportgenerator.exporter.html.series_filter=
+# In the below example we filter on Sample1 and Sample2
+#jmeter.reportgenerator.exporter.html.series_filter=(^Sample1$)|(^Sample2$)
 
 # Indicates whether series filter apply only on sample series
 #jmeter.reportgenerator.exporter.html.filters_only_sample_series=false