home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / _bbs4 / f1336.zip / CPUUSE.TXT < prev   
Text File  |  1990-12-16  |  3KB  |  59 lines

  1.                CPU Usage Meter
  2.                  Version 1.2
  3.  
  4.            Copyright 1990 by James Seidman
  5.  
  6. This program is, as the name implies, a utility to keep track of how much
  7. of your CPU's time is being used while you're in Windows.  When you run it,
  8. you will see an icon appear at the bottom of your screen.  It'll show you
  9. a number representing the percentage of CPU time being utilized.  This
  10. number will be updated approximately every 3 seconds.
  11.  
  12. If you want to run the CPU Usage meter automatically every time you run
  13. Windows, edit the file WIN.INI in your Windows directory.  Under the
  14. [Windows] section, look for a line which starts "load=".  If there isn't
  15. one, make one.  Add "cpuuse.exe" to the end of the line.
  16.  
  17. If you want to have the CPU Usage meter automatically keep itself in front
  18. of any other windows, select "Keep in front" from the system menu.  When a
  19. checkmark appears next to that option, it means that it is enabled.  The
  20. setting will be stored and recalled the next time you run the program.
  21.  
  22. There are a few annoying little things about the CPU Usage Meter.  When you
  23. first run it, it'll take about 6 seconds of time to determine how fast your
  24. CPU is so that it can give you an accurate reading.  The next one is due to
  25. the way Windows handles menus.  When you click on the icon to get the menu,
  26. the CPU Usage Meter will no longer be able to measure usage properly until
  27. the menu goes away.  During this time "??" will appear in the icon.
  28. Lastly, at particular combinations of screen resolutions, icon sizes, and
  29. font sizes, the text will not fit properly inside the icon space.  (None
  30. of these problems cause any harm, they're just annoying.)
  31.  
  32. This program may be freely copied and distributed, as long as it is not
  33. modified in any way, and this text file is always included with the
  34. executable.  Please send any suggestions, comments, or bug reports to one
  35. of the following addresses:
  36.  
  37.     Internet:    jseidman@jarthur.claremont.edu
  38.     Bitnet:        jseidman%jarthur@hmcvax
  39.     UUCP:        uunet!jarthur!jseidman
  40.  
  41.     Snail:        James Seidman
  42.             1374 Pritchett Court
  43.             Los Altos, CA 94024-5711
  44.  
  45. ----------------------------------------------------------------------
  46. Revision history:
  47.  
  48. Version 1.2 - Dec. 16, 1990
  49. Added in option to keep window in front.  Fixed bug which sometimes caused
  50. meter to start reporting incorrectly high levels.
  51.  
  52. Version 1.1 - Dec. 2, 1990
  53. Eliminated occassional flicker when redrawing icon.  Added in custom cursor
  54. for use when moving window.  Modified method used for calculating usage to
  55. make it more accurate.
  56.  
  57. Version 1.0 - Nov. 17, 1990
  58. Initial release version.
  59.