Locust: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:
* [https://docs.locust.io/en/stable/quickstart.html Locust » Quickstart]
* [https://docs.locust.io/en/stable/quickstart.html Locust » Quickstart]
* [https://docs.locust.io/en/stable/running-in-docker.html Locust]
* [https://docs.locust.io/en/stable/running-in-docker.html Locust]
| valign="top" |
| valign="top" |
|-
| colspan="3" |
----
|-
| valign="top" |
* [https://github.com/SvenskaSpel/har2locust/blob/main/.headerignore <code>har2locust</code> » <code>.headerignore</code>]
* [https://github.com/SvenskaSpel/har2locust/blob/main/.urlignore <code>har2locust</code> » <code>.urlignore</code>]
* [https://github.com/SvenskaSpel/har2locust/blob/main/har2locust/plugin.py <code>har2locust</code> » <code>plugin.py</code>]


| valign="top" |
| valign="top" |

Revision as of 22:00, 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