| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl.core.timers |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTimer
Contains common logic for all timers.
|
class |
DslConstantTimer
Allows using JMeter Constant Timers which pause the thread for a given period.
|
class |
DslSynchronizingTimer
Uses JMeter Synchronizing Timer to allow sending a batch of requests simultaneously to a system
under test.
|
class |
DslThroughputTimer
Allows using JMeter Constant Throughput Timers which pauses samplers under its control to limit
the maximum number of samples per minute.
|
class |
DslUniformRandomTimer
Allows specifying JMeter Uniform Random Timers which pause the thread with a random time with
uniform distribution.
|
Copyright © 2024. All rights reserved.