首页 > 系统服务 > 详细

ubuntu查看网速的工具

时间:2014-11-07 02:30:30      阅读:332      评论:0      收藏:0      [点我收藏+]

1.工具一:slurm

安装

sudo apt-get install slurm  (Ubuntu系统)查看网速命令

slurm -i eth0  (etho为网卡名)

*******************************************************************************************************

2.工具二:nload

ubuntu的安装可以使用apt进行,其他系统安装过程如下

wget http://www.roland-riegel.de/nload/nload-0.7.2.tar.gz
tar zxvf nload-0.7.2.tar.gz
cd nload-0.7.2
./configure;make;make install

安装完成后,直接用nload (也可后面跟上网卡号查看指定网卡号)

-u参数可以指定显示的网速的单位,如nload -u M是以MB为单位,nload -u K是以KB为单位

*******************************************************************************************************

3.工具三:IPTraf

IPTraf功能比上述的更强大,可以监控所有的流量,IP流量,按协议分的流量,还可以设置过滤器等

源码安装

wget ftp://iptraf.seul.org/pub/iptraf/iptraf-3.0.0.tar.gz
tar zxvf iptraf-3.0.0.tar.gz
cd iptraf-3.0.0
./Setup

-----------------------------------------------------------------------------------------------------------------------------------------------------

本篇文章来源于 Linux公社网站(www.linuxidc.com)  原文链接:http://www.linuxidc.com/Linux/2013-08/88550p3.htm

ubuntu查看网速的工具

原文:http://blog.chinaunix.net/uid-27177626-id-4596979.html

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