首先,以下介绍的流量监控工具安装之前均需要安装epel源,
安装epel源:
[root@bogon ~]# yum -y install epel-release
安装 iftop 工具,查看各个连接的流量情况
[root@bogon ~]# yum -y install iftop
[root@bogon ~]# iftop -i ens33 -n -P
安装 nethogs 工具,查看各个进程的流量情况
[root@bogon ~]# yum -y install nethogs
[root@bogon ~]# nethogs
安装 nload 工具,查看总体流量趋势情况
[root@bogon ~]# yum -y install nload
[root@bogon ~]# nload