Uses of Interface
us.abstracta.jmeter.javadsl.core.timers.DslTimer
-
Packages that use DslTimer Package Description us.abstracta.jmeter.javadsl.core.timers -
-
Uses of DslTimer in us.abstracta.jmeter.javadsl.core.timers
Classes in us.abstracta.jmeter.javadsl.core.timers that implement DslTimer Modifier and Type Class Description classBaseTimerContains common logic for all timers.classDslConstantTimerAllows using JMeter Constant Timers which pause the thread for a given period.classDslSynchronizingTimerUses JMeter Synchronizing Timer to allow sending a batch of requests simultaneously to a system under test.classDslThroughputTimerAllows using JMeter Constant Throughput Timers which pauses samplers under its control to limit the maximum number of samples per minute.classDslUniformRandomTimerAllows specifying JMeter Uniform Random Timers which pause the thread with a random time with uniform distribution.
-