From owner-freebsd-smp Mon Jan 14 14:56:56 2002 Delivered-To: freebsd-smp@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 1DAEB37B41F for ; Mon, 14 Jan 2002 14:56:44 -0800 (PST) Received: (qmail 22681 invoked from network); 14 Jan 2002 22:56:42 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 14 Jan 2002 22:56:42 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <000701c19d4d$af64dc70$c80aa8c0@lfarr> Date: Mon, 14 Jan 2002 14:56:03 -0800 (PST) From: John Baldwin To: Lawrence Farr Subject: RE: Sorry if this is a dumb question! Cc: freebsd-smp@freebsd.org Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 14-Jan-02 Lawrence Farr wrote: > I have a Dell Poweredge 6400, Quad Xeon 700/2Mb cache with 4Gb memory. > Ran STABLE on it cvsupped and built today, and with a make -j8 > buildworld, > managed to get it to use all 4 processors pretty much flat out. > > I then CVSupped to CURRENT, built and installes world and GENERIC. > I then built an SMP enabled kernel, installed and tried again. > > Make -j8 gives 75% free processor in top, and even running a couple of > different makes shows at most 74% free, so I guess only one CPU is > running. > > Also, if shell access is of any use to any developers on this box, > please let me know! No, it's due to contending on the locks more often I think, as well as currently there is some code in the syscall path and traps that grabs Giant, releases it, grabs it again does most of the work and releases it. When those short grab/release at the beginning go away this will improve I think. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message