Locust 是否使用 IP 欺骗?
Does Locust make use of IP Spoofing?
我正在 运行 针对我的服务器进行蝗虫负载测试,Cloudflare 限制每个 IP(用户)每秒 250 个请求。我正在使用以下蝗虫配置达到该限制:
- 用户:100
- RPS 约为 100
那么,这里出现的问题是:
Does Locust make use of IP spoofing to bypass the DNS limitations?
Does Locust make use of IP spoofing to bypass the DNS limitations?
不,不是。
但如果您真的想问“Locust 可以利用 IP 欺骗吗?”答案是肯定的,见https://github.com/locustio/locust/issues/376
关于您的实际核心问题(DNS 限制),应该有更好的解决方案。查看 https://github.com/locustio/locust/issues/1614(尽管提出该问题的用户似乎没有让我提出的解决方案起作用...)
我正在 运行 针对我的服务器进行蝗虫负载测试,Cloudflare 限制每个 IP(用户)每秒 250 个请求。我正在使用以下蝗虫配置达到该限制:
- 用户:100
- RPS 约为 100
那么,这里出现的问题是:
Does Locust make use of IP spoofing to bypass the DNS limitations?
Does Locust make use of IP spoofing to bypass the DNS limitations?
不,不是。
但如果您真的想问“Locust 可以利用 IP 欺骗吗?”答案是肯定的,见https://github.com/locustio/locust/issues/376
关于您的实际核心问题(DNS 限制),应该有更好的解决方案。查看 https://github.com/locustio/locust/issues/1614(尽管提出该问题的用户似乎没有让我提出的解决方案起作用...)