From owner-freebsd-current@FreeBSD.ORG Fri Aug 27 08:25:40 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 327B31065697 for ; Fri, 27 Aug 2010 08:25:40 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id 026EF8FC27 for ; Fri, 27 Aug 2010 08:25:39 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001) id 550924B781B; Fri, 27 Aug 2010 16:10:37 +0800 (CST) Date: Fri, 27 Aug 2010 16:10:37 +0800 From: Denny Lin To: =?utf-8?B?5bSU5bKpY2N1aXl5YW5AZ21haWwuY29t?= Message-ID: <20100827081036.GG7511@mail.hs.ntnu.edu.tw> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org 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 08:25:40 -0000 On Fri, Aug 27, 2010 at 12:07:11PM +0800, 崔岩ccuiyyan@gmail.com wrote: > 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! Try $ top -P. -- Denny Lin