所有类和接口

说明
 
An AbstractTask is the abstraction layer of test scenario, which requires subtypes to implement test scenario in AbstractTask.execute() method.
 
 
RPC Client interface.
Locust class exposes all the APIs of locust4j.
 
 
A RampUpRateLimiter distributes permits at a ramp-up rate, in steps.
 
 
A Runner is a state machine that tells to the master, runs all tasks, collects test results and reports to the master.
State of runner
A StableRateLimiter distributes permits at a configurable rate.
Stats collects test results from reportSuccessQueue and reportFailureQueue and reports to Runner every 3 seconds.
 
 
 
 
 
 
Locust used to support both plain-socket and zeromq.