查看实时网速
时间:2016-10-18 15:53 来源:linux.it.net.cn 作者:IT
工具一:slurm
安装
sudo apt-get install slurm (Ubuntu系统)查看网速命令
slurm -i eth0 (etho为网卡名)
工具二: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为单位
工具三: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
CentOS系统yum方式安装
sudo yum install iptraf
Ubuntu系统apt方式安装
sudo apt-get install iptraf
安装完成后直接运行 iptraf,有菜单提示进入相应功能
(责任编辑:IT)
工具一:slurm 安装 sudo apt-get install slurm (Ubuntu系统)查看网速命令 slurm -i eth0 (etho为网卡名) 工具二:nload ubuntu的安装可以使用apt进行,其他系统安装过程如下
wget http://www.roland-riegel.de/nload/nload-0.7.2.tar.gz 安装完成后,直接用nload (也可后面跟上网卡号查看指定网卡号) -u参数可以指定显示的网速的单位,如nload -u M是以MB为单位,nload -u K是以KB为单位 工具三:IPTraf IPTraf功能比上述的更强大,可以监控所有的流量,IP流量,按协议分的流量,还可以设置过滤器等 源码安装
wget ftp://iptraf.seul.org/pub/iptraf/iptraf-3.0.0.tar.gz CentOS系统yum方式安装 sudo yum install iptraf Ubuntu系统apt方式安装 sudo apt-get install iptraf 安装完成后直接运行 iptraf,有菜单提示进入相应功能 (责任编辑:IT) |