From owner-freebsd-current@FreeBSD.ORG Fri Dec 5 05:42:11 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9260A16A4CE for ; Fri, 5 Dec 2003 05:42:11 -0800 (PST) Received: from desolation.livid.de (portal.aphroland.org [216.39.174.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3271743F85 for ; Fri, 5 Dec 2003 05:42:10 -0800 (PST) (envelope-from damm@yazzy.org) Received: by desolation.livid.de (Postfix, from userid 500) id 3CF83A1A431; Fri, 5 Dec 2003 05:40:54 -0800 (PST) From: Scott Likens To: Nick Twaddell In-Reply-To: <20031205121107.DBB5143FEA@mx1.FreeBSD.org> References: <20031205121107.DBB5143FEA@mx1.FreeBSD.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1070631653.25294.5.camel@desolation.livid.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 05 Dec 2003 05:40:54 -0800 cc: freebsd-current@freebsd.org Subject: Re: 5.2-BETA X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 13:42:11 -0000 On Fri, 2003-12-05 at 04:11, Nick Twaddell wrote: > I just installed 5.2-BETA on one of my boxes. Recompiling the kernel with a > custom kernel config. I enabled smp, and for some reason I am still not > seeing two cpus in top. Is this an issue with 5.2? I never had a problem > with running smp on this model server before. They are ibm xseries 330 > boxes. Maybe I am just tired and delirious, it has been a long night. > Comments are appreciated :)Top doesn't neccesarily work the same way in FreeBSD as it does in linux. But to make sure you can do dmesg, and check for this. FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 1 cpu1 (AP): APIC ID: 0 PID USERNAME PRI NICE SIZE RES STATE C TIME WCPU CPU COMMAND 441 root 96 0 3412K 2384K select 1 0:00 0.00% 0.00% sshd 493 damm 20 0 2312K 1880K pause 1 0:00 0.00% 0.00% tcsh 490 root 4 0 6044K 2708K sbwait 0 0:00 0.00% 0.00% sshd top is a little different. You'll notice that above. hope that helps BTW, the C column is the cpu column... slightly diff then Linux's -- "I think we ought to be out there doing what we do best - making large holes in other people's countries." - George Carlin