发布于 2015-05-27 03:57:23 | 171 次阅读 | 评论: 0 | 来源: 网友投递
GoAccess Apache 日志统计
GoAccess 是一款开源的网站日志实时分析工具。GoAccess 的工作方式很容易理解,就是读取和解析 Apache/Nginx/Lighttpd 的访问日志文件 access log,然后以更友好的方式把统计信息显示出来。统计的内容包括:访问概况、动态页面请求、静态页面请求(如图片、样式表、脚本等)、访客排名,访客使用 的操作系统,访客使用的浏览器,来路域名,404 错误,搜索爬虫,搜索关键词等等。
GoAccess 0.9.1 发布,此版本更新内容如下:
* Added additional Nginx-specific status codes.
* Added Applebot to the list of web crawlers.
* Added Microsoft Edge to the list of browsers.
* Added the ability to highlight active panel through --hl-header.
* Ensure dump_struct is used only if using __GLIBC__.
* Ensure goaccess image has an alt attribute on the HTML output for valid HTML5.
* Ensure the config file path is displayed when something goes wrong (FATAL).
* Ensure there is a character indicator to see which panel is active.
* Fixed Cygwin compile issue attempting to use -rdynamic.
* Fixed issue where a single IP did not get excluded after an IP range.
* Fixed issue where requests show up in the wrong view even when --no-query-string is used.
* Fixed issue where some browsers were not recognized or marked as 'unknown'.
* Fixed memory leak when excluding an IP range.
* Fixed overflows on sort comparison functions.
* Fixed segfault when using on-disk storage and loading persisted data with -a.
* Removed keyphrases menu item from HTML output.
* Split iOS devices from Mac OS X.
此版本现已提供下载:https://github.com/allinurl/goaccess/archive/v0.9.1.zip。
GoAccess 是一款开源的网站日志实时分析工具。GoAccess 的工作方式很容易理解,就是读取和解析 Apache/Nginx/Lighttpd 的访问日志文件 access log,然后以更友好的方式把统计信息显示出来。统计的内容包括:访问概况、动态页面请求、静态页面请求(如图片、样式表、脚本等)、访客排名,访客使用 的操作系统,访客使用的浏览器,来路域名,404 错误,搜索爬虫,搜索关键词等等。