From owner-freebsd-questions@FreeBSD.ORG Mon Oct 16 10:51:48 2006 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 1D0DE16A40F for ; Mon, 16 Oct 2006 10:51:48 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id E10E643D46 for ; Mon, 16 Oct 2006 10:51:45 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k9GApcEY008240; Mon, 16 Oct 2006 13:51:38 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Mon, 16 Oct 2006 13:52:41 +0300 User-Agent: KMail/1.9.1 References: <45334A63.2080002@magidesign.com> <200610160412.03996.lane@joeandlane.com> <4533505E.1090507@magidesign.com> In-Reply-To: <4533505E.1090507@magidesign.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610161352.41665.nvass@teledomenet.gr> Cc: Payne Subject: Re: Multi-CPU Question 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: Mon, 16 Oct 2006 10:51:48 -0000 On Monday 16 October 2006 12:26, Payne wrote: > Where in /proc can I see that? Unlike Linux, FreeBSD shows only process and kernel thread information in procfs. The equivalent interface for seeing/changing system options is sysctl. Try "sysctl hw | less". For example: root:0:~# sysctl -d hw.ncpu hw.ncpu: Number of active CPUs root:0:~# sysctl hw.ncpu hw.ncpu: 1 It's better with descriptions, isn't it? HTH, Nikos