Difference between revisions of "Locust"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[wikipedia:locust]] open source [[load testing]] framework. | [[wikipedia:locust]] open source [[load testing]] framework. | ||
* https://locust.io/ | * https://locust.io/ | ||
+ | |||
+ | [[brew install locust]] | ||
+ | [[locust --help]] | ||
+ | |||
+ | ==> Installing locust | ||
+ | ==> Pouring locust--2.15.0.arm64_ventura.bottle.tar.gz | ||
+ | 🍺 /Users/name/brew/Cellar/locust/2.15.0: 1,851 files, 26.7MB | ||
+ | |||
+ | |||
+ | locust --locustfile yourlocusfile.py --headless --users 200 --spawn-rate 50 --run-time 5s -H "https://yourexample.com" | ||
== See also == | == See also == | ||
+ | * {{locust}} | ||
* {{Perf}} | * {{Perf}} | ||
[[Category:Performance]] | [[Category:Performance]] |
Latest revision as of 17:39, 6 March 2023
wikipedia:locust open source load testing framework.
brew install locust locust --help
==> Installing locust ==> Pouring locust--2.15.0.arm64_ventura.bottle.tar.gz 🍺 /Users/name/brew/Cellar/locust/2.15.0: 1,851 files, 26.7MB
locust --locustfile yourlocusfile.py --headless --users 200 --spawn-rate 50 --run-time 5s -H "https://yourexample.com"
See also[edit]
Advertising: