From owner-freebsd-questions@FreeBSD.ORG Wed Mar 22 13:01:09 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 A4F4316A422 for ; Wed, 22 Mar 2006 13:01:09 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2350543D45 for ; Wed, 22 Mar 2006 13:01:09 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 14so159071nzn for ; Wed, 22 Mar 2006 05:01:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UhvxF28MTrbUXKRHC49wz6slWKbhA5M4cANrg0ZnJZyNsojs0TG0oA3jSZONU0YSTcYUeohatduocQt6qkMhwDp404+fMbr+f4y7dsTbbzWR2p/ua2YReTjZR1jLVSbaeqBDe+XlOYJFEUxNTDOWxLo1YwBS0iUCmyrDFeRkbn0= Received: by 10.36.31.12 with SMTP id e12mr57578nze; Wed, 22 Mar 2006 05:01:08 -0800 (PST) Received: by 10.37.22.74 with HTTP; Wed, 22 Mar 2006 05:01:08 -0800 (PST) Message-ID: Date: Wed, 22 Mar 2006 16:01:08 +0300 From: "Andrew Pantyukhin" To: lars , "Nathan Butcher" In-Reply-To: <20060322111146.GB13337@storage.mine.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <44212B5F.9010305@yokohama.riken.jp> <20060322111146.GB13337@storage.mine.nu> Cc: freebsd-questions@freebsd.org 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 13:01:09 -0000 On 3/22/06, lars wrote: > 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. Also sysutils/x86info