From owner-freebsd-stable@FreeBSD.ORG Thu Jan 12 23:54:32 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70AF916A41F for ; Thu, 12 Jan 2006 23:54:32 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F97043D48 for ; Thu, 12 Jan 2006 23:54:31 +0000 (GMT) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1ExCGl-0004RG-00; Fri, 13 Jan 2006 00:54:15 +0100 Date: Fri, 13 Jan 2006 00:54:15 +0100 To: Daniel O'Connor Message-ID: <20060112235415.GA16467@poupinou.org> References: <43C5A261.1020407@rogers.com> <43C5F328.4030507@rogers.com> <20060112134013.GC22983@poupinou.org> <200601131010.59992.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601131010.59992.doconnor@gsoft.com.au> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: Mike Jakubik , freebsd-stable@freebsd.org Subject: Re: powerd effectiveness 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, 12 Jan 2006 23:54:32 -0000 On Fri, Jan 13, 2006 at 10:10:51AM +1030, Daniel O'Connor wrote: > On Fri, 13 Jan 2006 00:10, Bruno Ducrot wrote: > > > Thats the correct one, it is 75mhz. I was suspecting hardwares > > > limitations in terms of modulating the frequency quickly enough. Just > > > wanted to make sure. > > > > What you have noticed is acpi_throttle(4). The combinaison of > > some VIA chipset and AMD processors give 16 frequencies. > > powerd(8) is not designed for thermal stuff, and will never be. > > It's up to acpi_thermal(4) to cool the processor if needed. > > > > Note that I think acpi_throttle(4) can only be used for cooling a > > processor. I don't think it is usefull for power comsuption at all for > > which > > powerd(4) is designed. Some other people may have different opinion of > > course. > > I don't see how reducing power consumption could NOT affect the temperature. > > Nearly all of the energy going into the CPU is disipated as heat. Of course. But the goal of powerd is to reduce power comsuption with nearly no visible impact on performance. This imply that if the runpercent is nearly 100%, then the processor will be put to full frequency even though this can imply an overheat situation. The role of acpi_thermal is to reduce frequency if the processor is too hot, and this imply performance loss if runpercent is high. > > You may also want to check if sysutlis/fvcool can help you if setting > > the above sysctl is not possible (but don't mix the two). > > How come? > (I am just curious :) > > -- > Daniel O'Connor software and network engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum > GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.