goaccess是一个日志分析工具,能分析nginx的访问日志,能生成友好的html文件。
goaccess安装
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-13.noarch.rpm
rpm -ivh epel-release-7-13.noarch.rpm
yum install goaccess
goaccess使用
goaccess -f ningx日志路径
goaccess生成html
修改/etc/goaccess/goaccess.conf
文件尾部加入
log-format %h %^[%d:%t %^] "%r" %s %b "%R" "%u"
date-format %d/%b/%Y
time-format %H:%M:%S
goaccess -d -f nginx日志路径 -a > /home/nginxlog.html