From owner-freebsd-questions@FreeBSD.ORG Sun Oct 28 13:38:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 898BB16A421 for ; Sun, 28 Oct 2007 13:38:34 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id D416013C4B0; Sun, 28 Oct 2007 13:38:33 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <472490DC.1010506@FreeBSD.org> Date: Sun, 28 Oct 2007 14:38:36 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Gunther Mayer References: <47232945.10506@gmail.com> <47233334.8040005@FreeBSD.org> <47236DB8.4040403@googlemail.com> <47237628.9050302@FreeBSD.org> <47248E9E.8030203@googlemail.com> In-Reply-To: <47248E9E.8030203@googlemail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: CPU usage 100% but no process hogging CPU X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 13:38:34 -0000 Gunther Mayer wrote: > Kris Kennaway wrote: >> Gunther Mayer wrote: >> >>> I don't see why my javavm, apache, postgres and/or radiusd would >>> spawn such short lived processes. Come to think of it, I know radius >>> might be doing just that, but how the heck would I go about finding >>> out? top -H brings me no closer... >> >> Either increase the sample resolution or rule out other programs as >> the cause. > Increasing sample resolution just increases the CPU usage of top itself > but gives no more information about the real culprits :-( > > But I managed to solve my problem by reverting to and upgrading my SMP > kernel. The system's back now with 15 minute load averages around 0.05 > which is where it should be. Oh, you were going by the load average? That is not a measure of system performance, it only shows how many processes are running. Anyway, glad you resolved it to your satisfaction. Kris