home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / SQST10A.LZH / SQSTAT.DOC next >
Text File  |  1992-04-05  |  2KB  |  71 lines

  1. SQSTAT  ---   SQUISH.LOG Statistics Reporter
  2. by (and (C)opyright) Graham J Stair
  3.  
  4. Current release is 1.0a - 5th of April 1992
  5.  
  6. To run SQSTAT, first unarchive the files, SQSTAT.EXE is the DOS version,
  7. while SQSTATP.EXE is the OS/2 1.2x (and up) version. Then at the command
  8. line type...
  9.  
  10.       SQSTAT c:\squish\squish.log
  11.  
  12. This will process the SQUISH log file called c:\squish\squish.log and produce
  13. a report to the screen. If you want to save the report to a file, you will
  14. need to redirect it to a file. EG...
  15.  
  16.       SQSTAT c:\squish\squish.log >sqstat.rpt
  17.  
  18. The options for SQSTAT are...
  19.  
  20. -n[m|a|s|p]    - Sort Address (Node) report by..
  21.                    m = messages imported (default)
  22.                    a = address
  23.                    s = messages per second
  24.                    p = packet information
  25.  
  26. -a[m|a]        - Sort Area report by
  27.                    m = messages imported (default)
  28.                    a = area name
  29.  
  30. -r[snapd]      - Produce report(s)
  31.                    s = summary report (default)
  32.                    n = address report (default)
  33.                    a = area report    (default)
  34.                    p = address report (with packet info)
  35.                    d = day report
  36.  
  37. -u             - Show "unprocessed" log lines longer than 15 characters
  38.  
  39.  
  40. Note, the TZ environment variable is REQUIRED to be set correctly, or
  41. unreliable "timings" will occurr around changes to/from daylight savings.
  42.  
  43.  
  44. Limitations are...
  45.  
  46. 2500 areas.
  47. 1805 addresses.
  48. 2096 days.
  49.  
  50.  
  51. SQSTAT comes with NO warranties and/or guarrantees. Graham J Stair is NOT
  52. responsible for any problems it may cause on/to your system. This software
  53. is NOT public domain, but nor does it require any registration, although
  54. a "thank you" would be appreciated if you find it useful. Bug reports (with
  55. details) and/or suggestions are welcome.
  56.  
  57.  
  58. The author can be found at 3:711/409, and via snail mail at...
  59.  
  60.                         Graham  Stair
  61.                          P.O. Box 99
  62.                        Pymble NSW 2073
  63.                           Australia
  64.  
  65.  
  66. If you would like the full C (MS C) source for SQSTAT, please send A$20 to
  67. the above address. I will then supply you with a FREQ name and password for
  68. obtaining the source (via modem). If postal delivery is required, an
  69. additional A$15 fee will be charged for the diskette and handling costs.
  70. Please specify which MS-DOS format diskette is required.
  71.