From owner-freebsd-bugs@FreeBSD.ORG Sun Mar 6 14:20:05 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08AFB16A4CE for ; Sun, 6 Mar 2005 14:20:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B713043D46 for ; Sun, 6 Mar 2005 14:20:04 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j26EK4LE036029 for ; Sun, 6 Mar 2005 14:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j26EK4d6036028; Sun, 6 Mar 2005 14:20:04 GMT (envelope-from gnats) Date: Sun, 6 Mar 2005 14:20:04 GMT Message-Id: <200503061420.j26EK4d6036028@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jari Kirma Subject: Re: kern/78342: top -S shows potentially incorrect CPU usage for idle thread X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jari Kirma List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 14:20:05 -0000 The following reply was made to PR kern/78342; it has been noted by GNATS. From: Jari Kirma To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/78342: top -S shows potentially incorrect CPU usage for idle thread Date: Sun, 6 Mar 2005 16:13:43 +0200 (EET) This occurs also with processes that consume all available CPU time, for example simple busy loop program. I don't have an opportunity to test this on non-amd64 host.