From owner-freebsd-questions@FreeBSD.ORG Thu Aug 10 10:52:05 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60AB216A4DA for ; Thu, 10 Aug 2006 10:52:05 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC9FC43D5C for ; Thu, 10 Aug 2006 10:51:58 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id BA9C15C6D; Thu, 10 Aug 2006 06:51:56 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R20G2EaSZ-H7; Thu, 10 Aug 2006 06:51:54 -0400 (EDT) Received: from [192.168.1.251] (pool-68-161-117-245.ny325.east.verizon.net [68.161.117.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 379145C64; Thu, 10 Aug 2006 06:51:54 -0400 (EDT) Message-ID: <44DB0FC0.1010705@mac.com> Date: Thu, 10 Aug 2006 06:51:44 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: Ian Smith References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: questions@freebsd.org Subject: Re: Top not showing cpu usage even remotely accurately 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: Thu, 10 Aug 2006 10:52:05 -0000 Ian Smith wrote: > But since running 5.x (5.5-STABLE since 1st Aug) top can show 0.0% idle > but the cpu usages shown don't add up to much of a fraction of 100%. [ ... ] > Any ideas why top hasn't much of a clue about what's consuming cpu? Sure, if you're running a parallel make, that will be starting up lots of short-lived compiler processes which exit quickly; top can only display the CPU load for those processes which are still running at the time it samples the system. -- -Chuck