mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
173e99f15c
PR: 245231 Submitted by: Juraj Lutter <juraj@lutter.sk>
9 lines
370 B
Plaintext
9 lines
370 B
Plaintext
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.
|
|
|
|
Project design goals include: speed, memory-usage efficiency, and keeping
|
|
the code as simple as possible.
|
|
|
|
WWW: https://www.logswan.org
|