Mac 上控制网络平衡的脚本
我想知道是否有任何脚本可以允许限制 Mac 上某个进程的网络带宽(下载\上传)?
I was wondering if there is any script that will allow one to limit the network bandwidth (download\upload) for a certain process on a mac?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 waterroof 来实现这一点。
它是 ipfw 的前端,并提供了一个名为“连接检查器”的工具,理论上可以监控每个网络连接并限制其带宽,但到目前为止我还没有机会测试它。尝试一下。
You could use waterroof to accomplish that.
It is a front-end for ipfw and provides a tool named "connection inspector" which can monitor each network connection and throttle its bandwidth, in theory, but I had no chance to test it so far. Give it a try.
Yosemite 不再包含 IPFW,您可以使用 PF 代替它, 这是一个脚本
Yosemite no longer includes IPFW, you can use PF instead of it, here is a script