440 B
440 B
Locust Performance Testing
Locust website: http://locust.io/
Locust is an easy-to-use, distributed, user load testing tool. Intended for load testing web sites (or other systems) and figuring out how many concurrent users a system can handle.
Usage
locust -f locustfile.py --host=http://localhost:1026
Open the browser at localhost:8089 and start the swarm.