GoAccess可视化实时监控nginx日志

参考

安装

参考文档

https://goaccess.io/download https://goaccess.io/get-started

ubuntu

sudo apt install goaccess

使用

终端试试显示

goaccess 日志文件路径 -c 
生成静态页显示
goaccess 日志文件路径 -o 报告html页面路径 --log-format=COMBINED

实时静态页显示

goaccess 日志文件路径 -o 报告html页面路径 --log-format=COMBINED --real-time-html

nohup 启动

nohup goaccess 日志文件路径 -o 报告html页面路径 --log-format=COMBINED --real-time-html 输出日志文件 2>&1 &