Chinaunix首页 | 论坛 | 博客
  • 博客访问: 461226
  • 博文数量: 108
  • 博客积分: 25
  • 博客等级: 民兵
  • 技术积分: 1134
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-29 19:43
文章分类

全部博文(108)

文章存档

2016年(10)

2015年(9)

2014年(73)

2013年(16)

我的朋友

分类: 系统运维

2013-12-17 11:43:10


wget

tar xzf goaccess-0.7.tar.gz

cd goaccess-0.7

./configure --enable-geoip --enable-utf8

##可能遇到报错 configure: error: libgeoip-dev is missing
##centos yum install GeoIP-devel 
##rhel  yum install geoip-devel
make && make install

使用参考
直接 goaccess urllog
可能提示你terminal不支持color.需要export=xterm-color


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