Merge from vendor branch KIENTZLE:
[pkgsrcv2.git] / www / visitors / DESCR
1 Visitors is a very fast web log analyzer for Linux, Windows, and
2 other Unix-like operating systems. It takes as input a web server
3 log file, and outputs statistics in form of different reports.
4 The design principles are very different compared to other software
5 of the same type:
6
7    * No installation required, can process up to 150,000 lines of
8      log entries per second in fast computers (20MB/s with my log
9      files average length).
10    * Designed to be executed by the command line, output html and
11      text reports. The text report can be used in pipe to less to
12      check web stats from ssh.
13    * Support for real time statistics with the Visitors Stream Mode
14      introduced with version 0.3.
15    * To specify the log format is not needed at all. Works out of
16      box with apache and most other web servers with a standard log
17      format (see the documentation for more information on the format).
18    * It's a portable C program, can be compiled on many different
19      systems.
20    * The produced html report doesn't contain images or external
21      CSS, is self-contained, you can send it by email to users.
22    * Visitors is free software (and of course, freeware), under
23      the terms of the GPL license. You don't need to pay to use it.