xfire的个人空间 https://www.eechina.com/space-uid-14571.html [收藏] [复制] [RSS]

博客

ubuntu下使用nethogs监控网络流量

已有 884 次阅读2014-10-9 18:51 |个人分类:技术分享| ubuntu

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

ubuntu下使用nethogs监控网络流量-1

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

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


路过

鸡蛋

鲜花

握手

雷人

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 立即注册

关于我们  -  服务条款  -  使用指南  -  站点地图  -  友情链接  -  联系我们
电子工程网 © 版权所有   京ICP备16069177号 | 京公网安备11010502021702
返回顶部