From owner-freebsd-questions@FreeBSD.ORG Wed Oct 12 06:05:56 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01A3916A41F for ; Wed, 12 Oct 2005 06:05:56 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: from smtp103.rog.mail.re2.yahoo.com (smtp103.rog.mail.re2.yahoo.com [206.190.36.81]) by mx1.FreeBSD.org (Postfix) with SMTP id 05A9643D4C for ; Wed, 12 Oct 2005 06:05:53 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: (qmail 58887 invoked from network); 12 Oct 2005 06:05:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:From:To:Subject:Date:X-Mailer:X-MimeOLE:Thread-Index:In-Reply-To; b=sdLcnTIXCuXgesfOd/ugc9WL8mREdiyG3YovS6lrlN2GpI1savobNs/O8Rk1oiSRsymKKIi+6Q6WyE2EIUf3T4+lBWMTleUE+DhUdloFi4kGu6AjCW9wfCtYaWq7TNuZazWhuiwB5/XVq2tJviroz+i4ydlTJZvGyPdLAqobDtw= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@70.27.160.99 with login) by smtp103.rog.mail.re2.yahoo.com with SMTP; 12 Oct 2005 06:05:51 -0000 From: "Tamouh H." To: Date: Wed, 12 Oct 2005 02:04:19 -0400 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcXO8I4Dynxg4cclTFaQ75XSxHsS6gAAg+Mg In-Reply-To: <20051012054749.48378.qmail@web34607.mail.mud.yahoo.com> Message-Id: <20051012060553.05A9643D4C@mx1.FreeBSD.org> Subject: RE: Regarding SMP -- usage of dual CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 06:05:56 -0000 > Dmesg shows FreeBSD ditected 2 CPU. But I want to find > whether it is using Dual CPU or only one CPU. > > As I see SMP: AP CPU #1 Launched! in dmesg. What about CPU > #0 is it using it. > Run 'top' and if you see a new column named 'C' with 0 and 1 then your SMP is working properly. Best, Tamouh