logswan

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

commit 09e6dc9e68628bfefb8253199a2013d0247542e4
parent 4944db5272cd98615662190509bb1d0778589cc6
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date:   Wed, 30 Dec 2015 19:47:56 +0100

Documentation update (notes on opinionated features and usage information)

Diffstat:
MREADME.md | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -38,6 +38,7 @@ Logswan is **opinionated software** : - It only supports the Common Log Format, in order to keep the parsing code simple. It can of course process the Combined Log Format as well (referer and user agent fields will be discarded) - It does not split results per day, but log files can be split prior to being processed +- Input file size and bandwidth usage are reported in bytes, there are no plans to format or round them ## Features @@ -106,7 +107,9 @@ Files can be downloaded here : http://dev.maxmind.com/geoip/legacy/geolite/ ## Usage - USAGE : logswan [options] inputfile + logswan [-hv] file + +If file is a single dash (`-'), logswan reads from the standard input. Options are :