logswan

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

commit 1f387d5993ea07b374b8f3976ab9229b5602372d
parent 0cae205a90f34e270f66fc7b111b083fdf1869b5
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date:   Wed, 10 Jun 2015 23:39:45 +0200

Initial README file

Diffstat:
AREADME.md | 41+++++++++++++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,41 @@ +# Logswan + +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. + +## Features + +Currently implemented features : + +- Counting number of hits +- Counting bandwidth used +- Counting log file size + +## Compiling + +Logswan uses the CMake build system : + + cmake . + make + +## Usage + +Logswan takes the input log file as parameter : + + logswan inputfile + +## License + +Logswan is released under the BSD 3-Clause license. See `LICENSE` file for details. + +## Author + +Logswan is developed by Frederic Cambus + +- Site : http://www.cambus.net +- Twitter: http://twitter.com/fcambus + +## Resources + +GitHub : https://github.com/fcambus/logswan