调度机(Master)
locust -f xxx.py --master
nohup locust -f xxx.py --master > xxx.log 2>&1 &
执行机(Slave)
locust -f xxx.py --worker --master-host=172.16.2.xxx
nohup locust -f xxx.py --worker --master-host=172.16.2.xxx > xxx.log 2>&1 &
调度机(Master)
locust -f xxx.py --master
nohup locust -f xxx.py --master > xxx.log 2>&1 &
执行机(Slave)
locust -f xxx.py --worker --master-host=172.16.2.xxx
nohup locust -f xxx.py --worker --master-host=172.16.2.xxx > xxx.log 2>&1 &
本文标题:locust 多机分布式
本文链接:https://www.haomeiwen.com/subject/inxtxltx.html
网友评论