发布于 2015-07-06 23:59:29 | 214 次阅读 | 评论: 0 | 来源: 网友投递
GoAccess Apache 日志统计
GoAccess 是一款开源的网站日志实时分析工具。GoAccess 的工作方式很容易理解,就是读取和解析 Apache/Nginx/Lighttpd 的访问日志文件 access log,然后以更友好的方式把统计信息显示出来。统计的内容包括:访问概况、动态页面请求、静态页面请求(如图片、样式表、脚本等)、访客排名,访客使用 的操作系统,访客使用的浏览器,来路域名,404 错误,搜索爬虫,搜索关键词等等。
GoAccess 0.9.2 发布,更新内容如下:
+ * Added ability to fully parse browsers that contain spaces within a token.
+ * Added multiple user agents to the list of browsers.
+ * Added the ability to handle time served in milliseconds as a decimal number `%L`.
+ * Added the ability to parse a timestamp in microseconds.
+ * Added the ability to parse Google Cloud Storage access logs.
+ * Added the ability to set a custom title and header in the HTML report.
+ * Added '%x' as timestamp log-format specifier.
+ * Ensure agents' hash table is destroyed upon exiting the program.
+ * Ensure 'Game Systems' are processed correctly.
+ * Ensure visitors panel header is updated depending if crawlers are parsed or not.
+ * Fixed issue where the date value was set as time value in the config dialog.
+ * Fixed memory leak in the hits metrics when using the in-memory storage (GLib).
更多内容请查看:更新日志。
下载地址:Source code (zip)
GoAccess 是一款开源的网站日志实时分析工具。GoAccess 的工作方式很容易理解,就是读取和解析 Apache/Nginx/Lighttpd 的访问日志文件 access log,然后以更友好的方式把统计信息显示出来。统计的内容包括:访问概况、动态页面请求、静态页面请求(如图片、样式表、脚本等)、访客排名,访客使用 的操作系统,访客使用的浏览器,来路域名,404 错误,搜索爬虫,搜索关键词等等。
GoAccess 是一个用来统计 Apache Web 服务器的访问日志的工具,速度非常快,可即时生成统计报表。