Author: fschumacher
Date: Wed Jan 24 20:35:47 2018
New Revision: 1822157
URL: http://svn.apache.org/viewvc?rev=1822157&view=rev
Log:
As Poisson is a name use uppercase.
Modified:
jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ConstantPoissonProcessGenerator.java
jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimer.java
jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified:
jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ConstantPoissonProcessGenerator.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ConstantPoissonProcessGenerator.java?rev=1822157&r1=1822156&r2=1822157&view=diff
==============================================================================
---
jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ConstantPoissonProcessGenerator.java
(original)
+++
jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ConstantPoissonProcessGenerator.java
Wed Jan 24 20:35:47 2018
@@ -26,7 +26,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
- * Generates events for poisson processes, ensuring throughput*duration events
will be present in each "duration"
+ * Generates events for Poisson processes, ensuring throughput*duration events
will be present in each "duration"
* @since 4.0
*/
public class ConstantPoissonProcessGenerator implements EventProducer {
Modified:
jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimer.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimer.java?rev=1822157&r1=1822156&r2=1822157&view=diff
==============================================================================
---
jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimer.java
(original)
+++
jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimer.java
Wed Jan 24 20:35:47 2018
@@ -33,8 +33,8 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
- * This timer generates poisson arrivals with constant throughput.
- * On top of that, it tries to maintain the exact amount of arrivals for a
given timeframe ({@link #throughputPeriod}.
+ * This timer generates Poisson arrivals with constant throughput.
+ * On top of that, it tries to maintain the exact amount of arrivals for a
given timeframe ({@link #throughputPeriod}).
* @since 4.0
*/
@GUIMenuSortOrder(3)
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=1822157&r1=1822156&r2=1822157&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 24 20:35:47 2018
@@ -762,7 +762,7 @@ patterns_to_include=URL Patterns to Incl
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_memo=Adds a random delay with a Poisson distribution
poisson_timer_range=Lambda (in milliseconds)\:
poisson_timer_title=Poisson Random Timer
port=Port\:
Modified:
jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties?rev=1822157&r1=1822156&r2=1822157&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
(original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
Wed Jan 24 20:35:47 2018
@@ -755,7 +755,7 @@ patterns_to_exclude=URL \: motifs \u00E0
patterns_to_include=URL \: motifs \u00E0 inclure
pkcs12_desc=Clef PKCS 12 (*.p12)
pl=Polonais
-poisson_timer_delay=D\u00E9lai de d\u00E9calage bas\u00E9 sur la loi de
poisson (en millisecondes) \:
+poisson_timer_delay=D\u00E9lai de d\u00E9calage bas\u00E9 sur la loi de
Poisson (en millisecondes) \:
poisson_timer_memo=Ajoute un d\u00E9lai al\u00E9atoire avec une distribution
de type Poisson
poisson_timer_range=D\u00E9viation (en millisecondes) \:
poisson_timer_title=Compteur de temps al\u00E9atoire selon la loi de Poisson
Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1822157&r1=1822156&r2=1822157&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Wed Jan 24 20:35:47
2018
@@ -5137,10 +5137,10 @@ Note that the throughput value should no
and place the timer under that dummy sampler</p>
<h4>Produced schedule</h4>
-<p><code>Precise Throughput Timer</code> models <a
href="https://en.wikipedia.org/wiki/Poisson_point_process">poisson arrivals</a>
schedule. That schedule often happens in a real-life, so it makes sense to use
that for load testing.
- For instance, it naturally might generate samples that are close together
thus it might reveal concurrency issues. Even if you manage to generate poisson
arrivals
- with <complink name="Poisson Random Timer"/>, it would be suseptible to
the issues listed below. For instance, true poisson arrivals might have
indefinitely long
- pause, and that is not practical for load testing. For instance, "regular"
poisson arrivals with 1 per second rate might end up with 50 samples over 60
second long test.</p>
+<p><code>Precise Throughput Timer</code> models <a
href="https://en.wikipedia.org/wiki/Poisson_point_process">Poisson arrivals</a>
schedule. That schedule often happens in a real-life, so it makes sense to use
that for load testing.
+ For instance, it naturally might generate samples that are close together
thus it might reveal concurrency issues. Even if you manage to generate Poisson
arrivals
+ with <complink name="Poisson Random Timer"/>, it would be suseptible to
the issues listed below. For instance, true Poisson arrivals might have
indefinitely long
+ pause, and that is not practical for load testing. For instance, "regular"
Poisson arrivals with 1 per second rate might end up with 50 samples over 60
second long test.</p>
<p><complink name="Constant Throughput Timer"/> converges to the specified
rate, however it tends to produce samples at even intervals.</p>
<h4>Ramp-up and startup spike</h4>
@@ -5412,7 +5412,7 @@ vars.putObject("OBJ1",new Object());</so
<description><p>This timer pauses each thread request for a random amount of
time, with most
of the time intervals occurring near a particular value. The total delay is
the
sum of the Poisson distributed value, and the offset value.</p>
-<p>Note: if you want to model poisson arrivals, consider using <complink
name="Precise Throughput Timer"/> instead.</p>
+<p>Note: if you want to model Poisson arrivals, consider using <complink
name="Precise Throughput Timer"/> instead.</p>
</description>