Date: Mon, 16 Oct 2006 13:52:41 +0300 From: Nikos Vassiliadis <nvass@teledomenet.gr> To: freebsd-questions@freebsd.org Cc: Payne <payne@magidesign.com> Subject: Re: Multi-CPU Question Message-ID: <200610161352.41665.nvass@teledomenet.gr> In-Reply-To: <4533505E.1090507@magidesign.com> References: <45334A63.2080002@magidesign.com> <200610160412.03996.lane@joeandlane.com> <4533505E.1090507@magidesign.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610161352.41665.nvass>