home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 176.img / SLBBS76M.ZIP / SLSTAT.ZIP / SLSTAT.DOC
Text File  |  1989-04-11  |  3KB  |  64 lines

  1.  
  2. SLSTAT                                                   Dec 1987
  3. Searchlight BBS Activity Statistics Program          by F. LaRosa
  4.  
  5.  -----------------------------------------------------------------
  6.            (c) Copyright 1987,88 Searchlight Software.
  7.       This program may be used free of charge by registered
  8.                   SEARCHLIGHT BBS owners only.
  9.  -----------------------------------------------------------------
  10.  
  11. Description
  12.   SLSTAT reads the Searchlight BBS activity log file (ACTIVITY.LOG) 
  13. and produces a report showing the total number of calls, logins, 
  14. calls by baud rate, and ANSI users for the time period recorded in 
  15. the log file, as well as a histogram showing either percentage of 
  16. calls by hour or percentage of calls by day-of-week.
  17.   SLSTAT writes the report to standard output, and you may redirect 
  18. it to a text file if desired.  This program is suitable for use with 
  19. the SLBBS Doors system.
  20.  
  21. Version Update
  22.   This version of SLSTAT supports both the old and new log file formats, 
  23. displays total amount of time system was active, and can process multiple
  24. input files using wildcard filespecs on the command line.
  25.  
  26.  
  27. Useage
  28.   The syntax for running SLSTAT is:
  29.  
  30.   SLSTAT [/w] [/h] <filename> ...
  31.  
  32.   If the /w parameter is specified, the weekly useage report is 
  33. produced.  Otherwise, the hourly report is generated.  <filename> 
  34. specifies the filename or filenames of the log file(s) from which to 
  35. draw the report (normally, this will be ACTIVITY.LOG, unless you've 
  36. renamed your activity file).  Multiple filenames and/or wildcards are
  37. supported, so that you may draw input from two or more files into one
  38. report.  Note that you must provide the filename (there is no default).
  39.  
  40. You can use the I/O redirection feature of DOS to have the report
  41. sent to a text file rather than to the screen.  Simply append the 
  42. right-bracket followed by a filename to the end of the command line.
  43. For example,
  44.  
  45.   SLSTAT ACT8805.LOG >STATS.TXT
  46.  
  47. will produce the statistics report and write it to the file 
  48. STATS.TXT.  A filename of PRN will cause the listing to go to the 
  49. printer.  
  50.  
  51. You can run SLSTAT as a DOOR.  Place a command line such as:
  52.  
  53.   1;0;0;2;BBS Statistics Report;.;SLSTAT.EXE /W ACTIVITY.LOG
  54.  
  55. into your DOORS.DEF file.  The specification of "." for the directory
  56. tells the BBS to remain in the current directory when executing 
  57. SLSTAT, so that it may have access to the ACTIVITY.LOG file.
  58.  
  59.  
  60.                                                            6/08/88
  61.  -----------------------------------------------------------------
  62. 
  63.  
  64.