| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.controllers |
| Modifier and Type | Method and Description |
|---|---|
static PercentController |
JmeterDsl.percentController(float percent,
BaseThreadGroup.ThreadGroupChild... children)
Builds a Percent Controller to execute children only a given percent of times.
|
static PercentController |
JmeterDsl.percentController(String percent,
BaseThreadGroup.ThreadGroupChild... children)
Same as
#percentController(float, ThreadGroupChild...) but allowing using JMeter
expressions (eg: ${PERCENT_VAR}) in percent parameter. |
| Modifier and Type | Method and Description |
|---|---|
PercentController |
PercentController.perThread()
Specifies to apply percent control per thread instead of shared by all threads.
|
PercentController |
PercentController.perThread(boolean enable)
Same as
perThread() but allowing to enable or disable it. |
Copyright © 2024. All rights reserved.