CentOS/Ubuntu/Debian安装vnstat

vnstat是一个基于命令行的Linux系统流量监控工具。

官网:http://humdi.net/vnstat/

测试环境:centos6.5 x86

1、安装vnstat

cd /tmp
wget http://humdi.net/vnstat/vnstat-1.12.tar.gz
tar -zxvf vnstat-1.12.tar.gz
cd vnstat-1.12
make
make install

2、通过ifconfig查看网卡名称,生成数据库

vnstat -u -i eth0 // eth0为你要监控的网卡,具体请根据ifconfig情况调整

3、自启动更新数据

vnstatd -d

cd /etc/init.d
wget http://humdi.net/vnstat/init.d/redhat/vnstat
chmod +x vnstat
chkconfig --add vnstat
chkconfig vnstat on
service vnstat restart

现在就可以测试vnstat了

vnstat -d && vnstat -m

vnstat


转自:http://www.live-in.org/archives/1248.html

Ubuntu/Debian请参考:http://ttt.tt/107/

版权声明:
作者:Jays
链接:https://ijays.com/2014/12/centos-install-vnstat.html
来源:颓废的美
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>