home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9357 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.6 KB

  1. Path: sparky!uunet!olivea!apple!apple!motcsd!xhost92.csd.mot.com!ajv
  2. From: ajv@xhost92.csd.mot.com
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: pstat () system call (and other goodies)
  5. Message-ID: <6986@motcsd.csd.mot.com>
  6. Date: 17 Aug 92 20:03:46 GMT
  7. References: <1992Aug14.083831.9639@Informatik.TU-Muenchen.DE> <n2@byu.edu>
  8. Sender: usenet@motcsd.csd.mot.com
  9. Lines: 28
  10.  
  11. gritton@alaska.et.byu.edu (Jamie Gritton) writes:
  12.  
  13. >   I found this by accident too. After looking in sys/pstat.h, I
  14. >played around with it and found out how to make it work. It's really
  15. >quite useful, and much more elegant then poking around in /dev/kmem.
  16. >Plus non-root users can get the info too.
  17.  
  18. Why, thank you! :-)
  19.  
  20. This interface was first conceived by a fellow employee who was
  21. working on a customer complaint that ps was too slow.  He defined
  22. the interface, and handed it off to my group.  We worked on the
  23. interface to make it more generic and extensible, and then a
  24. fellow worker took a partial rewrite of ps I had done and filled
  25. out the rest of the missing functions.
  26.  
  27. We considered the possibility of proposing it as a standard, but
  28. our standards "animals" told us that it probably wouldn't fly.
  29. The interface seems generic, but it is a generic to *UNIX*.  Some
  30. people on these committees take exception to the concept of UNIX,
  31. and shoot down anything which leans in that direction.  Things like
  32. "working set" or "virtual size" (assumes VM) push their buttons.
  33. There were some other fields which were problematic also.  I'd have
  34. to take another look at someone's copy of pstat.h to name them.
  35.  
  36.                     Andy Valencia
  37.                     ajv@csd.mot.com (for now)
  38.                     jtk@netcom.com (if it bounces)
  39.