Uses of Class
us.abstracta.jmeter.javadsl.core.controllers.PercentController
-
Packages that use PercentController Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.core.controllers -
-
Uses of PercentController in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return PercentController Modifier and Type Method Description static PercentControllerJmeterDsl. percentController(float percent, BaseThreadGroup.ThreadGroupChild... children)Builds a Percent Controller to execute children only a given percent of times.static PercentControllerJmeterDsl. percentController(String percent, BaseThreadGroup.ThreadGroupChild... children)Same asJmeterDsl.percentController(float, ThreadGroupChild...)but allowing using JMeter expressions (eg: ${PERCENT_VAR}) in percent parameter. -
Uses of PercentController in us.abstracta.jmeter.javadsl.core.controllers
Methods in us.abstracta.jmeter.javadsl.core.controllers that return PercentController Modifier and Type Method Description PercentControllerPercentController. perThread()Specifies to apply percent control per thread instead of shared by all threads.PercentControllerPercentController. perThread(boolean enable)Same asperThread()but allowing to enable or disable it.
-