Linux测试网速
super
2020-11-11 18:38

使用nload
sudo apt install nload
nload
Incoming也就是进入网卡的流量,Outgoing,也就是从这块网卡出去的流量,每一部分都有下面几个。
- Curr:当前流量
- Avg:平均流量
- Min:最小流量
- Max:最大流量
- Ttl:总流量
nload默认的是eth0网卡,如果你想监测eth1网卡的流量,可以使用下面的命令
nload eth1
同时查看多个网卡的流量情况
nload -m
使用speedtest-cli
1)安装pip
ubuntu
apt-get install python-pip
2)安装speedtest-cli
pip install speedtest-cli

3)使用
speedtest-cli

1 条讨论