Traffic Generators: Difference between revisions

Line 116:
Then start any “slave” nodes, giving them a reference to the master node:
locust --host=http://somedomain.io --slave --master-host=192.168.10.100
 
== Without WebUI ==
 
Runs the cli mode as below:
locust -f locustfile.py --no-web -c 1000 -r 100 --run-time 1h30m
 
In Distributed mode it will wait until all slave nodes have connected before starting the test:
locust -f locustfile.py --no-web -c 1000 -r 100 --run-time 1h30m --expect-slaves
 
= Slowhttptest =