iftop下载地址
https://rpmfind.net/linux/rpm2html/search.php?query=iftop
wget ftp://rpmfind.net/linux/dag/redhat/el7/en/x86_64/dag/RPMS/iftop-1.0-0.pre3.el7.rf.x86_64.rpm
安装方法
rpm -ivh iftop-1.0-0.pre3.el7.rf.x86_64.rpm
使用方法
1
2
3
4
5
6
7
8
9
10
11
[root@localhost ~]# ifconfig -a
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.10.64 netmask 255.255.255.0 broadcast 192.168.10.255
inet6 fe80::baae:edff:fe28:f992 prefixlen 64 scopeid 0x20<link>
ether b8:ae:ed:28:f9:92 txqueuelen 1000 (Ethernet)
RX packets 27917 bytes 2632744 (2.5 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 14697 bytes 12958964 (12.3 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[root@localhost ~]# iftop -n -P -i enp2s0
[root@localhost ~]# iftop -n -P -F 91.109.4.94/95 -i enp2s0
说明
TX:发送流量
RX:接收流量
TOTAL:总流量
Cumm:运行iftop到目前时间的总流量
peak:流量峰值
rates:分别表示过去 2s 10s 40s 的平均流量