This repository has been archived on 2024-04-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
elektron/docs/PowerCappingStrategies.md
Pradyumna Kaushik 66dd017eb9 Updated description of power capping policies.
Updated point in Usage section to indicate that power capping policies
are pluggable.
Mentioned that it is possible to plug in power capping policies.
Added the commandline option as well.
2018-10-05 13:15:07 -04:00

14 lines
No EOL
783 B
Markdown

# Power-Capping Strategies
_Elektron_ is capable of deploying different power capping strategies. The power capping strategy to be plugged in can be specified using the `-powercap` command-line option.
## Power-Capping Policies
* **Extrema** - A dynamic power-capping strategy that is able to make smart trade-offs
between makespan and power consumption. *Extrema* reacts to power trends in the
cluster and restrains the power consumption of the cluster to a power
envelope defined by a high threshold and low threshold.
* **Progressive-Extrema** - A modified version *Extrema* that performs
power-capping in phases. Unlike in *Extrema*, where picking a previously
capped node as a victim resulted in a NO-OP, *Progressive-Extrema* applies
a harsher capping value for that victim.