Uses of Class
us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer
-
Packages that use DslThroughputTimer Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.core.timers -
-
Uses of DslThroughputTimer in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return DslThroughputTimer Modifier and Type Method Description static DslThroughputTimerJmeterDsl. throughputTimer(double throughputPerMinute)Builds a Constant Throughput Timer which paces samplers to limit the throughput. -
Uses of DslThroughputTimer in us.abstracta.jmeter.javadsl.core.timers
Methods in us.abstracta.jmeter.javadsl.core.timers that return DslThroughputTimer Modifier and Type Method Description DslThroughputTimerDslThroughputTimer. calculation(DslThroughputTimer.ThroughputMode calculation)Allows specifying the exact method of calculation of throughput regardless of the location of the timer.DslThroughputTimerDslThroughputTimer. perThread()Allows specifying that configured throughput should be counted per thread.
-