Uses of Class
us.abstracta.jmeter.javadsl.core.timers.BaseTimer
-
Packages that use BaseTimer Package Description us.abstracta.jmeter.javadsl.core.timers -
-
Uses of BaseTimer in us.abstracta.jmeter.javadsl.core.timers
Subclasses of BaseTimer in us.abstracta.jmeter.javadsl.core.timers Modifier and Type Class Description 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.
-