监控网络宽带(网速)的18个命令
下面是按功能划分的命令名称。
监控总体带宽使用――nload、bmon、slurm、bwm-ng、cbm、speedometer和netload
监控总体带宽使用(批量式输出)――vnstat、ifstat、dstat和collectl
每个套接字连接的带宽使用――iftop、iptraf、tcptrack、pktstat、netwatch和trafshow
每个进程的带宽使用――nethogs
10 个不错的网络监视工具
1、iftop
2、vnstat
3、IPTraf
4、Monitorix – 系统和网络监视
5、dstat
6、bwm-ng
7、ibmonitor
8、Htop – Linux 进程跟踪
9、arpwatch – 以太网活动监视器
10、Wireshark – 网络监视工具
http://www.safebase.cn/article-257139-1.html
nethogs
nethogs是一款小巧的"net top"工具,可以显示每个进程所使用的带宽,并对列表排序,将耗用带宽最多的进程排在最上面。万一出现带宽使用突然激增的情况,用户迅速打开nethogs,就可以找到导致带宽使用激增的进程。nethogs可以报告程序的进程编号(PID)、用户和路径。
yum install -y nethogs
nethogs
nethogs eth1 //只查看eth1网卡(默认)的信息
nethogs -d 5 //查看,每5秒刷新一次
本文转自 https://blog.csdn.net/qq_40907977/article/details/103905314,如有侵权,请联系删除。