Safe to kill old pid's?

Aleksandar Lazic al-nginx at none.at
Thu Oct 26 21:10:14 MSD 2006


On Don 26.10.2006 18:40, Igor Sysoev wrote:
>On Thu, 26 Oct 2006, Sam Ghods wrote:
>
>>Running Centos 4.4 x86_64. Other commands I can run instead?
>
>ps ax -o pid,ppid,%cpu,vsz,wchan,command|egrep '(nginx|PID)'
>
>and
>
>command that counts number of sockets per process.
>I do not know Linux analogue.

Give this command a try as root:

netstat -anp|egrep nginx|wc -l

Hth

Aleks





More information about the nginx mailing list