From owner-freebsd-questions@FreeBSD.ORG Thu Jun 28 20:17:46 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 EBFBF16A41F for ; Thu, 28 Jun 2007 20:17:46 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 7C66013C44B for ; Thu, 28 Jun 2007 20:17:46 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by ug-out-1314.google.com with SMTP id o4so209453uge for ; Thu, 28 Jun 2007 13:17:45 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=LayE7X7hWLYEemUuM2/PmERB69SByWxwxBcQi5ZMJEWT17H3HP/XksTfZY6JIZYwkYS+TL6XqZGHi+kT5zdcE+ilo6tCrF3lhb739cc526NhgpaBL/cNuJIJHYKn1kYzUO1QcqrRz71+YEYvjLbYg42FUAHgcf65nDI+a05Bauo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=Y9sd2ZkJ/Yw4AaniN2arnz6TlF+4uwaI+Hrr5oHPjK+rwC/S/Z6+E3iwHb+dysCAQzAv1tdwrgAVOkQMQMiLxBhDIA8xICpwlbwdGFYg/RnkswhDLaypO3POfEgPmHacDxu6fSs/AGfHKp2vikWB+uzDDAe2wu2LHQzsvJBj+A0= Received: by 10.67.100.17 with SMTP id c17mr2199043ugm.1183061865554; Thu, 28 Jun 2007 13:17:45 -0700 (PDT) Received: by 10.66.219.2 with HTTP; Thu, 28 Jun 2007 13:17:45 -0700 (PDT) Message-ID: <539c60b90706281317r203aba82s5b6391123a71d554@mail.gmail.com> Date: Thu, 28 Jun 2007 13:17:45 -0700 From: "Steve Franks" Sender: bahamasfranks@gmail.com To: "User Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: db1267c105ccaac5 Subject: how to find current cpu speed & utilization 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: Thu, 28 Jun 2007 20:17:47 -0000 I've been playing with powerd, and my system seems mighty sluggish. I can't find anything in the manpages about how to get current metrics on the cpu. powerd is just a daemon, acpi and cpufreq are drivers, acpiconf just puts it to sleep, what am I missing? Steve