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命令查看网络带宽:http://www.linuxdiyf.com/linux/10969.html
Ubuntu下实时显示当前网络流量工具NetSpeed:http://www.linuxdiyf.com/linux/11214.html
ubuntu实时监测你的网络流量使用:http://www.linuxdiyf.com/linux/5547.html
Linux查看网络流量的工具iptraf:http://www.linuxdiyf.com/linux/5049.html
Linux ntop监控网络流量:http://www.linuxdiyf.com/linux/1552.html