nginx 日志分析工具php,非常小又精悍的Nginx 日志分析工具 GoAccess

编程入门 行业动态 更新时间:2024-10-11 23:25:01

nginx 日志分析<a href=https://www.elefans.com/category/jswz/34/1770073.html style=工具php,非常小又精悍的Nginx 日志分析工具 GoAccess"/>

nginx 日志分析工具php,非常小又精悍的Nginx 日志分析工具 GoAccess

1. 需要安装 GeoIP, ncurses, glib2, 一句搞定

#yum -y install glib2 glib2-devel ncurses ncurses-devel GeoIP GeoIP-devel

2. 下载 GoAccess 解压编译安装

# wget .5/goaccess-0.5.tar.gz

# tar zxvf goaccess-0.5.tar.gz

# cd goaccess-0.5

# ./configure --enable-geoip --enable-utf8

# make && make install

# make clean

3. 好了,试试装好没

# goaccess

看到以下结果就说明装好了

GoAccess - 0.5

Usage: goaccess [ -e IP_ADDRESS][ - a ][ - c ]< -f log_file >

The following options can also be supplied to the command:

-f - Path to input log file.

-c - Prompt log/date configuration window.

-a - Enable a List of User-Agents by host.

For faster parsing, don't enable this flag.

-e - Exclude an IP from being counted under the

HOST module. Disabled by default.

Examples can be found by running `man goaccess`.

For more details visit:

GoAccess Copyright (C) 2009-2012 GNU GPL'd, by Gerardo Orellana

4. GoAccess 使用方法

进入 Nginx 日志所在目录

命令行直接查看

# goaccess -f access.log -c -a

出来图了,日志格式选 NCSA 那项

也可以生成 HTML 报告

goaccess -f /var/log/nginx/access.log -a > report.html

zcat -f /var/log/nginx/access.log* | goaccess -a > report.html

更多推荐

nginx 日志分析工具php,非常小又精悍的Nginx 日志分析工具 GoAccess

本文发布于:2024-02-07 01:28:17,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1752476.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:工具   精悍   日志   nginx   GoAccess

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!