home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / performance / KPerfMon.1.3C.README < prev    next >
Encoding:
Text File  |  1995-06-29  |  2.4 KB  |  61 lines

  1. This is KPerfMon, originally written by Kenny Leung.
  2.  
  3. It's a neat performance monitor that tracks CPU, Memory, Disk, and
  4. Network resource utilization in it's icon.  If you get paranoid about
  5. what's going on with your system, get this and stick it on your dock.
  6.  
  7. <<bbum sez>>
  8. Definitely a neat app; but the code is WAY broken!  I took some time
  9. to clean up a couple of things as I colorized the UI, but didn't
  10. really touch the seriously broken stuff.
  11.  
  12. I wish I could say that I didn't contribute a bit to the obfuscation--
  13. unfortunately, I did contribute!
  14.  
  15. The default handling part of the color code has a tendency to
  16. write/read EVERY color default when only one has been changed.  Also,
  17. I used Ali Ozer's magic colorToString() and stringToColor()
  18. functions-- while they gurantee that a color written to the defaults
  19. database will not lose any information, regardless of its
  20. representation; complete overkill for this app (but a lot easier,
  21. IMHO, than sprint/scanf).
  22.  
  23. The drawing stuff is pretty damn fast.  The code that flips from one
  24. view to another is not!  The flip code writes a default (why?) and
  25. then loops through saved data and draws the saved state one vertical
  26. segment at a time!
  27.  
  28. But it does work!
  29. <<END-o-bbum's-useless-commentary>>
  30.  
  31. Version History:
  32. version 1.3C — June 27, 1995
  33.         by b.bum <bbum@friday.com>
  34.     • added color to UI;  including preferences for all color
  35.       configuration.
  36.  
  37.  
  38. version 1.3 — June 27, 1995
  39.         by Garance Alistair Drosehn <gad@eclipse.its.rpi.edu>
  40.     • make sure it's displaying the statistics for en0 (on NS/intel,
  41.       it was getting the info for lo0, not en0).
  42.     • if disk statistics not available, then don't try to show them.
  43.     • Correct the way it switches between displays, so it's better at
  44.       skipping past displays that the user has turned off.
  45.     • Compiled quad-fat on NS-3.3.
  46.  
  47. version 1.2 — November 17, 1992
  48.         by Garance Alistair Drosehn <gad@eclipse.its.rpi.edu>
  49.     • removed the (pointless) services menu, which seems to have
  50.       fixed things such that MallocDebug can now be used on KPerfMon.
  51.     • fixed bug that caused memory usage to grow without bound
  52.     • fixed initial display position of sliders in Preferences panel
  53.     • added option to select which info should be shown when KPerfMon
  54.       is flipping thru monitoring displays.
  55.  
  56. version 1.1 — July 15, 1992
  57.         by Andrew Loewenstern <andrew@cubetech.com>
  58.     • get this to compile under NeXTSTEP 3.0
  59.     • fix bug that caused a crash if the load was too high
  60.     • allow finer control of poll time
  61.