查看服务器流量
2019-04-26 05:22:45

linux(centos /ubuntu): nload 工具或 iftop 工具。


上面的两个工具一般是自带的。如果提示命令不存在。需要进行手动安装。


Centos 安装

# yum install nload iftop -y

Ubuntu 安装

# apt-get install nload iftop