home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / aix / 13000 < prev    next >
Encoding:
Text File  |  1993-01-05  |  2.0 KB  |  62 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!stanford.edu!unixhub!ariadne.SLAC.Stanford.EDU!joann
  3. From: joann@ariadne.SLAC.Stanford.EDU (Jo Ann Malina)
  4. Subject: AIX system process limits
  5. Message-ID: <C0DIIu.6x8@unixhub.SLAC.Stanford.EDU>
  6. Sender: news@unixhub.SLAC.Stanford.EDU
  7. Reply-To: joann@unixhub.slac.stanford.edu
  8. Organization: SLAC (Stanford Linear Accelerator Center)
  9. Date: Tue, 5 Jan 1993 09:04:03 GMT
  10. Lines: 50
  11.  
  12. How can you tell the absolute limit of processes that can run on your
  13. AIX system?
  14.  
  15. The pstat command with the -T flag supposedly displays changeable
  16. system variables:
  17.  
  18. # pstat -T
  19. SYSTEM VARS:
  20.  
  21. buffers    20
  22. files     968
  23. e_files   968
  24. procs     131071
  25. e_procs    96
  26. clists    16384
  27. maxproc    40
  28. iostats     1
  29. locks     200
  30. e_locks   8521808
  31.  
  32. Does anyone know what these signify and how to get at them? I have
  33. been through info (AIX 3.2.2), and through the Performance Monitoring
  34. and Tuning Guide. No help. I believe maxproc is the maximum number of
  35. processes a user can run at once; at least, smit will tell you that,
  36. and this number matches it on various systems. Are we barking up the
  37. wrong tree with pstat?
  38.  
  39. This started because one of our systems crashed with "no more processes."
  40. That naturally started us wondering how many processes the system can
  41. run. I don't find any variable like that in any of the /usr/include/*.h
  42. files or /usr/include/sys/*.h files, which makes me wonder how the
  43. system decides it has no more processes.
  44.  
  45. The pstat -T command on a Sun is much friendlier. It answers in English,
  46. and you don't have to be root to run it:
  47.  
  48. joann@cadhub> pstat -T
  49. 244/582 files
  50. 199/322 inodes
  51.  54/138 processes
  52. 7520/131600 swap
  53.  
  54.  
  55. *) *) *) *) *) *) *) *) *) *) *)!(* (* (* (* (* (* (* (* (* (* (* (* (*
  56. Jo Ann Malina, Stanford Linear Accelerator Center
  57. joann@unixhub.slac.stanford.edu  -or-  415/926-2846
  58. Neither Stanford nor the DOE would be caught dead with these opinions.
  59. Nor do they consult me when formulating theirs.
  60. -----------------------------------------------------------------------
  61. It ain't what they call you, it's what you answer to.     -Bill Clinton
  62.