Short:        Generate ASCII HISTOGRAM stats out of TD logs (see .readme)
Author:       nevez@mbox.vol.it (Stephen Cantini)
Uploader:     bernie shock nervous com (Bernardo Innocenti)
Type:         comm/misc
Version:      1.4
Architecture: m68k-amigaos

LogBuster v1.4
==============

The best way to tell you what LogBuster can do is showing a sample output
(Msg to SYSOPS: you can't miss this!)

--------8<--------8<--------8<--CUT--8<--------8<--------8<--------8<-----

23> rx LogBuster 7 TrapDoor.line1.log TrapDoor.line2.log
LogBuster v1.4 by Stephen Cantini
Table created 13 Feb 1996 out of 7 day(s) log, 2 lines.

 100%|                                                |100%
     |________________________________________________|
  90%|                                                |90%
     |________________________________________________|
  80%|                                                |80%
     |________________________________________________|
  70%|                                                |70%
     |________________________________________________|
  60%|                                                |60%
     |________________________________________________|
  50%|                                                |50%
     |____________________________________________X___|
  40%|                                            XX  |40%
     |____________________________________________XX__|
  30%|X                                X          XXX |30%
     |X________________________________X___X______XXX_|
  20%|XX                 X             X X XX     XXXX|20%
     |XXX_______________XX_____________XXXXXX_____XXXX|
  10%|XXX               XX        X XXXXXXXXXX    XXXX|10%
     |XXX X  X    X    XXXX   XXXXXXXXXXXXXXXXX XXXXXX|
  ---------------------------------------------------------
                          1 1 1 1 1 1 1 1 1 1 2 2 2 2
      0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3

           Total on-line time: 1536.3 mins (219.4/day)
        Total number of calls: 214
      Total bytes transferred: 15,110,103
           Connections to BBS: 122 (57.30%)
              BBS online time: 914.2 mins (7.4/call)
  Password protected sessions: 69 (32.58%)
                File requests: 25
    14400 connections:125         28800 connections:78

--------8<--------8<--------8<--CUT--8<--------8<--------8<--------8<-----

As you see it creates "BUSY statistics" from one or more trapdoor logs,
and it also extracts some other useful information.
The numbers below the graph are the time, with a resolution of half an
hour. The percentage shown is the amount of on-line time in that half-hour.
It's very easy to use! Just copy it in your REXX: directory and type

9> rx logbuster <numdays> <logfile(s)>

Where <numdays> is the length of the TD log file in days (or 0 if you don't
know) and logfile(s) is/are the log file name(s) with full path.
That's all! Redirect output to a file to use it for, say, a BBS periodical
bullettin or whatever.

LogBuster.rexx is Freeware. You can make any use of it, without paying
anything, as long as you leave my name in it. However I'm not in any
way resposable for any loss of data or damage caused by LogBuster.
It should work fine, but, as always, use at your OWN risk.
Enjoy!

DISTRIBUTION:
---------------------
LogBuster comes in two versions: the normal one (long) and the compressed
one (compressed with CompressRexx by Robert Hofmann), which is a bit
faster.

If you find any bugs, or you would like to see a particular feature
implemented, mail me immediately at the above address (Author:).

Bye!!