- RampUpRateLimiter - com.github.myzhan.locust4j.ratelimit中的类
-
- RampUpRateLimiter(long, long, long, TimeUnit, long, TimeUnit) - 类 的构造器com.github.myzhan.locust4j.ratelimit.RampUpRateLimiter
-
Creates a RampUpRateLimiter
- recordFailure(String, String, long, String) - 类 中的方法com.github.myzhan.locust4j.Locust
-
Add a failed record, locust4j will collect it, and report to master.
- recordSuccess(String, String, long, long) - 类 中的方法com.github.myzhan.locust4j.Locust
-
Add a successful record, locust4j will collect it, calculate things like RPS, and report to master.
- recv() - 接口 中的方法com.github.myzhan.locust4j.rpc.Client
-
receive message from master
- recv() - 类 中的方法com.github.myzhan.locust4j.rpc.ZeromqClient
-
- RequestFailure - com.github.myzhan.locust4j.stats中的类
-
- RequestFailure() - 类 的构造器com.github.myzhan.locust4j.stats.RequestFailure
-
- RequestSuccess - com.github.myzhan.locust4j.stats中的类
-
- RequestSuccess() - 类 的构造器com.github.myzhan.locust4j.stats.RequestSuccess
-
- reset() - 类 中的方法com.github.myzhan.locust4j.stats.StatsEntry
-
- round(long, int) - 类 中的静态方法com.github.myzhan.locust4j.utils.Utils
-
- run() - 类 中的方法com.github.myzhan.locust4j.AbstractTask
-
- run(AbstractTask...) - 类 中的方法com.github.myzhan.locust4j.Locust
-
Add tasks to Runner, connect to master and wait for messages of master.
- run(List<AbstractTask>) - 类 中的方法com.github.myzhan.locust4j.Locust
-
Add tasks to Runner, connect to master and wait for messages of master.
- run() - 类 中的方法com.github.myzhan.locust4j.ratelimit.StableRateLimiter
-
- run() - 类 中的方法com.github.myzhan.locust4j.stats.Stats
-
User code reports successful and failed records to Stats.
- Runner - com.github.myzhan.locust4j.runtime中的类
-
Runner is the core role that runs all tasks, collects test results and reports to the master.
- Runner() - 类 的构造器com.github.myzhan.locust4j.runtime.Runner
-
- RunnerState - com.github.myzhan.locust4j.runtime中的枚举
-
State of runner