ubuntu查看网速的工具

28930阅读 0评论2014-11-04 helianthus_lu
分类:LINUX

1.工具一:slurm

安装

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

slurm -i eth0  (etho为网卡名)

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

2.工具二:nload

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

wget
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
tar zxvf iptraf-3.0.0.tar.gz
cd iptraf-3.0.0
./Setup

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

本篇文章来源于 Linux公社网站()  原文链接:

上一篇:XShell中启动eclipse出错
下一篇:ubuntu创建root用户,以root登陆