Commit graph

3 commits

Author SHA1 Message Date
kamil
d08303dd94 Use new official domain webpage. 2015-10-01 21:38:44 +00:00
kamil
a18398fdf7 Upgrade www/logswan to logswan-1.01
Upstream changelog
==================
Logswan 1.01 (2015-10-01)

- Documentation updates
- Fixing segfault when request data is empty or malformed (Thanks Jonathan
  Armani for reporting and proposing a fix)
2015-10-01 21:32:00 +00:00
kamil
0904610056 Import logswan-1.00 as www/logswan
Logswan is a fast Web log analyzer using probabilistic data structures. It is
targeted at very large log files, typically APIs logs. It has constant memory
usage regardless of the log file size, and takes approximatively 4MB of RAM.

Unique visitors counting is performed using two HyperLogLog counters (one for
IPv4, and another one for IPv6), providing a relative accuracy of 0.10%.

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
   simple
 - It does not split results per day, but log files can be split prior to being
   processed
2015-09-28 22:33:43 +00:00