Class PreciseThroughputTimer

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Cloneable , org.apache.jmeter.gui.Searchable , org.apache.jmeter.testbeans.TestBean , org.apache.jmeter.testelement.TestElement , org.apache.jmeter.timers.Timer , org.apache.jmeter.timers.poissonarrivals.DurationProvider , org.apache.jmeter.timers.poissonarrivals.ThroughputProvider

    
    public class PreciseThroughputTimer
    extends AbstractTestElement implements Cloneable, Timer, TestBean, ThroughputProvider, DurationProvider
                        

    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 (throughputPeriod).

    Since:

    4.0