如果我正在运行带有-expect-slaves 3的无头蝗虫主服务器,如果我连接5个从属服务器,主服务器会接受并利用所有连接的从属计算机吗?
答案 0 :(得分:3)
答案是肯定的。如果通过了--expect-slave 3,则主机将等待3个从机开始测试,但是它可以接受5个从机。以下是官方文档网站的内容。
--expect-slaves=X
Used when starting the master node with --no-web. The master node will then wait until X slave nodes has connected before the test is started.
链接:https://docs.locust.io/en/stable/running-locust-distributed.html#options