Difference between revisions of "DVFS"

From esoterum.org
Jump to: navigation, search
(Switching Overhead)
(Switching Overhead)
Line 3: Line 3:
  
 
=== Switching Overhead ===
 
=== Switching Overhead ===
 +
*Johan De Gelas. [http://www.anandtech.com/print/2919 Dynamic Power Management: A Quantitative Approach]. Online: AnandTech.com. January 18, 2010.
 +
 +
:-Xeon C-state transition times
 +
:-P-state frequency example, (10 133MHz steps from 1.2GHz to 2.53Ghz)
 +
 
*[http://acpi.sourceforge.net/documentation/processor.html Getting c-state and p-state info in linux]
 
*[http://acpi.sourceforge.net/documentation/processor.html Getting c-state and p-state info in linux]
  

Revision as of 16:17, 29 August 2010

DVFS, Wikipedia An article that need to be written.

Switching Overhead

-Xeon C-state transition times
-P-state frequency example, (10 133MHz steps from 1.2GHz to 2.53Ghz)
-p. 168: "Processor core (including shared cache) is unavailable for less than 2us during the frequency transition."
Power consumption table for 5600 by C-state
-p. 167: "Processor C-State Power Specifications" table power consumption by C-state
Power consumption table for several processors at different power management C-states
-20us transition overhead for all C-states?
-Overview charts on C-State configuration details wakeup times and power consumption
-Gives wakeup times, but don't know where they came from
-example power performance by P-states

DVFS Project Resources

Concise references for DVFS project from 2003 using speedstep on an IBM Thinkpad
Good linux kernel reference
  • Topic: Addressing the power cost of switching overhead in DVFS processors.

Experimental Setup

DVFS Papers

Prediction and switching overhead

DVFS in Linux