8000 GitHub - imperial-qore/COSCO at ggcn
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[TPDS'21] COSCO: Container Orchestration using Co-Simulation and Gradient Based Optimization for Fog Computing Environments

License

Notifications You must be signed in to change notification settings

imperial-qore/COSCO

 
 

Repository files navigation

License Python 3.7, 3.8 Hits Actions Status
Docker pulls yolo Docker pulls pocketsphinx Docker pulls aeneas

HUNTER

The worldwide adoption of cloud data centers (CDCs) has given rise to the ubiquitous demand for hosting application services on the cloud. Further, contemporary data-intensive industries have seen a sharp upsurge in the resource requirements of modern applications. This has led to the provisioning of an increased number of cloud servers, giving rise to higher energy consumption and, consequently, sustainability concerns. Traditional heuristics and reinforcement learning based algorithms for energy-efficient cloud resource management address the scalability and adaptability related challenges to a limited extent. Existing work often fails to capture dependencies across thermal characteristics of hosts, resource consumption of tasks and the corresponding scheduling decisions. This leads to poor scalability and an increase in the compute resource requirements, particularly in environments with non-stationary resource demands. To address these limitations, we propose an artificial intelligence (AI) based holistic resource management technique for sustainable cloud computing called HUNTER. The proposed model formulates the goal of optimizing energy efficiency in data centers as a multi-objective scheduling problem, considering three important models: energy, thermal and cooling. HUNTER utilizes a Gated Graph Convolution Network as a surrogate model for approximating the Quality of Service (QoS) for a system state and generating optimal scheduling decisions. Experiments on simulated and physical cloud environments using the CloudSim toolkit and the COSCO framework show that HUNTER outperforms state-of-the-art baselines in terms of energy consumption, SLA violation, scheduling time, cost and temperature by up to 12, 35, 43, 54 and 3 percent respectively.

Quick Start Guide

To run the COSCO framework, install required packages using

python3 install.py

To run the code with the required scheduler, modify line 106 of main.py to one of the several options including LRMMTR, RF, RL, RM, Random, RLRMMTR, TMCR, TMMR, TMMTR, GA, GOBI.

scheduler = GGCNScheduler('energy_latency_'+str(HOSTS))

To run the simulator, use the following command

python3 main.py

Wiki

Access the wiki for detailed installation instructions, implementing a custom scheduler and replication of results. All execution traces and training data is available at Zenodo under CC License.

Arxiv preprint

https://arxiv.org/abs/2110.05529.

Cite this work

@article{tuli2021hunter,
  title={{HUNTER: AI based Holistic Resource Management for Sustainable Cloud Computing}},
  author={Tuli, Shreshth and Gill, Sukhpal Singh and Xu, Minxian and Garraghan, Peter and Bahsoon, Rami and Dustdar, Scharam and Sakellariou, Rizos and Rana, Omer and Buyya, Rajkumar and Casale, Giuliano and others},
  journal={Journal of Systems and Software},
  year={2021}
}

License

BSD-3-Clause. Copyright (c) 2021, Shreshth Tuli. All rights reserved.

See License file for more details.

About

[TPDS'21] COSCO: Container Orchestration using Co-Simulation and Gradient Based Optimization for Fog Computing Environments

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  
0