From owner-freebsd-stable@FreeBSD.ORG Thu Jan 11 09:12:29 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 BDB5D16A403 for ; Thu, 11 Jan 2007 09:12:29 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (lurza.secnetix.de [83.120.8.8]) by mx1.freebsd.org (Postfix) with ESMTP id 48E6913C441 for ; Thu, 11 Jan 2007 09:12:29 +0000 (UTC) (envelope-from olli@lurza.secnetix.de) Received: from lurza.secnetix.de (iforgf@localhost [127.0.0.1]) by lurza.secnetix.de (8.13.4/8.13.4) with ESMTP id l0B9CCHo068988; Thu, 11 Jan 2007 10:12:17 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by lurza.secnetix.de (8.13.4/8.13.1/Submit) id l0B9CBm5068986; Thu, 11 Jan 2007 10:12:11 +0100 (CET) (envelope-from olli) Date: Thu, 11 Jan 2007 10:12:11 +0100 (CET) Message-Id: <200701110912.l0B9CBm5068986@lurza.secnetix.de> From: Oliver Fromme To: freebsd-stable@FreeBSD.ORG, hartzell@alerce.com In-Reply-To: <17829.9117.888327.881204@rosebud.alerce.com> X-Newsgroups: list.freebsd-stable User-Agent: tin/1.8.2-20060425 ("Shillay") (UNIX) (FreeBSD/4.11-STABLE (i386)) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.1.2 (lurza.secnetix.de [127.0.0.1]); Thu, 11 Jan 2007 10:12:17 +0100 (CET) Cc: Subject: Re: saving power in a Dell Poweredge 750. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-stable@FreeBSD.ORG, 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: Thu, 11 Jan 2007 09:12:29 -0000 George Hartzell wrote: > 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). Did you verify that powerd actually reduced the CPU frequency? What's the output from "sysctl dev.cpu.0"? It might be enlightening to watch the following shell loop for a while: while :; do sysctl dev.cpu.0.freq; sleep 1; done By the way, do you have an SMP system, or are you running a kernel without SMP? "sysctl machdep.cpu_idle_hlt"? Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "Perl will consistently give you what you want, unless what you want is consistency." -- Larry Wall