From owner-freebsd-questions@FreeBSD.ORG Thu Dec 2 19:07:55 2004 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 EFB8916A4CE for ; Thu, 2 Dec 2004 19:07:55 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 838B843D2F for ; Thu, 2 Dec 2004 19:07:53 +0000 (GMT) (envelope-from joshua.lokken@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so1109606wra for ; Thu, 02 Dec 2004 11:07:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=MBq4YdgCo3sztTviexW4P9Ddr+m+1JPHdHBuPXQhJycLzBsRHMp4NOfz9z4gmqjQ1SciYfZRyKAmEb+lufCcNpXqIJiWbGmmWiia3Zv5sx0uo+gNRAuraLEAiCBRxRyDdYU3WDXFvHTPwyEpebiHBDB4qGRNYeCfTwJ3A+Dh/rw= Received: by 10.54.45.64 with SMTP id s64mr207746wrs; Thu, 02 Dec 2004 11:07:52 -0800 (PST) Received: by 10.54.11.34 with HTTP; Thu, 2 Dec 2004 11:07:52 -0800 (PST) Message-ID: Date: Thu, 2 Dec 2004 13:07:52 -0600 From: Joshua Lokken To: Dan Nelson In-Reply-To: <20041202183016.GA96824@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41AF5282.10200@umd.edu> <20041202183016.GA96824@dan.emsphone.com> cc: freebsd-questions@freebsd.org cc: Alvaro Rosales Subject: Re: Quick and Simple question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joshua Lokken List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2004 19:07:56 -0000 On Thu, 2 Dec 2004 12:30:18 -0600, Dan Nelson wrote: > In the last episode (Dec 02), Alvaro Rosales said: > > Hello Guys a quick and simple question. Which command line should I > > use to see the type of processor I am using? > > The file /var/run/dmesg.boot will give you a lot of detail, some of > which is stored in the "hw" sysctl tree for easy retrieval by scripts > or programs. hw.machine, hw.model, and hw.clockrate for example. There should be some good output from: # dmesg | grep CPU too. -- Joshua Lokken Open Source Advocate