Uses of Class
us.abstracta.jmeter.javadsl.octoperf.OctoPerfEngine
-
Packages that use OctoPerfEngine Package Description us.abstracta.jmeter.javadsl.octoperf -
-
Uses of OctoPerfEngine in us.abstracta.jmeter.javadsl.octoperf
Methods in us.abstracta.jmeter.javadsl.octoperf that return OctoPerfEngine Modifier and Type Method Description OctoPerfEngineOctoPerfEngine. holdFor(Duration holdFor)Specifies the duration of time to keep the virtual users running, after the rampUp period.OctoPerfEngineOctoPerfEngine. projectCleanUp(boolean enabled)Allows enabling or disabling de automatic deletion of virtual users and scenarios from project.OctoPerfEngineOctoPerfEngine. projectName(String projectName)Sets the name of the OctoPerf project to use.OctoPerfEngineOctoPerfEngine. rampUpFor(Duration rampUp)Sets the duration of time taken to start the specified total users.OctoPerfEngineOctoPerfEngine. testTimeout(Duration testTimeout)Specifies a timeout for the entire test execution.OctoPerfEngineOctoPerfEngine. totalUsers(int totalUsers)Specifies the number of virtual users to use when running the test.
-