From owner-freebsd-questions@FreeBSD.ORG Fri Sep 2 05:06:26 2005 Return-Path: X-Original-To: freebsd-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 EB97D16A41F for ; Fri, 2 Sep 2005 05:06:26 +0000 (GMT) (envelope-from joe-freebsd-questions@chubbo.net) Received: from salo.chubbo.net (salo.chubbo.net [64.147.160.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FF4743D49 for ; Fri, 2 Sep 2005 05:06:26 +0000 (GMT) (envelope-from joe-freebsd-questions@chubbo.net) Received: (qmail 19131 invoked by uid 79); 2 Sep 2005 05:06:24 -0000 Received: from localhost (HELO mail.chubbo.net) (127.0.0.1) by localhost with SMTP; 2 Sep 2005 05:06:24 -0000 Received: from 69.181.230.113 (SquirrelMail authenticated user joe@chubbo.net); by mail.chubbo.net with HTTP; Thu, 1 Sep 2005 22:06:24 -0700 (PDT) Message-ID: <4716.69.181.230.113.1125637584.squirrel@69.181.230.113> Date: Thu, 1 Sep 2005 22:06:24 -0700 (PDT) From: "joseph kacmarcik" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.5.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: Can't see second CPU in FreeBSD 5.4-p6 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: Fri, 02 Sep 2005 05:06:27 -0000 hello's! i've recently installed freebsd 5.4 and patched up to p6. since the install and up to this patch level, i'm not certain the second cpu (hyperthreading, not physical cpu) is being used. i guess it could just be top not showing it, cuz it's in my kernel and in dmesg. relevant kernel lines are: options SCHED_4BSD options SMP device apic and relevant dmesg output is: CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2795.24-MHz 686-class CPU) Hyperthreading: 2 logical CPUs FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu0: on acpi0 cpu1: on acpi0 SMP: AP CPU #1 Launched! when using top, i always see CPU0, and the column under 'C' is always 0. is there another tool i can use to see cpu scheduling or am i missing something obvious (or obscure)? for the record, i've tried more than one cpu, and freebsd 5.2.1 was able to see and use two cpu's with the same hardware. insight appreciated! joe