From owner-freebsd-current@FreeBSD.ORG Sat Feb 23 09:05:24 2008 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 AB39316A402 for ; Sat, 23 Feb 2008 09:05:24 +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 DC6CB13C442; Sat, 23 Feb 2008 09:05:23 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47BFB70F.5080402@FreeBSD.org> Date: Sat, 23 Feb 2008 07:02:55 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Hugo Silva References: <845250.18624.qm@web63909.mail.re1.yahoo.com> <47BF5702.3020204@FreeBSD.org> <47BF8EB7.9090007@barafranca.com> In-Reply-To: <47BF8EB7.9090007@barafranca.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-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: Sat, 23 Feb 2008 09:05:24 -0000 Hugo Silva wrote: > Kris Kennaway wrote: >> 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 :-) > > You should see my production mysql going over 458% on service startup, > on a quad core server :-) That is a multithreaded process using multiple CPUs, not the total CPU statistics (first line of top(1)). Kris