From owner-freebsd-bugs@FreeBSD.ORG Sun Apr 18 11:00:22 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 1837216A4CE for ; Sun, 18 Apr 2004 11:00:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D7F643D46 for ; Sun, 18 Apr 2004 11:00:22 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i3II0Lbv075770 for ; Sun, 18 Apr 2004 11:00:21 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i3II0LZa075769; Sun, 18 Apr 2004 11:00:21 -0700 (PDT) (envelope-from gnats) Date: Sun, 18 Apr 2004 11:00:21 -0700 (PDT) Message-Id: <200404181800.i3II0LZa075769@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Julien Gabel" Subject: Re: bin/30310: top does not show CPU usage X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Julien Gabel List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2004 18:00:22 -0000 The following reply was made to PR bin/30310; it has been noted by GNATS. From: "Julien Gabel" To: freebsd-gnats-submit@FreeBSD.org Cc: andrey@novikov.com Subject: Re: bin/30310: top does not show CPU usage Date: Sun, 18 Apr 2004 19:54:20 +0200 (CEST) Hello, I can reproduce the problem here: - FreeBSD 5.2.1-RELEASE-p4 #0: Wed Apr 14 22:06:33 CEST 2004 i386; - Single processor, Hyperthreading *enable*; - dmesg: Preloaded elf kernel "/boot/kernel/kernel" at 0xc0aa6000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0aa626c. ACPI APIC Table: Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (3000.12-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 1071579136 (1021 MB) avail memory = 1031471104 (983 MB) FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0 irqs 0-23 on motherboard Pentium Pro MTRR support enabled npx0: [FAST] npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard pcibios: BIOS version 2.10 Using $PIR table, 6 entries at 0xc00fdf60 acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 - vmstat/iostat/top all fail to report CPU usage; - This seems to be an SMP specific problem since I have an other machine with an identical level release, but which a single processor *without* Hyperthreading. Note: I think this problem may be related to Problem Report bin/60385. -- -jpeg.