Author: sebb
Date: Sun May 8 11:04:14 2016
New Revision: 1742797
URL: http://svn.apache.org/viewvc?rev=1742797&view=rev
Log:
Simplify
Modified:
jmeter/trunk/bin/user.properties
Modified: jmeter/trunk/bin/user.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/user.properties?rev=1742797&r1=1742796&r2=1742797&view=diff
==============================================================================
--- jmeter/trunk/bin/user.properties (original)
+++ jmeter/trunk/bin/user.properties Sun May 8 11:04:14 2016
@@ -97,9 +97,9 @@
# Indicates which graph series are filtered (regular expression)
# 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
+# TransactionsPerSecondGraphConsumer suffixes transactions with "-success" or "-failure"
depending
# on the result
-#jmeter.reportgenerator.exporter.html.series_filter=((^Search)|(^Order))(-success|-failure)?
+#jmeter.reportgenerator.exporter.html.series_filter=(Search|Order)(-success|-failure)?
# Indicates whether only controller samples are displayed on graphs that support it.
#jmeter.reportgenerator.exporter.html.show_controllers_only=false
|