locust
Verified for current stable LTS
Locust Commands
Locust command syntax with verified terminal examples.
Commands
6 commands for Locust
locust HTTP
Locust Command: Connect Locust Worker To Master
locust -H {http://example.com} --worker locust HTTP
Locust Command: Connect Locust Worker To Master On Different Machine
locust -H {http://example.com} --worker --master-host <master_hostname> locust HTTP
Locust Command: Load Test With Different Locustfile
locust -H {http://example.com} -f <test_file.py> locust HTTP
Locust Command: Load Test With Web Interface
locust -H {http://example.com} locust HTTP
Locust Command: Run Headless Load Test To 100 Users
locust -H {http://example.com} --headless -u 100 -r 1 locust HTTP
Locust Command: Start Locust In Master Mode
locust -H {http://example.com} --master Suggest a Locust Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Locust workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.