为了直观地分析 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 配置。任何帮助表示赞赏。