From owner-freebsd-current@FreeBSD.ORG Fri Aug 27 17:00:10 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 018881065780 for ; Fri, 27 Aug 2010 17:00:09 +0000 (UTC) (envelope-from julian@elischer.org) Received: from out-0.mx.aerioconnect.net (out-0-0.mx.aerioconnect.net [216.240.47.60]) by mx1.freebsd.org (Postfix) with ESMTP id B7DF58FC14 for ; Fri, 27 Aug 2010 17:00:09 +0000 (UTC) Received: from idiom.com (postfix@mx0.idiom.com [216.240.32.160]) by out-0.mx.aerioconnect.net (8.13.8/8.13.8) with ESMTP id o7RGj2Em001440; Fri, 27 Aug 2010 09:45:02 -0700 X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (h-67-100-89-137.snfccasy.static.covad.net [67.100.89.137]) by idiom.com (Postfix) with ESMTP id 52B3C2D6011; Fri, 27 Aug 2010 09:45:01 -0700 (PDT) Message-ID: <4C77EB9C.5060404@elischer.org> Date: Fri, 27 Aug 2010 09:45:16 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: Steve Kargl References: <20100827051015.GA25885@troutmask.apl.washington.edu> In-Reply-To: <20100827051015.GA25885@troutmask.apl.washington.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 216.240.47.51 Cc: freebsd-current@freebsd.org, "????ccuiyyan@gmail.com" Subject: Re: a question about FreeBSD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Aug 2010 17:00:10 -0000 On 8/26/10 10:10 PM, Steve Kargl wrote: > On Fri, Aug 27, 2010 at 12:07:11PM +0800, ????ccuiyyan@gmail.com wrote: >> Dear all: >> >> A quick question about the FreeBSD. In my lab, there is a multicore >> machine and i install a FreeBSD >> system on it. I wonder to know how to see the utilization for each >> core? are there such tools? Thanks! >> > > Wrong mailing list. Try freebsd-question@freebsd.org. > > Also, try man top. > specifically, there will be an idle thread for each CPU so top -SH will allow you to see how much idle time there is on each cpu.