您的位置:首页 > 理论基础 > 计算机网络

ubuntu下使用nethogs监控网络流量

2014-10-09 18:49 309 查看
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 eth0sudo nethogs ppp0


原创文章,转载请注明: 转载自 http://www.mr-wu.cn/ 吴川斌的博客本文链接地址: ubuntu下使用nethogs监控网络流量 http://www.mr-wu.cn/ubuntu-nethogs/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ubuntu nethogs