nginx 日志可视化分析工具

2 min read

goaccess 官方网站:https://goaccess.io/

#安装epel源

yum install epel-release && yum -y update

#安装goaccess
yum -y install goaccess

#终端分析

goaccess access.log -c

#输出html静态文件

goaccess access.log -o report.html --log-format=COMBINED