分类: LINUX
2011-03-10 14:35:13
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.
chinaunix网友2011-03-27 18:05:38
很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com