欢迎来到代码驿站!

Nginx

当前位置:首页 > 服务器 > Nginx

神器!最佳 Nginx 日志分析工具 GoAccess

时间:2021-02-20 09:07:20|栏目:Nginx|点击:

使用方法有两种,可以用 XShell 或 Putty 上去命令查看,也可以生成 html 报告。

下面介绍GoAccess 在 CentOS 上的安装方法:

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

复制代码 代码如下:

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

2. 下载 GoAccess 解压编译安装
复制代码 代码如下:

# wget http://downloads.sourceforge.net/project/goaccess/0.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: http://goaccess.prosoftcorp.com
GoAccess Copyright (C) 2009-2012 GNU GPL'd, by Gerardo Orellana

上一篇:阿里云部署SSL证书详解

栏    目:Nginx

下一篇:CentOS利用Nginx搭建下载功能服务器

本文标题:神器!最佳 Nginx 日志分析工具 GoAccess

本文地址:http://www.codeinn.net/misctech/66514.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有