- 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.Client
-
receive message from master
- recv() - 类 中的方法com.github.myzhan.locust4j.ZeromqClient
-
- REPORT_FAILURE_TO_STATS - 类 中的静态变量com.github.myzhan.locust4j.Queues
-
- REPORT_SUCCESS_TO_STATS - 类 中的静态变量com.github.myzhan.locust4j.Queues
-
User code reports successful and failed records to Stats, by adding message to these queue.
- REPORT_TO_RUNNER - 类 中的静态变量com.github.myzhan.locust4j.Queues
-
- round(long, int) - 类 中的静态方法com.github.myzhan.locust4j.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.Stats
-
- Runner - com.github.myzhan.locust4j中的类
-
Runner is the core role that runs all tasks, collects test results and reports to the master.