home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / windows / sysgrf.zip / SYSGRAPH.TXT < prev   
Text File  |  1988-04-24  |  2KB  |  54 lines

  1. SYSGRAPH - Windows System Queue Loading Graphical Display
  2.  
  3.            Version 2.0, (c) Copyright 1988 Bill Crow, Hewlett-Packard Co.
  4.  
  5.            With acknowledgements for previous works by Charles Petzold,
  6.            Barry Press and Alec Saunders.
  7.  
  8.            This program may be freely copied, modified and distributed
  9.            for noncommerical use.  No warranty is expressed or implied.
  10.  
  11.  
  12. HISTORY:   Windows Queue loading application for Microsoft Windows
  13.            originally called SYSQUEUE and written by Barry Press, 
  14.            adapted from FREEMEM.C written by Charles Petzold.  
  15.            
  16.            Graphical display added by Alec Saunders.  
  17.  
  18.            Renamed to SYSGRAPH to allow coexistence with SYSQUEUE.
  19.            Rescaling features and About.. dialog box added by 
  20.            Bill Crow, Hewlett-Packard Co.
  21.  
  22.  
  23. OPERATION:
  24.  
  25. SysGraph displays the load in the Windows system queue in an icon at
  26. the bottom of the screen.  The graph is updated every 1/2 second.
  27. Additional system load is shown by dips in the graph.  
  28.  
  29. I liked Alec Saunder's graphical representation of the changes in
  30. system load, but the Y-axis scaling was fixed well below the useful
  31. range for my 20Mhz 80386 system.  Rather than just increase the value
  32. of the fixed scaling, I considered a couple different ways to
  33. auto-scale the graph.  Since I couldn't decide which way was the best
  34. (continous auto-scaling, or scaling based on the largest recorded
  35. value) I decided to implement both with a user option to select
  36. between them.  
  37.  
  38. The graph will automatically rescale to accommodate the largest values
  39. recorded.  Two commands are available on the system menu: 
  40.  
  41.         Rescale:  A one-time rescaling of the graph is performed,
  42.                   based on the data points currently displayed.  This
  43.                   command is only enabled when Auto Rescale is turned
  44.                   off.  
  45.  
  46.    Auto Rescale:  This mode is turned on and off by selecting this menu
  47.                   command.  When it is on, a checkmark is placed by
  48.                   the menu item and the Rescale command is disabled.
  49.                   When The option is enabled, the graph is continually
  50.                   rescaled based on the displayed data points.
  51.                   Otherwise, the scaling is only changed to
  52.                   accommodate new maximum data points or when the
  53.                   Rescale command is used.
  54.