From owner-freebsd-questions@FreeBSD.ORG Wed Mar 22 10:41:27 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 6325F16A422 for ; Wed, 22 Mar 2006 10:41:27 +0000 (UTC) (envelope-from xqufa@yokohama.riken.jp) Received: from ykdmp01.yokohama.riken.jp (ykdmp01.yokohama.riken.go.jp [134.160.82.30]) by mx1.FreeBSD.org (Postfix) with SMTP id 6DCA643D4C for ; Wed, 22 Mar 2006 10:41:25 +0000 (GMT) (envelope-from xqufa@yokohama.riken.jp) Received: (qmail 35357 invoked by uid 98); 22 Mar 2006 10:41:23 -0000 Received: from 134.160.82.32 by ykdmp01.yokohama.riken.jp (envelope-from , uid 82) with qmail-scanner-1.25 (sophie: 3.04/2.31/3.98. spamassassin: 3.1.0. Clear:RC:1(134.160.82.32):. Processed in 0.043692 secs); 22 Mar 2006 10:41:23 -0000 Received: from unknown (HELO ykmail01.yokohama.riken.go.jp) (134.160.82.32) by ykdmp01.yokohama.riken.go.jp with SMTP; 22 Mar 2006 10:41:23 -0000 Received: (qmail 5874 invoked by uid 98); 22 Mar 2006 10:41:23 -0000 Received: from 134.160.83.104 by ykmail01.yokohama.riken.jp (envelope-from , uid 82) with qmail-scanner-1.25 (sophie: 3.04/2.31/3.99. Clear:RC:1(134.160.83.104):. Processed in 0.047293 secs); 22 Mar 2006 10:41:23 -0000 Received: from unknown (HELO ?192.168.16.9?) (134.160.83.104) by ykmail01.yokohama.riken.go.jp with SMTP; 22 Mar 2006 10:41:23 -0000 Message-ID: <44212B5F.9010305@yokohama.riken.jp> Date: Wed, 22 Mar 2006 19:47:59 +0900 From: Nathan Butcher User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Subject: Detecting CPU type without dmesg 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: Wed, 22 Mar 2006 10:41:27 -0000 Hi everyone, Here's a curly question:- How can you detect the CPU type (make, model, and rated speed) on a running FreeBSD server without using dmesg? I can't shut this machine off to check BIOS messages, and neither can I check dmesg (it seems that a pile of network dmesg logging has rotated the kernel initialization log part off into the sunset). Is there a way to check CPU processor make and model type at all now? I'm starting to wish that FreeBSD would save the kernel initialization log in a place where it couldn't get lost (sort of like /proc in Linux but without the fanciness that entails)... or perhaps there is such a Valhalla in FreeBSD and I can't see it for the forest? Help much appreciated.... Nathan