5 messages in ru.sysoev.nginxRe: Safe to kill old pid's?
FromSent OnAttachments
Sam GhodsOct 26, 2006 5:03 am 
Igor SysoevOct 26, 2006 6:01 am 
Sam GhodsOct 26, 2006 6:04 am 
Igor SysoevOct 26, 2006 7:39 am 
Aleksandar LazicOct 26, 2006 10:09 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Safe to kill old pid's?Actions...
From:Aleksandar Lazic (al-n@public.gmane.org)
Date:Oct 26, 2006 10:09:51 am
List:ru.sysoev.nginx

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)'

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