用NetHogs监控Linux每个进程的网络使用情况
㈠ 下载安装
准备环境:yum -y install libpcap-devel ncurses-devel
wget http://sourceforge.net/projects/nethogs/files/nethogs/0.8/nethogs-0.8.0.tar.gz/download
tar xvzf nethogs-0.8.0.tar.gz
cd nethogs
make && make install
㈡ 作用
有别于其他统计和监控网卡流量、NetHogs 有点特别、可以监控每个进程的网络带宽占用情况
㈢ 使用
该程序需要 root 权限,默认是监控 eth0 网卡 ,如果有多网卡的话就必须进行指定
使用方法:
nethogs
nethogs eth1
nethogs [option] eth0 eth1
nethogs [option] eth0 eth1 ppp0
sudo /usr/sbin/nethogs eth0
交互式控制指令:
m : Cycle between display modes (kb/s, kb, b, mb)
r : Sort by received.
s : Sort by sent.
q : Quit and return to the shell prompt.
常用的 option :
-d delay for refresh rate.
-h display available commands usage.
-p sniff in promiscious mode (not recommended).
-t tracemode.
-V prints Version info.
本文出自 “给我三颗痣” 博客,请务必保留此出处http://wushuangjay.blog.51cto.com/3125450/1559307
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。