Class ConstantPoissonProcessGenerator
java.lang.Object
org.apache.jmeter.timers.poissonarrivals.ConstantPoissonProcessGenerator
Generates events for Poisson processes, ensuring throughput*duration events will be present in each "duration"
- Since:
- 4.0
-
Constructor Summary
ConstructorDescriptionConstantPoissonProcessGenerator
(org.apache.jmeter.timers.poissonarrivals.ThroughputProvider throughput, int batchSize, int batchThreadDelay, org.apache.jmeter.timers.poissonarrivals.DurationProvider duration, Long seed, boolean logFirstSamples) -
Method Summary
-
Constructor Details
-
ConstantPoissonProcessGenerator
public ConstantPoissonProcessGenerator(org.apache.jmeter.timers.poissonarrivals.ThroughputProvider throughput, int batchSize, int batchThreadDelay, org.apache.jmeter.timers.poissonarrivals.DurationProvider duration, Long seed, boolean logFirstSamples)
-
-
Method Details
-
generateNext
public void generateNext() -
next
public double next()
-