Uses of Class
us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
-
Packages that use RpsThreadGroup Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.core.threadgroups -
-
Uses of RpsThreadGroup in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return RpsThreadGroup Modifier and Type Method Description static RpsThreadGroupJmeterDsl. rpsThreadGroup()Builds a thread group that dynamically adapts thread count and pauses to match a given RPS.static RpsThreadGroupJmeterDsl. rpsThreadGroup(String name)Same asJmeterDsl.rpsThreadGroup()but allowing to set a name on the thread group. -
Uses of RpsThreadGroup in us.abstracta.jmeter.javadsl.core.threadgroups
Methods in us.abstracta.jmeter.javadsl.core.threadgroups that return RpsThreadGroup Modifier and Type Method Description RpsThreadGroupRpsThreadGroup. counting(RpsThreadGroup.EventType counting)Specifies to either control requests or iterations per second.RpsThreadGroupRpsThreadGroup. holdFor(Duration duration)Specifies to keep current RPS for a given duration.RpsThreadGroupRpsThreadGroup. initThreads(int initThreads)Specifies the initial number of threads to use.RpsThreadGroupRpsThreadGroup. maxThreads(int maxThreads)Specifies the maximum number of threads to use.RpsThreadGroupRpsThreadGroup. rampTo(double rps, Duration duration)Allows ramping up or down RPS with a given duration.RpsThreadGroupRpsThreadGroup. rampToAndHold(double rps, Duration rampDuration, Duration holdDuration)Simply combinesrampTo(double, Duration)andholdFor(Duration)which are usually used in combination.RpsThreadGroupRpsThreadGroup. spareThreads(double spareThreads)Specifies the number of spare (not used) threads to keep in the thread group.
-