1.wget http://excess.org/speedometer/speedometer.py
2.yum install python-urwid
3.chmod 755 speedometer
4../speedometer.py -rx eth0 -c -tx eth0
5.查看python版本
[root@fast ~]# ./speedometer.py
./speedometer.py -rx eth0 -c -tx eth0
Speedomete 的使用方法很简单,常用的参数有两个 -rx 和 -tx,-rx 代表显示下载速率,-tx 代表显示上传速率,后面接网络接口的名称即可。
例如,显示当前的接受速率,就是:
speedometer -rx eth0
-c 选项可以以垂直分割的方式显示不同的项目:
speedometer -tx eth0 -c -rx eth0
可以通过vnc连接
http://deidara.blog.51cto.com/400447/245232/
http://www.jb51.net/os/RedHat/1163.html
http://jaseywang.me/2013/02/27/speedometer-%E5%AE%89%E8%A3%85%E4%BD%BF%E7%94%A8/
http://www.linuxdiyf.com/linux/12131.html
http://cs1990.blog.51cto.com/6856228/1394406 不错
https://linux.cn/article-5461-weixin.html
http://os.51cto.com/art/201404/435279.htm
http://kaoshi.china.com/linux/learning/673344-1.htm
Linux图形化监控网络流量:speedometer查看流量
原文:http://www.cnblogs.com/qmfsun/p/6403423.html