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
goaccesslog-format
構成が必要です。どんな助けでも感謝します。