From owner-freebsd-stable@FreeBSD.ORG Thu Mar 22 07:56:43 2012 Return-Path: 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 CDB88106566C for ; Thu, 22 Mar 2012 07:56:43 +0000 (UTC) (envelope-from john@theusgroup.com) Received: from theusgroup.com (theusgroup.com [64.122.243.222]) by mx1.freebsd.org (Postfix) with ESMTP id AB6E58FC12 for ; Thu, 22 Mar 2012 07:56:43 +0000 (UTC) To: Kevin Oberman In-reply-to: References: <20120321000058.177F8256@server.theusgroup.com> Comments: In-reply-to Kevin Oberman message dated "Wed, 21 Mar 2012 09:32:47 -0700." Date: Thu, 22 Mar 2012 00:56:43 -0700 From: John Message-Id: <20120322075643.5530E2C9@server.theusgroup.com> Cc: Matthias Gamsjager , freebsd-stable@freebsd.org Subject: Re: powerd and increase in energy need X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2012 07:56:43 -0000 > >If you are trying to reduce power consumption, why are you limiting Cx >states to C2 (which save little) and not C3 (which will save a LOT of >power when the CPU is not heavily loaded). On my previous post I forgot to set kern.hz=100. This change does lower idle power from 71w to 62w. With my hardware, i5-650, using C3 does not result in lower power consumption versus C2. Both states draw exactly the same power. hw.acpi.cpu.cx_lowest: C3 dev.cpu.0.cx_supported: C1/3 C2/205 C3/245 dev.cpu.0.cx_lowest: C3 dev.cpu.1.cx_supported: C1/3 C2/205 C3/245 dev.cpu.1.cx_lowest: C3 dev.cpu.2.cx_supported: C1/3 C2/205 C3/245 dev.cpu.2.cx_lowest: C3 dev.cpu.3.cx_supported: C1/3 C2/205 C3/245 dev.cpu.3.cx_lowest: C3 62w idle power hw.acpi.cpu.cx_lowest: C2 dev.cpu.0.cx_supported: C1/3 C2/205 C3/245 dev.cpu.0.cx_lowest: C2 dev.cpu.1.cx_supported: C1/3 C2/205 C3/245 dev.cpu.1.cx_lowest: C2 dev.cpu.2.cx_supported: C1/3 C2/205 C3/245 dev.cpu.2.cx_lowest: C2 dev.cpu.3.cx_supported: C1/3 C2/205 C3/245 dev.cpu.3.cx_lowest: C2 62w idle power John Theus TheUs Group TheUsGroup.com