首页 > Web开发 > 详细

ubuntu下使用nethogs监控网络流量

时间:2014-10-09 20:13:08      阅读:309      评论:0      收藏:0      [点我收藏+]

NetHogs是一款小巧免费的开源命令行工具,用来按进程或程序实时统计网络带宽使用率。

对于使用类似于“repo tool”、“depot_tools”等工具checkout源码时非常有用,可以查看当前的下载速度信息,让你不白瞎等待。

Ubuntu系统下安装

sudo apt-get install nethogs

 

使用方法

 

nethogs [-d] [-h] [-p] [-t] [-V] [device(s)]

  • The -d switch delay for refresh rate.
  • The -h switch display available commands usage.
  • The -p switch sniff in promiscious mode (not recommended).
  • The -t switch tracemode.
  • The -V switch prints Version info.


示例

sudo nethogs eth0

sudo nethogs ppp0

bubuko.com,布布扣

 

原创文章,转载请注明: 转载自 http://www.mr-wu.cn/ 吴川斌的博客

本文链接地址: ubuntu下使用nethogs监控网络流量 http://www.mr-wu.cn/ubuntu-nethogs/

ubuntu下使用nethogs监控网络流量

原文:http://www.cnblogs.com/xfire/p/4014195.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!