Locust: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 31: Line 31:
* [https://docs.locust.io/en/stable/writing-a-locustfile.html Locust » Writing a locustfile]
* [https://docs.locust.io/en/stable/writing-a-locustfile.html Locust » Writing a locustfile]
* [https://docs.locust.io/en/stable/running-in-docker.html Locust » Running in Docker]
* [https://docs.locust.io/en/stable/running-in-docker.html Locust » Running in Docker]
* [https://docs.locust.io/en/stable/developing-locust.html Locust » Development]
* [https://github.com/SvenskaSpel/har2locust Locust » <code>har2locust</code>]
* [https://github.com/SvenskaSpel/har2locust Locust » <code>har2locust</code>]
* [https://docs.locust.io/en/stable/installation.html Locust » Installation]
* [https://docs.locust.io/en/stable/installation.html Locust » Installation]

Revision as of 22:11, 19 January 2024

python3 -m venv ~/.venv/locust --prompt="Locust"
source ~/.venv/locust/bin/activate
pip install locust
locust -V

Playground

mkdir -p ~/Documents/locust-playground
cd       ~/Documents/locust-playground

References