From owner-freebsd-questions@FreeBSD.ORG Thu Apr 7 04:04:51 2005 Return-Path: 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 D39A216A4CE for ; Thu, 7 Apr 2005 04:04:51 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id A729D43D1F for ; Thu, 7 Apr 2005 04:04:50 +0000 (GMT) (envelope-from free.bsd@gmx.net) Received: (qmail invoked by alias); 07 Apr 2005 04:04:49 -0000 Received: from pD9E7ED36.dip.t-dialin.net (EHLO [192.168.2.101]) [217.231.237.54] by mail.gmx.net (mp021) with SMTP; 07 Apr 2005 06:04:49 +0200 X-Authenticated: #20105305 Message-ID: <4254B432.7070401@gmx.net> Date: Thu, 07 Apr 2005 12:16:50 +0800 From: FreeBSD Deamon User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Bill References: <1112849066.22153.19.camel@ws2.billbeau.net> In-Reply-To: <1112849066.22153.19.camel@ws2.billbeau.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 cc: freebsd-questions@freebsd.org Subject: Re: multiprocessors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2005 04:04:51 -0000 Bill wrote: >Is there a comand to use so as to see if freebsd is using both >processors? > > > >_______________________________________________ >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" > > > > try top(1) the output of top should contain a "C" column. if this column contains "0"s and "1"s both your CPUs are used zheyu