From owner-freebsd-questions@FreeBSD.ORG Sat Apr 20 13:33:53 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 434CF4AA for ; Sat, 20 Apr 2013 13:33:53 +0000 (UTC) (envelope-from emorrasg@yahoo.es) Received: from nm20-vm0.bullet.mail.ird.yahoo.com (nm20-vm0.bullet.mail.ird.yahoo.com [77.238.189.221]) by mx1.freebsd.org (Postfix) with SMTP id 977A81D92 for ; Sat, 20 Apr 2013 13:33:52 +0000 (UTC) Received: from [77.238.189.49] by nm20.bullet.mail.ird.yahoo.com with NNFMP; 20 Apr 2013 13:33:51 -0000 Received: from [217.146.188.152] by tm2.bullet.mail.ird.yahoo.com with NNFMP; 20 Apr 2013 13:33:51 -0000 Received: from [127.0.0.1] by smtp110.mail.ird.yahoo.com with NNFMP; 20 Apr 2013 13:33:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1366464831; bh=XSawRFzVHd+x28A4lwhlnSP6nUIz06sr+G2kfWJUGJk=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; b=wEw8F68YG3LNGc7LFsgo4y3VGdLSjz5MGrcZZ/6NUi84DEUZhtSbkzxSXbC9l4FiUEkFiDgxOpaiLxC8fVv8ohGd6w7JRCdu41KTD5tL7rYJ2vdloD0ALM3vIphshaYfBsNl1YxvFXeTvVkMAGfLpO4aUtO+PT9UeOoKO7NW7iI= X-Yahoo-Newman-Id: 304797.82483.bm@smtp110.mail.ird.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: O2C6x1YVM1ma4s_jJk478l9e1cSaljUxnSgKDH163nQmsXe cgH0Hr2n1wk_Zu9j2Hvqnc_VXPXDLRzg9fhq6XV1xjQidzADOv0Cl9YdGWNj RT5YwSzQaMW6Is7JM_WkBkZ5FdkHaPPolCGbfEaMYS8Ku3NUVM0gyd5QlPab zffePMsGcLPyb9R2KjUGLK5GcRLSO0BKisdaS7pOg1cpzw8kZf4KbEJMi2LC wHrLaOW4IsEWkIzRWEJaTO.AlCkbOCfC5SDBlYTDlsWdn1ixV4R.eNqNgHlo Pdhuay5U3BteRsws5LMIk7MiuOxl49kmnsP5G9TJqM_S_tSIgFpBlHE_1UBp DoNWB.SIrAtyb3YDhffNCVrB9qlbbwpKi2NvHyfEECMlhQ0paA_tyoWmX_MR 8VOyA7Umz X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR X-Rocket-Received: from camibar.emorras.eu (emorrasg@89.7.216.154 with plain) by smtp110.mail.ird.yahoo.com with SMTP; 20 Apr 2013 06:33:51 -0700 PDT Date: Sat, 20 Apr 2013 15:33:53 +0200 From: Eduardo Morras To: freebsd-questions@freebsd.org Subject: Re: CPU clock rate Message-Id: <20130420153353.0670d11db81f24d98fd4b552@yahoo.es> In-Reply-To: <20130420111308.GA3011@tinyCurrent> References: <20130420111308.GA3011@tinyCurrent> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.17; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Matthias Apitz X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Apr 2013 13:33:53 -0000 On Sat, 20 Apr 2013 13:13:08 +0200 Matthias Apitz wrote: > > Hello, > > Do we have something in FreeBSD or its ports to measure the actual CPU > clock rate? Thanks > > matthias Just check sysctl, %sysctl dev.cpu.0.freq >From ports I use conky, that shows that info and a lot other under X11. --- --- Eduardo Morras