Skip to content

centos7监控网卡流量

Published: at 08:05 AM | 1 min read

安装

yum install iftop -y

查看网卡流量

iftop -i eth0

监控特定ip的流量

监控某个特定IP的带宽访问情况:

iftop -i eth0 -B -F 182.92.***.20

显示182.92.***.20这个IP与服务器的网卡eth1交互的数据量,单位是Byte。

退出

q

显示界面说明:

eth0表示网卡,可能是eth0,eth1,eth2…