首页 > 系统服务 > 详细

在Linux/Centos下用wondershaper限速

时间:2017-07-22 19:20:31      阅读:336      评论:0      收藏:0      [点我收藏+]

wondershaper是国外人开发的一款在Linux内核下基于TC工具的对整块网卡的限度工具,虽然有很久没有更新了,但是测试老版本在Centos6.3上依然可以使用。
 
首先下载wondershaper的rpm安装包:wondershaper-1.1a-7.noarch.rpm
 
安装wondershaper:

[root@localhost ~]# rpm -ivh wondershaper-1.1a-7.noarch.rpm

限速命令:
第一个参数为网卡接口名,后面两个数字分别代表下行和上行的速度(单位Kb)

[root@localhost ~]# wondershaper eth0 5000 500

取消限速:

[root@localhost ~]# wondershaper clear eth0

原文链接:在Linux/Centos下用wondershaper限速,转载请注明来源!

在Linux/Centos下用wondershaper限速

原文:http://www.cnblogs.com/weifeng1463/p/7222035.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!