linux单机限速工具

wondershaper是国外人开发的一款在Linux内核下基于TC工具的对整块网卡的限度工具.
http://lartc.org/wondershaper/

安装wondershaper:
[root@localhost ~]# yum install wondershaper
限速命令:
第一个参数为网卡接口名,后面两个数字分别代表下行和上行的速度(单位Kb)
[root@localhost ~]# wondershaper em1 5000 5000
取消限速:
[root@localhost ~]# wondershaper clear em1

原文地址:https://www.cnblogs.com/liujitao79/p/4266662.html