Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 May 2006 21:11:09 -0400
From:      Kris Kennaway <kris@obsecurity.org>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        performance@FreeBSD.org, Robert Watson <rwatson@FreeBSD.org>, current@FreeBSD.org
Subject:   Re: Fine-grained locking for POSIX local sockets (UNIX domain sockets)
Message-ID:  <20060509011109.GA57060@xor.obsecurity.org>
In-Reply-To: <20060509004328.GB55852@xor.obsecurity.org>
References:  <20060506150622.C17611@fledge.watson.org> <20060506221908.GB51268@xor.obsecurity.org> <20060507210426.GA4422@xor.obsecurity.org> <20060507214153.GA5275@xor.obsecurity.org> <20060507230430.GA6872@xor.obsecurity.org> <20060508065207.GA20386@xor.obsecurity.org> <20060509004328.GB55852@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--OXfL5xGRrasGEqWY
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, May 08, 2006 at 08:43:28PM -0400, Kris Kennaway wrote:
> On Mon, May 08, 2006 at 02:52:07AM -0400, Kris Kennaway wrote:
> > OK, David's patch fixes the umtx thundering herd (and seems to give a
> > 4-6% boost).  I also fixed a thundering herd in FILEDESC_UNLOCK (which
> > was also waking up 2-7 CPUs at once about 30% of the time) by doing
> > s/wakeup/wakeup_one/.  This did not seem to give a performance impact
> > on this test though.
>=20
> Turning down kern.hz from 1000 to 100 also made a big difference on 12
> CPUs (+6.1%).
>=20
> Note also that the system is no less than 40% idle during the runs (at
> any load), so the bottlenecks are serious.

top -H shows the threads mostly in umtx state.

Kris




--OXfL5xGRrasGEqWY
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (FreeBSD)

iD8DBQFEX+wtWry0BWjoQKURApXBAKDG+HoSkP+edodHh+glPxAYokNvtgCg0KQ8
ACuFSrfTnqu3yauVgzLaCCM=
=paPx
-----END PGP SIGNATURE-----

--OXfL5xGRrasGEqWY--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060509011109.GA57060>