| Interface | Description |
|---|---|
| DslTimer |
| Class | Description |
|---|---|
| BaseTimer |
Contains common logic for all timers.
|
| DslConstantTimer |
Allows using JMeter Constant Timers which pause the thread for a given period.
|
| DslConstantTimer.CodeBuilder | |
| DslThroughputTimer |
Allows using JMeter Constant Throughput Timers which pauses samplers under its control to limit
the maximum number of samples per minute.
|
| DslThroughputTimer.CodeBuilder | |
| DslUniformRandomTimer |
Allows specifying JMeter Uniform Random Timers which pause the thread with a random time with
uniform distribution.
|
| DslUniformRandomTimer.CodeBuilder |
| Enum | Description |
|---|---|
| DslThroughputTimer.ThroughputMode |
Specifies the calculation/control method to control the configured throughput.
|
Copyright © 2023. All rights reserved.