3 Commits

Author SHA1 Message Date
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
jasper
705c2fc4eb - update to logswan-1.04
from maintainer Frederic Cambus
2016-01-11 08:31:27 +00:00
sthen
3166fc4d7d import ports/www/logswan, from Frederic Cambus, tweak from me, ok benoit@,
earlier version ok jung@

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%.
2015-11-05 16:19:04 +00:00