From b162289388d579c2c3257903ee22fa02d8081fa7 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Sat, 6 Oct 2018 20:09:39 -0700 Subject: [PATCH] Adding published research to readme. --- CONTRIBUTORS | 4 ++++ README.md | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 CONTRIBUTORS diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..def72aa --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,4 @@ +Renan DelValle +Abhishek Jain +Pradyumna Kaushik +Akash Kothawale diff --git a/README.md b/README.md index 39eaa6a..e42e754 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ _Elektron_ is comprised of three main components: _Task Queue_, _Scheduler_ and * **Scheduler** - Matches tasks' resource requirements with Mesos resource offers. Tasks that matched offers are then launched on the corresponding nodes. * **Power Capper** - The Power Capper monitors the power consumption of the nodes in the cluster through the use of [Performance Co-Pilot](http://pcp.io/). A power capping policy uses this information and decides to power cap or power uncap one or more nodes in the cluster using [RAPL](https://01.org/blogs/2014/running-average-power-limit--rapl). +## Published Research using Elektron +* Pradyumna Kaushik, Akash Kothawale, Renan DelValle, Abhishek Jain, Madhusudhan Govindaraju, “Analysis of Dynamically Switching Energy-Aware Scheduling Policies for Varying Workloads”, in the 11th IEEE International Conference on Cloud Computing (IEEE Cloud), 2018. +* Renan Delvalle, Pradyumna Kaushik, Abhishek Jain, Jessica Hartog, Madhusudhan Govindaraju, “Exploiting Efficiency Opportunities Based on Workloads with Electron on Heterogeneous Clusters”, in the The 10th IEEE/ACM International Conference on Utility and Cloud Computing (UCC 2017), 2017. +* Renan DelValle, Abhishek Jain, Pradyumna Kaushik, Jessica Hartog, Madhusudhan Govindaraju, “Electron: Towards Efficient Resource Management on Heterogeneous Clusters with Apache Mesos”, in the IEEE International Conference on Cloud Computing (CLOUD), Applications Track, 2017 + +Note: Elektron was previously known as Electron. We decided to change the name of the framework to avoid confusion with other projects named Electron. + ## Features * [Pluggable Scheduling Policies](docs/SchedulingPolicies.md) * [Pluggable Power-Capping strategies](docs/PowerCappingStrategies.md)