From owner-freebsd-questions@FreeBSD.ORG Sun Feb 24 11:46:26 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B341316A401 for ; Sun, 24 Feb 2008 11:46:26 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 75E3C13C455 for ; Sun, 24 Feb 2008 11:46:26 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (nat-wh-1.rz.uni-karlsruhe.de [129.13.72.169]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id A16BF40548E; Sun, 24 Feb 2008 12:46:24 +0100 (CET) Message-ID: <47C1590F.3020605@bsdforen.de> Date: Sun, 24 Feb 2008 12:46:23 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20080205) MIME-Version: 1.0 To: Tigger References: <20080224110010.GA4447@edward.lilypie.com> In-Reply-To: <20080224110010.GA4447@edward.lilypie.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Dual core CPU's, but only 2 CPU's in-use? 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: Sun, 24 Feb 2008 11:46:26 -0000 Tigger wrote: > Hello. I have a Xeon system with 2 CPU's installed (dual-cores). Under > FreeBSD 6.2, a systat reported 4 CPUs in use and so did dmesg. > > Under FreeBSD 6.3, dmesg is reporting the 4 CPUs, but systat is only > reporting 2 CPUs (CPU 0 and CPU 2). > > How do I enabled the second cores on the CPU's or are they really > running but systat is not reporting the CPU load across the cores? You can run 'top -S' to check how many idle processes exist. If there are four, everything is fine.