| 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 | |
| DslSynchronizingTimer |
Uses JMeter Synchronizing Timer to allow sending a batch of requests simultaneously to a system
under test.
|
| DslSynchronizingTimer.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 © 2024. All rights reserved.