home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / ringut.zip / ringutil.abs < prev    next >
Text File  |  1994-03-31  |  2KB  |  53 lines

  1.                        **************
  2.                        *  RINGUTIL  *
  3.                        **************
  4.  
  5.    This program displays the LAN Ring Utilization for the ring
  6. on which the station resides.  Utilization is checked every minute
  7. and the last hour of activity is graphed.
  8.  
  9. Software: OS/2 2.0, LAPS with 802.2 interface
  10.  
  11. Hardware: Adapters that support ring utilization
  12.    16/4 ISA-16                   (P/N 73G2032 F/N 7462)
  13.    16/4 Adapter/A (Shorty)    (P/N 74F9410 F/N 0149)
  14.   *LANStreamer MC 16          (P/N 59G8998 F/N 8998)
  15.   *LANStreamer MC 32          (P/N 92F8942 F/N 8942)
  16.    T/R Credit Card               (P/N 0933462 F/N 8072)
  17.  
  18.   *Note: MAC driver 1.20.07 or higher required
  19.  
  20.  
  21. Valid parameters for RINGUTIL are:
  22.    /a=[0|1|2|3] - default is 0
  23.       The adapter number to run the program on
  24.    /b           - default if off
  25.       Beep if utilization exceeds high or low values
  26.    /d=[0..100]  - default is 0
  27.       Amount of change in utilization before it is written to the
  28.       log file.  This limits the size of the log file.  Specifying
  29.       this option automatically sets logging (/w) on.
  30.    /h=[0..100]  - default is 100
  31.       Specifies the utilization high threshold
  32.    /l=[0..100]  - default is 0
  33.       Specifies the utilization low threshold
  34.    /w           - default is off
  35.       Log utilization to a file.  The log file resides in the same
  36.       directory as the executable program and is named ringutil.log.
  37.       This file is overwritten each time the program is started.
  38.  
  39.  
  40. Example:
  41.    RINGUTIL /d=10 /h=50 /b
  42.  
  43.  
  44. NOTES:
  45.  
  46.    - All RC= errors returned by RINGUTIL are CCB return codes which
  47.      are documented in the IBM Local Area Network Technical Reference.
  48.      (Pub. #SC30-3383-xx)
  49.  
  50.  
  51. Chris Ahl
  52. RTP, NC
  53.