IJCAI 2022poster6 citations

VMAgent: A Practical Virtual Machine Scheduling Platform

Junjie Sheng, Shengliang Cai, Haochuan Cui, Wenhao Li, Yun Hua, Bo Jin, Wenli Zhou, Yiqiu Hu

Abstract

Virtual machine (VM) scheduling is one of the critical tasks in cloud computing. Many works have attempted to incorporate machine learning, especially reinforcement learning, to empower VM scheduling procedures. Although improved results are shown in several demo simulators, the performances in real-world scenarios are still underexploited. In this paper, we design a practical VM scheduling platform, i.e., VMAgent, to assist researchers in developing their methods on the VM scheduling problem. VMAgent consists of three components: simulator, scheduler, and visualizer. The simulator abstracts three general realistic scheduling scenarios (fading, recovering, and expansion) based on Huawei Cloud’s scheduling data, which is the core of our platform. Flexible configurations are further provided to make the simulator compatible with practical cloud computing architecture (i.e., Multi Non-Uniform Memory Access) and scenarios. Researchers then need to instantiate the scheduler to interact with the simulator, which is also pre-built in various types (e.g., heuristic, machine learning, and operations research) of scheduling algorithms to speed up the algorithm design. The visualizer, as an auxiliary component of the simulator and scheduler, facilitates researchers to conduct an in-depth analysis of the scheduling procedure and comprehensively compare different scheduling algorithms. We believe that VMAgent would shed light on the AI for the VM scheduling community, and the demo video is presented in https://bit.ly/vmagent-demo-video.

Planning and Scheduling: Learning in Planning and SchedulingMachine Learning: Deep Reinforcement LearningPlanning and Scheduling: SchedulingUncertainty in AI: Sequential Decision Making
BibTeX
@inproceedings{ijcai2022p860,
  title     = {VMAgent: A Practical Virtual Machine Scheduling Platform},
  author    = {Sheng, Junjie and Cai, Shengliang and Cui, Haochuan and Li, Wenhao and Hua, Yun and Jin, Bo and Zhou, Wenli and Hu, Yiqiu and Zhu, Lei and Peng, Qian and Zha, Hongyuan and Wang, Xiangfeng},
  booktitle = {Proceedings of the Thirty-First International Joint Conference on
               Artificial Intelligence, {IJCAI-22}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Lud De Raedt},
  pages     = {5944--5947},
  year      = {2022},
  month     = {7},
  note      = {Demo Track},
  doi       = {10.24963/ijcai.2022/860},
  url       = {https://doi.org/10.24963/ijcai.2022/860},
}
VMAgent: A Practical Virtual Machine Scheduling Platform · IJCAI 2022