Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7345034
  • 博文数量: 1763
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16217
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1763)

文章存档

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

分类: LINUX

2011-03-10 11:36:30

GoAccess 是一个用来统计 Apache Web 服务器的访问日志的工具,可即时生成统计报表,速度非常快。
300M的日志10秒就分析完了。在网站被攻击的时候用于快速定位非常有用。
在Centos下的安装步骤如下:

# yum search glib2
# yum install GeoIP-devel.x86_64
# wget
# tar zxvf goaccess-0.4.tar.gz
# cd goaccess-0.4
# ./configure
# make
# make install

用法:

# goaccess -f /var/log/httpd/access_log

GoAccess is an open source real-time Apache log analyzer and interactive viewer that runs in a terminal in *nix systems. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.

web log analyzer - goaccess

转:http://blog.netoearth.com/html/201012/goaccess-apache%E6%97%A5%E5%BF%97%E5%AE%9E%E6%97%B6%E5%88%86%E6%9E%90%E5%B7%A5%E5%85%B7.htm

阅读(1267) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~