WEB运维手册

日志分析

goaccess

安装

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
sudo rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm

配置文件 /etc/goaccess.conf

取消以下注释
date-format %d/%b/%Y
log-format %h %^[%d:%^] "%r" %s %b "%R" "%u"

使用

goaccess -f /var/log/httpd/access_log

输出成html

goaccess -d -f /var/log/httpd/access_log > 1.html

参数详解


File Options

  -f --log-file=<filename>    - 日志文件路径.

Parse Options

  -a --agent-list             - 允许用户代理通过主机列表.
  -d --with-output-resolver   - 启用HTML解析 IP 或 JSON输出。.
  -m --with-mouse             - 启用鼠标支持.
  -o --output-format=csv|json - 输出 JSON 或 CSV 文件.
  -r --no-term-resolver       - 禁用IP解析终端输出。
  -e --exclude-ip=<IP>        - 排除IP

  --ignore-crawlers           - 忽略爬虫.
  --no-progress               - 禁用进度指标.