<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Configuring Windows Server 2008 Power Parameters for Increased Power Efficiency</title><link>http://blogs.technet.com/b/winserverperformance/archive/2008/12/04/configuring-windows-server-2008-power-parameters-for-increased-power-efficiency.aspx</link><description>Matthew Robben here, I’m a Program Manager on the Windows Server Performance team and my primary responsibility is Windows Server power management. Server power efficiency is a topic of considerable importance – in today’s difficult economy, IT organizations</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Configuring Windows Server 2008 Power Parameters for Increased Power Efficiency</title><link>http://blogs.technet.com/b/winserverperformance/archive/2008/12/04/configuring-windows-server-2008-power-parameters-for-increased-power-efficiency.aspx#3261860</link><pubDate>Tue, 07 Jul 2009 13:11:12 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3261860</guid><dc:creator>winsrvperf</dc:creator><description>&lt;p&gt;Indeed, you're right! Thanks for the sharp eyes, Asmus. I corrected this inline in the article.&lt;/p&gt;
&lt;p&gt;~Matt Robben&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3261860" width="1" height="1"&gt;</description></item><item><title>re: Configuring Windows Server 2008 Power Parameters for Increased Power Efficiency</title><link>http://blogs.technet.com/b/winserverperformance/archive/2008/12/04/configuring-windows-server-2008-power-parameters-for-increased-power-efficiency.aspx#3261120</link><pubDate>Fri, 03 Jul 2009 22:10:52 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3261120</guid><dc:creator>Asmus</dc:creator><description>&lt;p&gt;Thanks for the excellent article!&lt;/p&gt;
&lt;p&gt;If I understand the powercfg syntax correctly, I believe there's an error above under &amp;quot;Changing P-State Parameters with Powercfg.exe&amp;quot;&lt;/p&gt;
&lt;p&gt;In the first few sample commands, you're working on the index value &amp;quot;1&amp;quot; -- which I believe stands for a &amp;quot;Power Saver&amp;quot; policy, running on DC/battery. &amp;nbsp;For example: &lt;/p&gt;
&lt;p&gt;powercfg /getpossiblevalue sub_processor procperf 1&lt;/p&gt;
&lt;p&gt;However, when you apply the changes later, you switch to Index value 2, which is the Balanced policy (AC power) that I believe you were actually intending to change:&lt;/p&gt;
&lt;p&gt;&amp;gt;powercfg /setpossiblevalue /sub_processor /procperf 2 binary (and so on)&lt;/p&gt;
&lt;p&gt;The above commands do work, but users will have no record of what the value was in their &amp;quot;Balanced&amp;quot; power setting before making the changes, since that value is not output beforehand in your example.&lt;/p&gt;
&lt;p&gt;Or did I misunderstand something?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3261120" width="1" height="1"&gt;</description></item><item><title>re: Configuring Windows Server 2008 Power Parameters for Increased Power Efficiency</title><link>http://blogs.technet.com/b/winserverperformance/archive/2008/12/04/configuring-windows-server-2008-power-parameters-for-increased-power-efficiency.aspx#3232213</link><pubDate>Wed, 29 Apr 2009 02:35:05 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3232213</guid><dc:creator>winsrvperf</dc:creator><description>&lt;p&gt;Good question, new learner - the underlying algorithm and how these percentages are interpreted is a bit confusing. CPU usage does not map directly to the increase and decrease percentages. &amp;nbsp;I want to avoid getting into detailed specifics (see footnote under table 1) as our algorithm for determining P-state changes is proprietary. But a bit more detail is appropriate. :)&lt;/p&gt;
&lt;p&gt;When Windows boots, the OS and hardware communicate P-state availability through ACPI. The OS builds a table of performance states as a percentage of maximum processor frequency. &lt;/p&gt;
&lt;p&gt;The algorithm uses the current utilization, current p-state, and next highest and lowest P-states (if any) to determine if a state switch should occur. Because we are determining the increase and decrease thresholds using the P-states above and below the current state, the algorithm can be designed so that there is no competition between the increase and decrease thresholds.&lt;/p&gt;
&lt;p&gt;So in the scenario you're referring to, a CPU utilization of 40% means nothing by itself. The algorithm would need to evaluate its current P-state and surrounding P-states to determine if a change is necessary using the increase and decrease percentages specified by the user. &lt;/p&gt;
&lt;p&gt;Note that 40% utilization != 40% of maximum frequency. This raises another issue, that % utilization is actually dependent on processor state. 40% utilization at P0 means something very different from 40% utilization at Pn (P0 has more cycles per unit time than Pn, so Pn has higher % utilization for the same workload). We are targeting this topic for a future blog post. Stay tuned and thanks for reading!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3232213" width="1" height="1"&gt;</description></item><item><title>re: Configuring Windows Server 2008 Power Parameters for Increased Power Efficiency</title><link>http://blogs.technet.com/b/winserverperformance/archive/2008/12/04/configuring-windows-server-2008-power-parameters-for-increased-power-efficiency.aspx#3231768</link><pubDate>Tue, 28 Apr 2009 09:44:22 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3231768</guid><dc:creator>new learner</dc:creator><description>&lt;p&gt;The default parameter set increase percent-30% and decrease percent-50%. What will happen if the CPU usage is 40%? If there will be any competition?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3231768" width="1" height="1"&gt;</description></item><item><title>Configuring Windows Server 2008 Power Parameters for Increased Power Efficiency</title><link>http://blogs.technet.com/b/winserverperformance/archive/2008/12/04/configuring-windows-server-2008-power-parameters-for-increased-power-efficiency.aspx#3166106</link><pubDate>Wed, 10 Dec 2008 08:59:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3166106</guid><dc:creator>Software Enabled Earth</dc:creator><description>&lt;p&gt;The Windows Server performance team has posted a great blog on best practices for tuning Windows Server&lt;/p&gt;
&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3166106" width="1" height="1"&gt;</description></item><item><title>Windows Server 2008: Configuring Power Parameters for Increased Power Efficiency</title><link>http://blogs.technet.com/b/winserverperformance/archive/2008/12/04/configuring-windows-server-2008-power-parameters-for-increased-power-efficiency.aspx#3164213</link><pubDate>Fri, 05 Dec 2008 10:53:17 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3164213</guid><dc:creator>Windows Server 2008: Configuring Power Parameters for Increased Power Efficiency</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.ditii.com/2008/12/04/windows-server-2008-configuring-power-parameters-for-increased-power-efficiency/"&gt;http://www.ditii.com/2008/12/04/windows-server-2008-configuring-power-parameters-for-increased-power-efficiency/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3164213" width="1" height="1"&gt;</description></item></channel></rss>