From owner-freebsd-stable@FreeBSD.ORG Wed Jan 10 18:06:59 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7AE916A407 for ; Wed, 10 Jan 2007 18:06:59 +0000 (UTC) (envelope-from hartzell@rosebud.alerce.com) Received: from merlin.alerce.com (w094.z064001164.sjc-ca.dsl.cnc.net [64.1.164.94]) by mx1.freebsd.org (Postfix) with ESMTP id C224313C45A for ; Wed, 10 Jan 2007 18:06:59 +0000 (UTC) (envelope-from hartzell@rosebud.alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 1408F33C5D; Wed, 10 Jan 2007 09:33:40 -0800 (PST) Received: from rosebud.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by merlin.alerce.com (Postfix) with ESMTP id CDEB733C5B; Wed, 10 Jan 2007 09:33:39 -0800 (PST) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.13.8/8.13.8) with ESMTP id l0AHYQLT001104; Wed, 10 Jan 2007 09:34:26 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.13.8/8.13.8/Submit) id l0AHYM4Q001100; Wed, 10 Jan 2007 09:34:22 -0800 (PST) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17829.9117.888327.881204@rosebud.alerce.com> Date: Wed, 10 Jan 2007 09:34:21 -0800 To: freebsd-stable@freebsd.org X-Mailer: VM 7.19 under 21.4 (patch 19) "Constant Variable" XEmacs Lucid X-Virus-Scanned: ClamAV using ClamSMTP Subject: saving power in a Dell Poweredge 750. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2007 18:07:00 -0000 I'm setting up a Dell Poweredge 750 1U server. A friend is loaning me space in his rack and since his rack usage is limited by power I'd like to be as thrifty as possible. I hooked my kill-a-watt meter up and ran the machine for a couple of days and it uses 88 watts (3.90KWH/44.01H). Then I kldloaded cpufreq and enabled powerd and it still uses 88 watts (8.35KWH/93.47H). That surprised me a bit, and seems to suggest that it's spending most of its energy spinning fans or something. Is anyone familiar with the poweredge 750 and freebsd-stable? I can't find anything in the bios that suggests fans control, although I guess it's possible that they're running efficiently by default and I just haven't caused them to *really* run. Any other suggestions to help economize? Thanks, g.