locust -f locust_test.py –master-host=10.5.0.3 –master –master-port=8089 > master.log 2>&1 & for x in {1..7}; do locust -f locust_test.py –master-host=10.5.0.3 –master-port=8089 –worker > worker_$x.log 2>&1 & done
[2024-08-08 09:58:47,279] locust-32-core-qwed/WARNING/locust.runners: Failed to connect to master 10.5.0.3:8089, retry 18/60.
New contributor
Dhanashekhar I.J. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.