💾 Archived View for freeshell.de › tldr › locust.gmi captured on 2024-05-10 at 12:14:23. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Load-testing tool to determine number of concurrent users a system can handle.
locust --host={http://example.com}
locust --locustfile={test_file.py} --host={http://example.com}
locust --no-web --clients={100} --hatch-rate={1} --host={http://example.com}
locust --master --host={http://example.com}
locust --slave --host={http://example.com}
locust --slave --master-host={master_hostname} --host={http://example.com}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).