江苏省吴江市双板桥路3号兴源网络

0512-63028342

ly@wjxy.net.cn

Linux查看网卡实时网速以及 nload 命令详解

安装工具
yum install -y epel-release #先安装epel软件库
yum install -y nload #再安装nload

查看所有网卡实时网速

sudo nload -m

查看指定网卡实时网速

sudo nload eth0 -m

nload -m eth0 eth1 eth2

发表回复