首页 > 系统服务 > 详细

Linux图形化监控网络流量:speedometer查看流量

时间:2017-02-15 22:31:08      阅读:567      评论:0      收藏:0      [点我收藏+]

  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

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