home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MONITOR1.ZIP / MONITOR.TXT < prev   
Text File  |  1989-05-17  |  2KB  |  73 lines

  1.  
  2. Quicky help for MONITOR.EXE:
  3.  
  4.  
  5. The MONITOR.EXE command now accepts a number of command line options. The
  6. options are identified by an exact match or a unique abbreviation. Any
  7. on/off options may be preceeded by "NO" to invert the meaning of the
  8. option. If "NO" preceeds a data option, it is ignored. The options are:
  9.  
  10. (NO)MENU   - Include/exclude the action bar in/from the window.
  11.  
  12. INTERVAL n - Specify the sampling interval in milliseconds. (Default 1000)
  13.  
  14. (NO)SMOOTH - (Don't) Smooth the graph display.
  15.  
  16. (NO)SLIDE  - (Jump) Slide the graph across the window.
  17.  
  18. POINTS n   - Specify the number of samples to use on the graph. (Default 151)
  19.  
  20. (NO)FILL   - (Don't) Fill the graph below the line. (Eats more CPU.)
  21.  
  22. BACKGROUND color - Specify the color for the background (see list below).
  23.  
  24. FOREGROUND color - Specify the color for the graph (see list below).
  25.  
  26. (NO)ICON   - (Don't) use the icon when minimized. If the icon is not
  27.              used, then the graph is drawn in the minimized window.
  28.  
  29. (NO)DYNAMIC - (Don't) use dynamic calculation of the maximum idle count. This
  30.              determines whether the graph limits are calculated dynamically
  31.              (at each point) or statically (maintaining a maximum over a long
  32.              period of time).
  33.  
  34.  
  35.  
  36. Colors that can be specified are:
  37.  
  38.      WHITE
  39.      BLACK
  40.      BACKGROUND
  41.      BLUE
  42.      RED
  43.      PINK
  44.      GREEN
  45.      CYAN
  46.      YELLOW
  47.      NEUTRAL
  48.      DARKGRAY
  49.      DARKBLUE
  50.      DARKRED
  51.      DARKPINK
  52.      DARKGREEN
  53.      DARKCYAN
  54.      BROWN
  55.      PALEGRAY
  56.      WINDOWSTATICTEXT
  57.      SCROLLBAR
  58.      SYSBACKGROUND
  59.      ACTIVETITLE
  60.      INACTIVETITLE
  61.      MENU
  62.      WINDOW
  63.      WINDOWFRAME
  64.      MENUTEXT
  65.      WINDOWTEXT
  66.      TITLETEXT
  67.      ACTIVEBORDER
  68.      INACTIVEBORDER
  69.      APPWORKSPACE
  70.      HELPBACKGROUND
  71.      HELPTEXT
  72.      HELPHILITE
  73.