From owner-freebsd-questions@FreeBSD.ORG Tue Dec 16 06:46:42 2003 Return-Path: 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 BEFE916A4CE for ; Tue, 16 Dec 2003 06:46:42 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B618043D2D for ; Tue, 16 Dec 2003 06:46:40 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id hBGEkVX14117; Tue, 16 Dec 2003 09:46:31 -0500 (EST) From: Jerry McAllister Message-Id: <200312161446.hBGEkVX14117@clunix.cl.msu.edu> To: flux@hotbox.ru Date: Tue, 16 Dec 2003 09:46:30 -0500 (EST) In-Reply-To: <1142427442.20031216085446@hotbox.ru> from "flux" at Dec 16, 2003 08:54:46 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: CPU type X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Dec 2003 14:46:42 -0000 > > How do I know what type of CPU (Model, Mhz, etc...) do I have > without rebooting my FreeBSD box? Is there any command to show > this kind of information? > Thank you. Well, sysctl(8) will tell you a lot of stuff. sysctl -a -e | more or sysctl -a -e | grep hw or name a more specific variable on the sysctl call. auch as sysctl hw.model ////jerry > > -- > Best regards, > flux mailto:flux@hotbox.ru