Power management
From Wikipedia, the free encyclopedia
Power management is a feature of some electrical appliances, especially copiers and computer peripherals such as monitors and printers, that turns off the power or switches the system to a low-power state after a period of inactivity. APM has been superseded by ACPI. All recent computers have ACPI support.
Contents |
[edit] Motivations
Power management for computer systems are desired for many reasons, particularly:
- For portable and embedded systems: to prolong battery life and reduce heat dissipation.
- For desktop systems: reduce cooling requirement and reduce noise.
- For supercomputers: reduce operating costs from energy and cooling.
Lower power consumption also means low heat dissipation, which increases system stability.
[edit] Processor level techniques
The power management for microprocessors could be done over the whole processors or some fine-grain areas.
For global power control, there are:
- Dynamic Voltage and Frequency Scaling (DVFS: an energy-saving technique that consists of varying the frequency and voltage of a microprocessor in realtime according to processing needs.
- Intel SpeedStep, AMD Cool'n'Quiet, AMD PowerNow!, VIA PowerSaver: allows the clock speed of a processor to be dynamically changed depending on workload levels.
Newer Intel Core processors support ultra-fine power control over the function units within the processors.
[edit] Operating system level: Hibernation
When computer system hibernates it dumps the entire contents of the RAM to disk and powers down the entire machine. On startup it quickly reloads the data. It allows the system to be completely powered off while in hibernate mode. This requires a file the size of the installed RAM to be placed in the system's root directory, using up space even when not in hibernate mode. Hibernate mode is enabled by default in some versions of Windows and can be disabled in order to recover this disk space.
[edit] See also
- DVFS Dynamic Voltage and Frequency Scaling for processors.
- Advanced Power Management (APM)
- Advanced Configuration and Power Interface (ACPI)
- VESA Display Power Management Signaling (DPMS)
- Energy Star
- Hibernate
- Green computing and Green energy