home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / aix / 12754 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.4 KB  |  53 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!mcsun!Germany.EU.net!ira.uka.de!news.belwue.de!ifi!geuder
  3. From: geuder@informatik.uni-stuttgart.de (Uwe Geuder)
  4. Subject: process numbers
  5. Message-ID: <GEUDER.92Dec21195041@priamos.informatik.uni-stuttgart.de>
  6. Lines: 42
  7. Sender: news@informatik.uni-stuttgart.de
  8. Organization: IPVR, University of Stuttgart, Germany
  9. Date: Mon, 21 Dec 1992 18:50:12 GMT
  10.  
  11. In nearly all Unixes I've seen so far process numbers are assigned
  12. consecutively. Thereby process numbers give an indication of the
  13. process creation rate, which is an interesting factor of system
  14. utilization. However, in AIX (at least in 3.2, but I think it holds
  15. for other versions/releases, too) process numbers are assigned
  16. somewhat ramdomly.
  17.  
  18. Example (consecutive commands):
  19.  
  20.  
  21. ~> ps
  22.    PID    TTY  TIME CMD
  23.  11416  pts/0  0:04 -tcsh 
  24.  12555  pts/0  0:02 ps 
  25. ~> ps
  26.    PID    TTY  TIME CMD
  27.  11416  pts/0  0:04 -tcsh 
  28.  12556  pts/0  0:02 ps 
  29. ~> ps
  30.    PID    TTY  TIME CMD
  31.  11416  pts/0  0:04 -tcsh 
  32.  12557  pts/0  0:02 ps 
  33. ~> date | ps
  34.    PID    TTY  TIME CMD
  35.  10767  pts/0  0:02 ps 
  36.  11416  pts/0  0:04 -tcsh 
  37. ~> ps
  38.    PID    TTY  TIME CMD
  39.  10768  pts/0  0:02 ps 
  40.  11416  pts/0  0:04 -tcsh 
  41. ~> ps
  42.    PID    TTY  TIME CMD
  43.  10769  pts/0  0:02 ps 
  44.  11416  pts/0  0:04 -tcsh 
  45.  
  46. Is there any meaning behind process numbers in AIX?
  47.  
  48. Regards,
  49.  
  50. Uwe
  51. --
  52. Uwe Geuder, geuder@informatik.uni-stuttgart.de
  53.