Еще момент. Вот такое у меня выдается:
# ps ax -o pid,ppid,%cpu,vsz,wchan,command|egrep '(nginx|PID)'
PID PPID %CPU VSZ WCHAN COMMAND
21669 1 0.0 4332 rt_sig nginx: master process
/usr/local/nginx/sbin/nginx
21670 21669 0.0 4608 - nginx: worker process
21671 21669 0.0 4936 - nginx: worker process
21672 21669 0.0 4736 - nginx: worker process
21673 21669 0.0 4608 - nginx: worker process
21674 21669 0.0 4644 - nginx: worker process
21675 21669 0.0 4696 - nginx: worker process
21676 21669 0.0 4608 - nginx: worker process
21678 21669 0.0 4608 - nginx: worker process
21679 21669 0.0 4756 - nginx: worker process
21680 21669 0.0 4648 - nginx: worker process
21681 21669 0.0 4736 - nginx: worker process
21682 21669 0.0 4664 - nginx: worker process
21683 21669 0.0 4692 - nginx: worker process
21684 21669 0.0 4612 - nginx: worker process
21685 21669 0.0 4776 - nginx: worker process
23804 21669 0.0 4608 - nginx: worker process
27631 25722 0.0 3900 pipe_w egrep (nginx|PID)
У всех детей в качестве wchain стоит "-" - что-бы это значило?
--
Best regards, Andrew Velikoredchanin