From owner-freebsd-questions@FreeBSD.ORG Mon Dec 15 21:58:53 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 7668E16A4CE for ; Mon, 15 Dec 2003 21:58:53 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 864BF43D31 for ; Mon, 15 Dec 2003 21:58:52 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id hBG5wp6B056891; Mon, 15 Dec 2003 23:58:51 -0600 (CST) (envelope-from dan) Date: Mon, 15 Dec 2003 23:58:51 -0600 From: Dan Nelson To: flux Message-ID: <20031216055851.GL17799@dan.emsphone.com> References: <1142427442.20031216085446@hotbox.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1142427442.20031216085446@hotbox.ru> X-OS: FreeBSD 5.2-BETA X-message-flag: Outlook Error User-Agent: Mutt/1.5.5.1i 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 05:58:53 -0000 In the last episode (Dec 16), flux said: > 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. /var/run/dmesg.boot should hold your last bootup log, which will have CPU info in it. Or you could install and run cpuid or x86info from ports. -- Dan Nelson dnelson@allantgroup.com