iftop 是 Linux 下的流量监控工具,可以用来观察实时的网络连接和网络流量情况。
# iftop -i eth1 -f "dst host 192.168.1.120" -f "dst port 12306"
注: -f 可以接 tcpdump语法过滤条件
image.png# iftop -i eth0 -f "dst host 172.16.218.246" -f "dst port 5672"
image.png
参考
从零开始学习iftop流量监控
https://www.cnblogs.com/chenqionghe/p/10680075.html
iftop 使用备忘
https://blog.kelu.org/tech/2020/07/16/iftop-tutorial.html
https://www.vpser.net/manage/iftop.html
iftop网络流量(ip+port)分析工具
https://huataihuang.gitbooks.io/cloud-atlas/content/network/packet_analysis/utilities/iftop.html
网友评论