From owner-freebsd-smp@FreeBSD.ORG Wed Feb 8 20:22:31 2006 Return-Path: X-Original-To: freebsd-smp@freebsd.org Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18D3B16A422 for ; Wed, 8 Feb 2006 20:22:31 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A20CF43D55 for ; Wed, 8 Feb 2006 20:22:30 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 7B30B1A3C20; Wed, 8 Feb 2006 12:22:30 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id A03865161D; Wed, 8 Feb 2006 15:22:29 -0500 (EST) Date: Wed, 8 Feb 2006 15:22:29 -0500 From: Kris Kennaway To: astatech@mail.ru Message-ID: <20060208202229.GA57534@xor.obsecurity.org> References: <20060208190502.GA55490@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-smp@freebsd.org, Joseph Koshy , Kris Kennaway Subject: Re: 6.0 Stable on 8 Core AMD Opteron scalability. (perf stat) X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 20:22:31 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 08, 2006 at 11:14:15PM +0300, astatech@mail.ru wrote: > > > See below... > > > PS: maybe httpd wait for log write? > >=20 > > Yes, could be (most of them are stuck in 'ufs'). Try disabling logging. >=20 > Do you mean apache or ufs logging?=20 apache (no such thing as ufs logging). > For apache I try it for testing, not for production. I need logs for my s= erver :) If your processes are spamming at the logfile faster than the filesystem can keep up (which seems to be happening), that's going to serialize all of your httpd operations. > May be mount -o noatime can help. I try it with Joseph`s recomendations. You could also try mount -o async, but this may destroy your /var in the event of a crash. Kris --wac7ysb48OaltWcw Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD6lMFWry0BWjoQKURAg0GAJ4gRLcIHVckHSpHaVUi2KD3En6xWwCgtbTB m2zAjkEVH+5R1upsyMlCcJY= =71NZ -----END PGP SIGNATURE----- --wac7ysb48OaltWcw--