Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 NGINX,我想控制每个用户的连接数和带宽。这就是为此提供 NGINX 的原因
limit_rate 150k;
其中 150k 是限制率的某个值,我希望这个 limit_rate 是可变的,但这个指令只接受值。
我的问题的第二部分是如何测试带宽过剩。它们是否有任何工具可以通过请求以服务器为目标,直到超出带宽