Date: Sat, 24 Jun 2006 22:09:12 +0300 From: Kostik Belousov <kostikbel@gmail.com> To: "Marc G. Fournier" <scrappy@hub.org> Cc: freebsd-stable@freebsd.org, Dmitry Morozovsky <marck@rinet.ru> Subject: Re: vmstat 'b' (disk busy?) field keeps climbing ... Message-ID: <20060624190912.GD79678@deviant.kiev.zoral.com.ua> In-Reply-To: <20060624185203.GC79678@deviant.kiev.zoral.com.ua> References: <20060623172557.H1114@ganymede.hub.org> <261AD16B-C3FE-4671-996E-563053508CE8@mac.com> <20060624022227.X1114@ganymede.hub.org> <20060624115505.E14669@woozle.rinet.ru> <20060624090656.GB79678@deviant.kiev.zoral.com.ua> <20060624145432.A1114@ganymede.hub.org> <20060624185203.GC79678@deviant.kiev.zoral.com.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
--jousvV0MzM2p6OtC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 24, 2006 at 09:52:03PM +0300, Kostik Belousov wrote: > On Sat, Jun 24, 2006 at 02:57:27PM -0300, Marc G. Fournier wrote: > > On Sat, 24 Jun 2006, Kostik Belousov wrote: > >=20 > > >On Sat, Jun 24, 2006 at 11:55:26AM +0400, Dmitry Morozovsky wrote: > > >>On Sat, 24 Jun 2006, Marc G. Fournier wrote: > > >> > > >>MGF> > 'b' stands for "blocked", not "busy". Judging by your page fa= ult=20 > > >>rate > > >>MGF> > and the high number of frees and pages being scanned, you're= =20 > > >>probably > > >>MGF> > swapping tasks in and out and are waiting on disk. Take a loo= k at > > >>MGF> > "vmstat -s", and consider adding more RAM if this is correct... > > >>MGF> > > >>MGF> is there a way of finding out what processes are blocked? > > >> > > >>Aren't they in 'D' status by ps? > > >Use ps axlww. In this way, at least actual blocking points are shown. > >=20 > > 'k, stupid question then ... what am I searching for? > >=20 > > # ps axlww | awk '{print $9}' | sort | uniq -c | sort -nr > > 654 select > > 230 lockf > > 166 wait > > 85 - > > 80 piperd > > 71 nanslp > > 33 kserel > > 22 user > > 10 pause > > 9 ttyin > > 5 sbwait > > 3 psleep > > 3 accept > > 2 kqread > > 2 Giant > > 1 vlruwt > > 1 syncer > > 1 sdflus > > 1 ppwait > > 1 ktrace > > 1 MWCHAN > >=20 > > According to vmstat, I'm holding at '4 blocked' for the most part ...= =20 > > sbwwait is socket related, not disk ... and none of the others look rig= ht=20 > > ... > I would say, using big magic cristall ball, that you problems are > not kernel-related. I see only too suspicious points: >=20 > 1. high number of pipe readers and waiters for file locks. It may be=20 > normal for your load. >=20 > 2. 2 Giant holders/lockers. Is it constant ? Are the processes holding/wa= iting > for Giant are the same ? >=20 > Anyway, being in your shoes, I would start looking at applications. >=20 > Ah, and does dmesg show anything ? And another question: what are the processes in the state "user" ? I never see that state. More, search thru the sources does not show what this could be. --jousvV0MzM2p6OtC Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEnY3XC3+MBN1Mb4gRAiA9AKDLjmE0r1YtEHQUcwX/gkX6Mse4VwCfbzPC yod9lPAKIpqBucGp3P18rjQ= =4QRz -----END PGP SIGNATURE----- --jousvV0MzM2p6OtC--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060624190912.GD79678>