From owner-freebsd-current@FreeBSD.ORG Fri Feb 22 23:13:08 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF21816A403 for ; Fri, 22 Feb 2008 23:13:08 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0F78313C448; Fri, 22 Feb 2008 23:13:07 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47BF5702.3020204@FreeBSD.org> Date: Sat, 23 Feb 2008 00:13:06 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Barney Cordoba References: <845250.18624.qm@web63909.mail.re1.yahoo.com> In-Reply-To: <845250.18624.qm@web63909.mail.re1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: cpu usage in 7.0 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, 22 Feb 2008 23:13:08 -0000 Barney Cordoba wrote: > I have a dual core system running 7.0 and I can't get > top to show more than 100% usage no matter how I > hammer it. My MAC shows over 100% often, but its not > clear if top is averaging the 2 cpus or just not going > over 100, or just showing 1 of the cpus. 100% in FreeBSD means "all of your CPUs are completely active". It is hard to exceed this amount :-) > Is there any way to show the per-cpu usage to get an > idea of the overall efficiency of sharing? Are there > any tools that can be used to monitor this? What > exactly is top showing? Not in 7.0. 8.0 supports top -P and vmstat -P Kris