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 2018/01/04 21:12:17 UTC

svn commit: r1820213 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Thu Jan  4 21:12:16 2018
New Revision: 1820213

URL: http://svn.apache.org/viewvc?rev=1820213&view=rev
Log:
Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput
Fix test failure due to old Exponential Timer doc
Bugzilla Id: 61931

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

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1820213&r1=1820212&r2=1820213&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Jan  4 21:12:16 2018
@@ -5425,28 +5425,6 @@ to the random delay.</property>
 
 </component>
 
-<component name="Exponential Timer" index="&sect-num;.6.10" width="341" height="182" screenshot="timers/exponential_timer.png">
-<description><p>This timer produces poisson arrivals with given constant throughput. It provides the following features:
-<ul>
-    <li><i>Specific number of iterations per hour</i>.
-    The very basic requirement is to ensure you end up exactly 50
-    iterations per hour.</li>
-    <li><i>Bursty load</i> simulation. There is no easy way to test "50
-    iterations per hour as 10 bursts of 5 items".</li>
-    <li><i>Repeatable test profile</i>. All the random timers produce different
-    pattern on each test run. This is not good for low-level analysis
-    (e.g. compare of CPU% charts, etc).</li>
-    <li>
-    <li>Avoid all thread groups</li> to fire at 00:00:00. By default, all
-    thread groups would fire at 0, so there would be noticeable spike at
-    the start of the test.</li>
-</ul>
-</p></description>
-
-
-
-</component>
-
 <a href="#">^</a>
 
 </section>