From owner-freebsd-questions@FreeBSD.ORG Mon Oct 16 09:43:51 2006 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 EB6B416A407 for ; Mon, 16 Oct 2006 09:43:51 +0000 (UTC) (envelope-from lane@joeandlane.com) Received: from elasmtp-dupuy.atl.sa.earthlink.net (elasmtp-dupuy.atl.sa.earthlink.net [209.86.89.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BEE243D5D for ; Mon, 16 Oct 2006 09:43:45 +0000 (GMT) (envelope-from lane@joeandlane.com) Received: from [66.47.111.183] (helo=joeandlane.com) by elasmtp-dupuy.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GZP0b-0005pA-8f; Mon, 16 Oct 2006 05:43:45 -0400 Received: from joeandlane.com (localhost.localnet.local [127.0.0.1]) by joeandlane.com (8.13.8/8.13.1) with ESMTP id k9G9kblO059411; Mon, 16 Oct 2006 04:46:37 -0500 (CDT) (envelope-from lane@joeandlane.com) Received: from localhost (localhost [[UNIX: localhost]]) by joeandlane.com (8.13.8/8.13.1/Submit) id k9G9kZGU059410; Mon, 16 Oct 2006 04:46:35 -0500 (CDT) (envelope-from lane@joeandlane.com) X-Authentication-Warning: joeandlane.com: lholcombe set sender to lane@joeandlane.com using -f From: Lane To: freebsd-questions@freebsd.org Date: Mon, 16 Oct 2006 04:46:34 -0500 User-Agent: KMail/1.9.3 References: <45334A63.2080002@magidesign.com> <200610160412.03996.lane@joeandlane.com> <4533505E.1090507@magidesign.com> In-Reply-To: <4533505E.1090507@magidesign.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610160446.35143.lane@joeandlane.com> X-CD-SOLUTIONS-MailScanner-Information: Please contact the ISP for more information X-CD-SOLUTIONS-MailScanner: Found to be clean X-CD-SOLUTIONS-MailScanner-From: lane@joeandlane.com X-ELNK-Trace: e56a4b6ca9bdfda11aa676d7e74259b7b3291a7d08dfec796a8e62b7c1d915e64ad4a26870943420350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 66.47.111.183 Cc: Payne Subject: Re: Multi-CPU Question 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: Mon, 16 Oct 2006 09:43:52 -0000 On Monday 16 October 2006 04:26, you wrote: > Lane wrote: > > On Monday 16 October 2006 04:01, Payne wrote: > >> Hi all, > >> > >> Hello I have a question. I got a box. I got a strange message... > >> > >> SMP: AP CPU #2 Launched! > >> > >> Is there a place under /proc that I can see if the first processor still > >> working? Do I need to reboot the box, what does that message mean? Why > >> does it happen? > >> > >> Thanks > >> > >> > >> Payne > >> _______________________________________________ > >> freebsd-questions@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions > >> To unsubscribe, send any mail to > >> "freebsd-questions-unsubscribe@freebsd.org" > > > > Payne, > > > > I believe CPU #x Launched! means that your SMP Kernel is working > > properly, has detected the multiple CPU's and has begun using them. > > > > My CPU's are numbered #0 and #1 so I get "CPU #1 Launched!" > > > > lane > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > Where in /proc can I see that? > > Payne Hmmm... I don't know that you can see it in /proc. Read "man smp" and follow the "SEE ALSO" section. mptable shows some configuration information about SMP. Also you can see activity in various CPU's with "top" lane