EC2上源安装vnstat
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EC2上源安装vnstat相关的知识,希望对你有一定的参考价值。
OS:amazon-linux-ami/2016.03
1、导入第三方EPEL源安装vnstat
#sudo yum --enablerepo=epel install vnstat
2、生成vnstat数据库
#sudo vnstat -u -i eth0
备注:先得确认你的网卡编号,通过ifconfig -a命令可看到,如果你的网卡不是eth0 ,则要修改成相应的网卡名称,并修改/etc/vnstat.conf的Interface "eth0" 为你的网卡名称。
3、启动vnstat
#sudo vnstatd -d
4、设置vnstat随系统自启动
#sudo chkconfig vnstat on
备注:因编译安装的vnstat偶然会停止统计流量,尤其是CentOS下,当流量数据库太大经常会出现bug,所以个人推荐使用源安装。
本文出自 “龚德阳” 博客,请务必保留此出处http://clark168.blog.51cto.com/136366/1790662
以上是关于EC2上源安装vnstat的主要内容,如果未能解决你的问题,请参考以下文章
Debian 9.x "stretch" 安装 vnStat 统计服务器流量