Uses of Package
us.abstracta.jmeter.javadsl.core.timers
-
Packages that use us.abstracta.jmeter.javadsl.core.timers Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.core.timers -
Classes in us.abstracta.jmeter.javadsl.core.timers used by us.abstracta.jmeter.javadsl Class Description DslConstantTimer Allows using JMeter Constant Timers which pause the thread for a given period.DslSynchronizingTimer Uses JMeter Synchronizing Timer to allow sending a batch of requests simultaneously to a system under test.DslThroughputTimer Allows using JMeter Constant Throughput Timers which pauses samplers under its control to limit the maximum number of samples per minute.DslUniformRandomTimer Allows specifying JMeter Uniform Random Timers which pause the thread with a random time with uniform distribution. -
Classes in us.abstracta.jmeter.javadsl.core.timers used by us.abstracta.jmeter.javadsl.core.timers Class Description BaseTimer Contains common logic for all timers.DslThroughputTimer Allows using JMeter Constant Throughput Timers which pauses samplers under its control to limit the maximum number of samples per minute.DslThroughputTimer.ThroughputMode Specifies the calculation/control method to control the configured throughput.DslTimer