present (sb for a job etc)
An open source load testing tool.
An open source performance testing tool.
define user behaviour with python code, and swarm your system with millions of simultaneous users.
Use Python code to define user behavior. Use it to simulate millions of concurrent users accessing your system.
Official website: /
Locust Installation
1. Install Python:
Official: /
Installing Python2 or Python3
2. Install Locuse
2.1, Installation via pip command /> pip install locustio
2.2, Installation via clone project on GitHub (recommended for Python3): /locustio/locust
3. Install pyzmq
If you intend to run Locust distributed across multiple processes/machines, we recommend you to also install pyzmq.
If you plan to run Locust distributed across multiple processes/machines, we recommend that you also install pyzmq.
Install via pip command. /> pip install pyzmq
4, the installation is successful, CMD knock command to verify. /> locust --help
Quick access
(i) Introduction to Locust
(ii) Locust Installation
(iii) Locust creates performance tests
(iv) Locust no-...
(v) Description of Locust parameters
(vi) Locust distributed operation
(vii) Locust classes and methods
(viii) Locust setup assertions
(ix) Locust Parameterization
This is the whole content of this article.