From owner-freebsd-questions@FreeBSD.ORG Wed Mar 22 11:12:20 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 6637116A400 for ; Wed, 22 Mar 2006 11:12:20 +0000 (UTC) (envelope-from lars@storage.mine.nu) Received: from storage.mine.nu (245.86.62.81.cust.bluewin.ch [81.62.86.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F4B943D79 for ; Wed, 22 Mar 2006 11:12:05 +0000 (GMT) (envelope-from lars@storage.mine.nu) Received: from storage.mine.nu (localhost [127.0.0.1]) by storage.mine.nu (8.13.4/8.13.4) with ESMTP id k2MBBkFR013650 for ; Wed, 22 Mar 2006 12:11:46 +0100 (CET) (envelope-from lars@storage.mine.nu) Received: (from lars@localhost) by storage.mine.nu (8.13.4/8.13.4/Submit) id k2MBBkDx013649 for freebsd-questions@freebsd.org; Wed, 22 Mar 2006 12:11:46 +0100 (CET) (envelope-from lars) Date: Wed, 22 Mar 2006 12:11:46 +0100 From: lars To: freebsd-questions@freebsd.org Message-ID: <20060322111146.GB13337@storage.mine.nu> References: <44212B5F.9010305@yokohama.riken.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44212B5F.9010305@yokohama.riken.jp> User-Agent: Mutt/1.4.2.1i Subject: Re: 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 11:12:20 -0000 Nathan Butcher wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > You could use dmidecode, it's in the Ports. hth lars.