From owner-freebsd-questions@FreeBSD.ORG Sat Nov 9 00:08:37 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACF2D8D3 for ; Sat, 9 Nov 2013 00:08:37 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DEE829B6 for ; Sat, 9 Nov 2013 00:08:37 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id rA908Rpe084912; Fri, 8 Nov 2013 17:08:27 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id rA908R0A084909; Fri, 8 Nov 2013 17:08:27 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 8 Nov 2013 17:08:26 -0700 (MST) From: Warren Block To: aurfalien Subject: Re: CPU Turbo mode In-Reply-To: <4A2AEF45-5185-4ED7-98BD-B6975C79A5B9@gmail.com> Message-ID: References: <70EC0F10-FAD0-4EA6-8C1F-A95B1C786B7B@gmail.com> <20131031153757.GG63947@dan.emsphone.com> <4A2AEF45-5185-4ED7-98BD-B6975C79A5B9@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Fri, 08 Nov 2013 17:08:27 -0700 (MST) Cc: Dan Nelson , FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Nov 2013 00:08:37 -0000 On Fri, 8 Nov 2013, aurfalien wrote: > > On Oct 31, 2013, at 8:37 AM, Dan Nelson wrote: > >> In the last episode (Oct 30), aurfalien said: >>> Hi all, >>> >>> I've powerd enabled and see this message often when running powerd -v; >>> >>> current freq 2201 MHz ( 0), wanted freq 4402 MHz >>> >>> Were is the 4402 value gotten from, is it a turbo value and if so, why is >>> it not boosting? >> >> Depending on your settings, powerd will try and raise the clock rate at >> different rates based on system load. 4402 is simply double the current >> clock rate, which probably means your system is busy and powerd is trying to >> quickly raise the clock rate. It doesn't bother capping the target value at >> the maximum, though, since it'll find out a bit later in the code when it >> actually tries to set a new clockrate and realizes that it's already at max. > > I found that my CPU, while at 2.2GHz standard can boost to 2.7GHz. > > However powerd never shows it at 2.7GHz. > > Is there a way to some how get the turbo mode working in FreeBSD? > > Its enabled in BIOS. When it shows 2201, it's in Turbo mode. I don't know if there is anywhere that shows the actual speed of the single core that is going faster.