From owner-freebsd-questions@FreeBSD.ORG Tue May 1 00:32:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 511B116A408 for ; Tue, 1 May 2007 00:32:36 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from ik-out-1112.google.com (ik-out-1112.google.com [66.249.90.183]) by mx1.freebsd.org (Postfix) with ESMTP id CA01713C455 for ; Tue, 1 May 2007 00:32:35 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: by ik-out-1112.google.com with SMTP id b35so219814ika for ; Mon, 30 Apr 2007 17:32:34 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=EZElT7JR0VDWEwNtMnaLouzVO/OuUXzikX1hXG4ci7yaMHclyG1F9HGa+777HI0bKyJwkzkgLK6xJSb2VAAeDswY9BWkfySTDg9W9tTtZ2JusmTflAYoekTuAG76oiU3e12EwudiSoxWRlgTVLx9HveyFibQD3PiNpjK/ZME3H0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=D4FileHxkVUelh8d2keFD4ewiouvQ4jmKqdHLam2Oa+aaog0XXJ6S40WlSjs9jAXaeRieEKXlrj9OExnlfOV1dK82I+Ir98BpNw3VIBi0P99EgXr2Kr+2WwYSMWWljWhBthfpyJ0vczWk0++o8eMRMiN/o3L4epP3ebhpcAeUyc= Received: by 10.78.149.15 with SMTP id w15mr2257770hud.1177979554578; Mon, 30 Apr 2007 17:32:34 -0700 (PDT) Received: by 10.78.13.8 with HTTP; Mon, 30 Apr 2007 17:32:34 -0700 (PDT) Message-ID: Date: Mon, 30 Apr 2007 17:32:34 -0700 From: patrick To: "FreeBSD Questions Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: Command to show processor type/speed? 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: Tue, 01 May 2007 00:32:36 -0000 Figured it out: sysctl -w hw.model On 4/30/07, patrick wrote: > Is there a command to show the processor type and speed of the host > system? I'm working on a remote system, and I'd prefer to not have to > reboot it to find out. > > Thanks, > > Patrick >