From owner-freebsd-bugs@FreeBSD.ORG Sun Jun 13 19:50:11 2004 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 3D48016A4D0 for ; Sun, 13 Jun 2004 19:50:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3822443D45 for ; Sun, 13 Jun 2004 19:50:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i5DJoAjS065011 for ; Sun, 13 Jun 2004 19:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i5DJoAH6065010; Sun, 13 Jun 2004 19:50:10 GMT (envelope-from gnats) Date: Sun, 13 Jun 2004 19:50:10 GMT Message-Id: <200406131950.i5DJoAH6065010@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Thomas Novin Subject: Re: bin/60385: vmstat/iostat/top all fail to report CPU usage X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thomas Novin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jun 2004 19:50:11 -0000 The following reply was made to PR bin/60385; it has been noted by GNATS. From: Thomas Novin To: freebsd-gnats-submit@FreeBSD.org, jin@adsl-63-198-35-122.dsl.snfc21.pacbell.net Cc: Subject: Re: bin/60385: vmstat/iostat/top all fail to report CPU usage Date: Sun, 13 Jun 2004 21:43:41 +0200 This is reproducible on my single-cpu system. FreeBSD 5.2.1-RELEASE-p8 #1: Mon Jun 7 22:03:12 CEST 2004 root@mail:/usr/obj/usr/src/sys/VER_5 Preloaded elf kernel "/boot/kernel/kernel" at 0xc0841000. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) III CPU 1200MHz (1196.22-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 Features=0x383fbff real memory = 536870912 (512 MB) avail memory = 511840256 (488 MB) Pentium Pro MTRR support enabled npx0: [FAST] npx0: on motherboard npx0: INT 16 interface # vmstat 1 procs memory page disks faults cpu r b w avm fre flt re pi po fr sr tw0 fd0 in sy cs us sy id 0 0 0 673612 36184 10 0 0 0 6 1 0 0 202 0 253 0 0 0 1 0 0 673612 36184 5 0 0 0 5 0 0 0 213 0 264 0 0 0 1 0 0 673612 36184 0 0 0 0 0 0 0 0 208 0 256 0 0 0 This is however the only 5.2.1 machine I have that has this problem. I also have a few SMP machines which doesn't have this problem, cpu usage reporting works just fine. This system used to have a SMP-kernel since I install the same kernel on all machines but after noting this problem and reading this problem report I recompiled it without SMP/APIC but the problem remained.