atom feed12 messages in ru.sysoev.nginxRe: Nginx Slowdown on Solaris
FromSent OnAttachments
darckosApr 28, 2011 5:12 am 
Sergey A. OsokinApr 28, 2011 5:18 am 
darckosApr 28, 2011 5:47 am 
Sergey A. OsokinApr 28, 2011 6:25 am 
darckosApr 28, 2011 6:37 am 
Sergey A. OsokinApr 28, 2011 7:05 am 
Maxim DouninApr 28, 2011 7:57 am 
darckosApr 28, 2011 9:51 am 
jjjx128Apr 28, 2011 1:49 pm 
darckosApr 29, 2011 6:28 am 
jjjx128Apr 29, 2011 10:10 am 
darckosMay 3, 2011 7:24 am 
Subject:Re: Nginx Slowdown on Solaris
From:Sergey A. Osokin (os@FreeBSD.org.ru)
Date:Apr 28, 2011 6:25:24 am
List:ru.sysoev.nginx

On Thu, Apr 28, 2011 at 08:48:18AM -0400, darckos wrote:

At first, the configuration was 24 (number of cpu core), but I tryed to increase it and I feel like it was better but it's maybe a mistake.

Here is the output of ps -fe -o pcpu,vsz,wchan,comm | grep "nginx" (ps -x is not available under Solaris)

Oops, its Solaris.

I don't know if you've what you need on this output. I'm not familliar with format option of ps.

For Solaris the command should looks like:

% ps -ef -o pcpu,vsz,wchan,comm,args | grep nginx

(also -A or -a flags)

In output your should look at wchan parameter, the event (an address in the
system) on which a process waits.