分类: LINUX
2011-01-05 07:37:10
一、goaccess的功能亮点
(1) 能把google搜索你网站的关键字统计出来
(2)能把客户访访问的较多文件列出来
(3) 能把客户访问较多静态的文件列出来
(4) 能把访问量大的链接列出来
(5) 能把访问ip次数较多的列出来
(6) 能把访问网站的主要浏览器列出来
(7) 能把访问网站的系统列出来
(8) 能把访问消费的总流量统计出来
二、安装及使用方法
goaccess-0.4.2.tar.gz下载地址
# yum install ncurses ncurses-devel
# yum install glib2 glib2-devel
#tar xzvf goaccess-0.4.2.tar.gz
#cd goaccess-0.4.2
# ./configure --enable-geoip --enable-utf8
#make
#make install
使用方法
# goaccess -f /usr/local/httpd/logs/access_log
注:goaccess supports both of Apaches' formats, the Common Log Format and the Combined Log Format including Virtual Host
例子:
127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET / HTTP/1.0" 200 2326
127.0.0.1 - - [10/Oct/2000:13:55:36 -0700] "GET / HTTP/1.0" 200 236 "" "Mozilla/5.0 (Win98; I)"
host.com:80 127.0.0.1 - - [27/Feb/2010:05:42:55 -0600] "GET / HTTP/1.1" 401 401 "" "Mozilla/5.0"
下面是一部分截图