| From | Sent On | Attachments |
|---|---|---|
| darckos | Apr 28, 2011 5:12 am | |
| Sergey A. Osokin | Apr 28, 2011 5:18 am | |
| darckos | Apr 28, 2011 5:47 am | |
| Sergey A. Osokin | Apr 28, 2011 6:25 am | |
| darckos | Apr 28, 2011 6:37 am | |
| Sergey A. Osokin | Apr 28, 2011 7:05 am | |
| Maxim Dounin | Apr 28, 2011 7:57 am | |
| darckos | Apr 28, 2011 9:51 am | |
| jjjx128 | Apr 28, 2011 1:49 pm | |
| darckos | Apr 29, 2011 6:28 am | |
| jjjx128 | Apr 29, 2011 10:10 am | |
| darckos | May 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.
-- Sergey A. Osokin os...@FreeBSD.ORG.ru
_______________________________________________ nginx mailing list ngi...@nginx.org http://nginx.org/mailman/listinfo/nginx





