码迷,mamicode.com
首页 > 数据库 > 详细

goaccess 分析nginx日志例子

时间:2018-09-25 14:08:30      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:格式   nginx日志   stat   cal   gecko   lin   bytes   rom   request   

格式

log_format main ‘$remote_addr - $remote_user [$time_local] "$request" ‘
    ‘$status $body_bytes_sent "$http_referer" ‘
    ‘"$http_user_agent" "$http_x_forwarded_for"‘;

日志

127.0.0.1 - - [25/Sep/2018:12:02:10 +0800] "GET /admin/role-auth HTTP/1.1" 200 13545 "http://t.lonlife.cn:9200/admin/admin-roles" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36" "-"

命令

goaccess -f /var/log/nginx/b.log --log-format=‘%h %^[%d:%t %^] "%r" %s %b "%R" "%u" %^‘ --date-format=%d/%b/%Y --time-format=%T

goaccess 分析nginx日志例子

标签:格式   nginx日志   stat   cal   gecko   lin   bytes   rom   request   

原文地址:https://www.cnblogs.com/a-flydog/p/9699025.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!