From 4051aa1fb3c829a2ab5b1f6c2ae36fcc665194fc Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Thu, 28 Sep 2017 15:50:55 -0400 Subject: [PATCH] changed the named of the scheduling policy documentation to SchedulingPolicies.md. Also, added a documentation for power-capping strategies called PowerCappingStrategies.md --- power-capping/PowerCappingStrategies.md | 13 +++++++++++++ schedulers/{README.md => SchedulingPolicies.md} | 0 2 files changed, 13 insertions(+) create mode 100644 power-capping/PowerCappingStrategies.md rename schedulers/{README.md => SchedulingPolicies.md} (100%) diff --git a/power-capping/PowerCappingStrategies.md b/power-capping/PowerCappingStrategies.md new file mode 100644 index 0000000..e339c18 --- /dev/null +++ b/power-capping/PowerCappingStrategies.md @@ -0,0 +1,13 @@ +Elektron: Power-Capping Strategies +================================== + +##__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. \ No newline at end of file diff --git a/schedulers/README.md b/schedulers/SchedulingPolicies.md similarity index 100% rename from schedulers/README.md rename to schedulers/SchedulingPolicies.md