作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程

• 开发研究与工程应用 • 上一篇    下一篇

基于概率预测的改进虚拟机内存预拷贝方法

陈廷伟,姜雅楠   

  1. (辽宁大学信息学院,沈阳 110036)
  • 收稿日期:2014-10-28 出版日期:2015-07-15 发布日期:2015-07-15
  • 作者简介:陈廷伟(1976-),男,教授、博士、CCF会员,主研方向:云计算,虚拟化技术,智能交通;姜雅楠,硕士研究生。
  • 基金资助:
    国家自然科学基金资助项目(61174115);辽宁省教育厅科学研究基金资助一般项目(L2011004)。

Improved Memory Pre-copy Method of Virtual Machine Based on Probability Prediction

CHEN Tingwei,JIANG Yanan   

  1. (College of Information,Liaoning University,Shenyang 110036,China)
  • Received:2014-10-28 Online:2015-07-15 Published:2015-07-15

摘要: 预拷贝技术实现了虚拟机的透明移动,但在迭代过程中一些内存页会被反复拷贝,使用概率预测方法可以减少传输的内存页数量,但预测所需的时间仍会延长总迁移时间。针对此问题,提出快速预测预拷贝方法,对内存页状态改变的概率进行测算,并推迟状态频繁变化页的传输,达到优化虚拟机实时迁移的目的。应用于Xen虚拟机的实验结果表明,该方法可减少传输的内存页,缩短总迁移时间。

关键词: 概率预测, 预拷贝, 虚拟机, 实时迁移, 总迁移时间

Abstract: Virtual Machine(VM)is moved transparently by pre-copy.The pre-copy transfers memory pages iteratively and some memory pages are copied again and again during the iterative process.Although the probability prediction method can reduce the number of transferred memory pages,the prediction time is still too long.For this problem,Fast Prediction Pre-copy(FPP)is proposed,to calculate the probability of pages which are modified and then put off the transmission time of them,achieving the purpose of optimizing the real-time migration of VM.Applying the above method to Xen,experimental results show that this method shortens the total migration time and transferred memory pages,and reduces the migration overhead.

Key words: probability prediction, pre-copy, Virtual Machine(VM), real-time migration, total migration time

中图分类号: