为了直观地分析mysql-slow.log,我在终端中运行goaccess -f mysql-slow.log
并收到此错误:
无法处理任何内容。验证您的日期/时间/日志格式。
我的mysql-slow.log看起来像这样:
# User@Host: towfiqpiash[towfiqpiash] @ ip-xx-xx-xxx-xxx.ec2.internal [xx.xx.xxx.xxx] Id: 396
# Query_time: 0.000180 Lock_time: 0.000056 Rows_sent: 38 Rows_examined: 39
SET timestamp=1482221404;
SELECT AQ.answer_id FROM `answer_quality_log` as AQ WHERE AQ.active=1;
我需要适当的date-format
,time-format
和log-format
来进行goaccess配置。任何帮助表示赞赏。