Date: Tue, 11 Nov 2008 08:05:26 -0800 From: Jeremy Chadwick <koitsu@FreeBSD.org> To: Ken Chen <ken73.chen@gmail.com> Cc: stable@freebsd.org Subject: Re: php-cgi frozen with sbwait when SMP enable Message-ID: <20081111160526.GA1608@icarus.home.lan> In-Reply-To: <d018a9bd0811110609oa905044o910cc4f3bab85b67@mail.gmail.com> References: <d018a9bd0811070329s30b463b0m6885e1f568217b89@mail.gmail.com> <20081107142137.GA7051@icarus.home.lan> <d018a9bd0811070645g796ff0a3l7a46ffba8ecdd4e2@mail.gmail.com> <4917285C.2030702@lozenetz.org> <d018a9bd0811110609oa905044o910cc4f3bab85b67@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 11, 2008 at 10:09:38PM +0800, Ken Chen wrote: > I think the parent php-cgi are very health. I have tried: > > There are total 49 php-cgi processes are running or frozen, the '1 wait' is > parent . > > web4# ps alx | grep php-cgi | grep -v grep | awk '{print $9}' | sort | uniq > -c | sort -n > 1 biowr > 1 wait > 15 sbwait > 32 accept > > Kill one of frozen php-cgi processes. > > web4# kill -9 61392 > > Check again the amount of php-cgi processes, there are still 49 php-cgi > procerss. > > web4# ps alx | grep php-cgi | grep -v grep | awk '{print $9}' | sort | uniq > -c | sort -n > 1 biord > 1 bo_wwa > 1 wait > 4 - > 17 sbwait > 25 accept I would recommend you try the lighttpd and fastcgi mailing lists at this point. -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081111160526.GA1608>