Quick question..I noticed that one of my servers every time a new process is forked the PID number is over 2 million. I do a ps -ef|more...all the processes are over > 200,000. The server runs fine...but should I be alarmed?
If you execute "ps -ef|grep defunct|grep -v grep|wc -l" which is the output?
If you execute "vmstat -f;sleep 60;vmstat -f" which is the difference between the 2 values?
In the svmon man page, you've got a sample svmon output taken from a 64 bit system, you will see that PID>200000 and that the Esid columns have huge values, compared to those you get on a 32 bit system (something like 7000000 instead of values betwwen 0 and 0e); search the string 278620 in the man page to find the sample, it's at point 20.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.