如何使用Linux系统工具来查看服务器的流量 |
linux(centos /ubuntu): nload 工具或 iftop 工具。 上面的两个工具一般是自带的。如果提示命令不存在。需要进行手动安装。 Centos 安装# yum install nload iftop -y Ubuntu 安装# apt-get install nload iftop |
如何使用Linux系统工具来查看服务器的流量 |
linux(centos /ubuntu): nload 工具或 iftop 工具。 上面的两个工具一般是自带的。如果提示命令不存在。需要进行手动安装。 Centos 安装# yum install nload iftop -y Ubuntu 安装# apt-get install nload iftop |