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/25 16:29:00 UTC

svn commit: r1762223 - /jmeter/trunk/xdocs/usermanual/properties_reference.xml

Author: pmouawad
Date: Sun Sep 25 16:28:59 2016
New Revision: 1762223

URL: http://svn.apache.org/viewvc?rev=1762223&view=rev
Log:
Bug 60018 - Timer : Add a factor to apply on pauses
Document property
Bugzilla Id: 60018

Modified:
    jmeter/trunk/xdocs/usermanual/properties_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/properties_reference.xml?rev=1762223&r1=1762222&r2=1762223&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Sun Sep 25 16:28:59 2016
@@ -716,6 +716,17 @@ Other parsers:<br/>
 <property name="testplan_validation.number_iterations">Number of iterations to use to validate a Thread Group<br/>, defaults to:1</property>
 <property name="testplan_validation.tpc_force_100_pct">Force throuput controllers that work in percentage mode to be a 100%<br/>, defaults to:false</property>
 </properties>
+</section>
+<section name="&sect-num;.43 Timer related feature" anchor="timer">
+<description>Timer are used to introduce think time in your plan.</description>
+<properties>
+<property name="timer.factor">Apply a factor on computed pauses by the following Timers:
+<ul>
+<li>Gaussian Random Timer</li>
+<li>Uniform Random Timer</li>
+<li>Poisson Random Timer</li>
+</ul><br/>Defaults to:1.0f</property>
+</properties>
 <a href="#">^</a>
 </section>
 <!--