知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

用NetHogs监控Linux每个进程的网络使用情况

发布时间:2014-09-05 14:54:39作者:知识屋

 ㈠ 下载
 
 nethogs-0.8.0.tar.gz 
 安装之前、可能需要先 yum install ncurses*
 
 ㈡ 作用
 
  有别于其他统计和监控网卡流量、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.

(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜