Author: pmouawad
Date: Mon Jan 16 20:09:47 2017
New Revision: 1779098
URL: http://svn.apache.org/viewvc?rev=1779098&view=rev
Log:
Bug 58943 - Create a Better Think Time experience
Contributed by UbikLoadPack
Bugzilla Id: 58943
Modified:
jmeter/trunk/bin/jmeter.properties
Modified: jmeter/trunk/bin/jmeter.properties
URL:
http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1779098&r1=1779097&r2=1779098&view=diff
==============================================================================
--- jmeter/trunk/bin/jmeter.properties (original)
+++ jmeter/trunk/bin/jmeter.properties Mon Jan 16 20:09:47 2017
@@ -1281,6 +1281,9 @@ system.properties=system.properties
# Disabled by default
#testplan_validation.tpc_force_100_pct=false
+#---------------------------------------------------------------------------
+# Think Time configuration
+#---------------------------------------------------------------------------
#
# Apply a factor on computed pauses by the following Timers:
@@ -1290,6 +1293,20 @@ system.properties=system.properties
#
#timer.factor=1.0f
+# Default implementation that create the Timer structure to add to Test Plan
+# Implementation of interface
org.apache.jmeter.gui.action.thinktime.ThinkTimeCreator
+#think_time_creator.impl=org.apache.jmeter.thinktime.DefaultThinkTimeCreator
+
+# Default Timer GUI class added to Test Plan by DefaultThinkTimeCreator
+#think_time_creator.default_timer_implementation=org.apache.jmeter.timers.gui.UniformRandomTimerGui
+
+# Default constant pause of Timer
+#think_time_creator.default_constant_pause=1000
+
+# Default range pause of Timer
+#think_time_creator.default_range=100
+
+
# Change this parameter if you want to override the APDEX satisfaction
threshold.
jmeter.reportgenerator.apdex_satisfied_threshold=500