You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/01/04 01:58:46 UTC

svn commit: r1227010 - in /jmeter/trunk: docs/images/screenshots/timers/poisson_random_timer.png src/core/org/apache/jmeter/resources/messages.properties xdocs/images/screenshots/timers/poisson_random_timer.png xdocs/usermanual/component_reference.xml

Author: sebb
Date: Wed Jan  4 00:58:46 2012
New Revision: 1227010

URL: http://svn.apache.org/viewvc?rev=1227010&view=rev
Log:
Bug 37073 - Add a Poisson based timer
Add component docs and screenshot; fix properties

Added:
    jmeter/trunk/docs/images/screenshots/timers/poisson_random_timer.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/timers/poisson_random_timer.png   (with props)
Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Added: jmeter/trunk/docs/images/screenshots/timers/poisson_random_timer.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/timers/poisson_random_timer.png?rev=1227010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/docs/images/screenshots/timers/poisson_random_timer.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties?rev=1227010&r1=1227009&r2=1227010&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties Wed Jan  4 00:58:46 2012
@@ -575,8 +575,8 @@ pkcs12_desc=PKCS 12 Key (*.p12)
 pl=Polish
 poisson_timer_delay=Constant Delay Offset (in milliseconds)\:
 poisson_timer_memo=Adds a random delay with a poisson distribution
-poisson_timer_range=Deviation (in milliseconds)\:
-poisson_timer_title=Poisson Timer
+poisson_timer_range=Lambda (in milliseconds)\:
+poisson_timer_title=Poisson Random Timer
 port=Port\:
 post_as_parameters=Parameters
 post_as_rawbody=RAW Body

Added: jmeter/trunk/xdocs/images/screenshots/timers/poisson_random_timer.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/timers/poisson_random_timer.png?rev=1227010&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/timers/poisson_random_timer.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1227010&r1=1227009&r2=1227010&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Wed Jan  4 00:58:46 2012
@@ -4215,6 +4215,22 @@ For details, see <complink name="BSF Tim
 </description>
 </component>
 
+<component name="Poisson Random Timer" index="&sect-num;.6.9" width="341" height="182" screenshot="timers/poisson_random_timer.png">
+
+<description><p>This timer pauses each thread request for a random amount of time, with most
+of the time intervals ocurring near a particular value.  The total delay is the
+sum of the Poisson distributed value, and the offset value.</p></description>
+
+
+<properties>
+        <property name="Name" required="No">Descriptive name for this timer that is shown in the tree</property>
+  <property name="Lambda" required="Yes">Lambda value in milliseconds.</property>
+  <property name="Constant Delay Offset" required="Yes">Number of milliseconds to pause in addition
+to the random delay.</property>
+</properties>
+
+</component>
+
 <a href="#">^</a>
 
 </section>