logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit debdb56a80bfa7c6b29783901babeb0d1d7c5341
parent d793e777898d3614f421c55000af352b74b563c5
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date:   Sun, 28 Jun 2015 22:58:06 +0200

Updating README file

Diffstat:
MREADME.md | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,8 +1,11 @@ # Logswan -Logswan is a Web log analyzer in early stages of development. It is targeted at very large log files, typically APIs logs. +Logswan is a Web log analyzer in early stages of development. It is targeted at very large log files, typically APIs logs. Project design goals include : speed, memory-usage efficiency, and keeping the code as simple as possible. -Project design goals include : speed, memory-usage efficiency, and keeping the code as simple as possible. +Logswan is **opinionated software** : + +- It only supports the Common Log Format, in order to keep the parsing code as simple as possible +- It does not split results per day, but log files can be split prior to being processed ## Features @@ -15,6 +18,7 @@ Currently implemented features : - GeoIP lookups (IPv4 only for now) - HTTP status codes distribution - Hourly hits distribution +- Counting hits per protocol (HTTP/1.0 or HTTP/1.1) ## Dependencies