wondershaper 实现在linux下限速

时间:2018-06-30 01:00:43   收藏:0   阅读:1998
如果是在小环境个例去进行限速的话,这个方法是个不错的选择,如果在在整体架构中,建议还是设计网络架构才行


wondershaper  实际上就是基于tc编辑的脚本

安装方法yum -y install  wondershaper 即可


wondershaper 的基本使用如下:

$ wondershaper <interface> <download-rate> <upload-rate>


举个例子, 将eth0的最大下载/上传带宽分别设定为 10000000Kbit/s 和 500Kbit/s:

$ wondershaper em1 10000000  500


你也可以通过运行下面的命令将速率限制进行消除:

$ wondershaper clear em1


假如你对 wondershaper 的运行原理感兴趣,可以阅读(/sbin/wondershaper)。


tc -s qdisc ls dev eth0

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!