带预记录的虚拟机实时迁移及PDoPMP分析内存访问趋势

Z. Shan, Jianzhong Qiao, Shukuan Lin
{"title":"带预记录的虚拟机实时迁移及PDoPMP分析内存访问趋势","authors":"Z. Shan, Jianzhong Qiao, Shukuan Lin","doi":"10.1109/PDCAT.2017.00038","DOIUrl":null,"url":null,"abstract":"The virtual machine (VM) live migration could achieve VM redistribution among distributed system hosts without reducing normal working performance. Post-copy is one of the wildly used VM live migration algorithm and has lots of advantages, such as less total migration time, less downtime, lower network overhead and so on. Its disadvantage is that the VM will be suspended frequently due to the page faults caused by the incomplete memory while VM is restored to run on destination host, which may lead to an extremely negative affect on VM work efficiency. To solve this problem, this paper proposes the pre-record algorithm. Pre-record extends the VM execution on source host, records the accessed memory pages during this period to obtain pre-recorded page set (PPS), and preferentially completes the migration of PPS to avoid page faults as much as possible. It also proposes PDoPMP algorithm to analysis the trend of the trajectory of memory address in PPS, in order to further expand the predict range of memory pages. The experimental results show that the pre-record has better efficiency than traditional post-copy, especially after combining with PDoPMP. It could obviously reduce the page faults number and then the total VM migration time without prolonging the downtime, and could improve VM migration efficiency under different workload and network conditions.","PeriodicalId":119197,"journal":{"name":"2017 18th International Conference on Parallel and Distributed Computing, Applications and Technologies (PDCAT)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2017-12-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"1","resultStr":"{\"title\":\"Live Migration of Virtual Machine with Pre-Record and Use PDoPMP to Analyse Memory Access Trend\",\"authors\":\"Z. Shan, Jianzhong Qiao, Shukuan Lin\",\"doi\":\"10.1109/PDCAT.2017.00038\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"The virtual machine (VM) live migration could achieve VM redistribution among distributed system hosts without reducing normal working performance. Post-copy is one of the wildly used VM live migration algorithm and has lots of advantages, such as less total migration time, less downtime, lower network overhead and so on. Its disadvantage is that the VM will be suspended frequently due to the page faults caused by the incomplete memory while VM is restored to run on destination host, which may lead to an extremely negative affect on VM work efficiency. To solve this problem, this paper proposes the pre-record algorithm. Pre-record extends the VM execution on source host, records the accessed memory pages during this period to obtain pre-recorded page set (PPS), and preferentially completes the migration of PPS to avoid page faults as much as possible. It also proposes PDoPMP algorithm to analysis the trend of the trajectory of memory address in PPS, in order to further expand the predict range of memory pages. The experimental results show that the pre-record has better efficiency than traditional post-copy, especially after combining with PDoPMP. It could obviously reduce the page faults number and then the total VM migration time without prolonging the downtime, and could improve VM migration efficiency under different workload and network conditions.\",\"PeriodicalId\":119197,\"journal\":{\"name\":\"2017 18th International Conference on Parallel and Distributed Computing, Applications and Technologies (PDCAT)\",\"volume\":\"4 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2017-12-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"1\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2017 18th International Conference on Parallel and Distributed Computing, Applications and Technologies (PDCAT)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/PDCAT.2017.00038\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2017 18th International Conference on Parallel and Distributed Computing, Applications and Technologies (PDCAT)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/PDCAT.2017.00038","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 1

摘要

虚拟机热迁移可以在不影响系统正常工作性能的前提下,实现虚拟机在分布式系统主机之间的重新分配。后拷贝是目前广泛使用的虚拟机动态迁移算法之一,具有总迁移时间短、停机时间短、网络开销低等优点。缺点是当虚拟机恢复到目标主机上运行时,会频繁出现内存不完整导致的页面故障,导致虚拟机挂起,对虚拟机的工作效率有极大的负面影响。为了解决这一问题,本文提出了预记录算法。预记录扩展虚拟机在源主机上的执行,记录这段时间内访问的内存页面,获取预记录页面集PPS (prerecorded page set),优先完成PPS的迁移,尽可能避免页面故障。提出了PDoPMP算法来分析PPS中内存地址轨迹的变化趋势,以进一步扩大内存页面的预测范围。实验结果表明,预记录比传统的后拷贝具有更高的效率,特别是与PDoPMP结合后。在不延长停机时间的情况下,可以明显减少页面错误数,进而减少虚拟机迁移总时间,提高不同工作负载和网络条件下的虚拟机迁移效率。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
查看原文
分享 分享
微信好友 朋友圈 QQ好友 复制链接
本刊更多论文
Live Migration of Virtual Machine with Pre-Record and Use PDoPMP to Analyse Memory Access Trend
The virtual machine (VM) live migration could achieve VM redistribution among distributed system hosts without reducing normal working performance. Post-copy is one of the wildly used VM live migration algorithm and has lots of advantages, such as less total migration time, less downtime, lower network overhead and so on. Its disadvantage is that the VM will be suspended frequently due to the page faults caused by the incomplete memory while VM is restored to run on destination host, which may lead to an extremely negative affect on VM work efficiency. To solve this problem, this paper proposes the pre-record algorithm. Pre-record extends the VM execution on source host, records the accessed memory pages during this period to obtain pre-recorded page set (PPS), and preferentially completes the migration of PPS to avoid page faults as much as possible. It also proposes PDoPMP algorithm to analysis the trend of the trajectory of memory address in PPS, in order to further expand the predict range of memory pages. The experimental results show that the pre-record has better efficiency than traditional post-copy, especially after combining with PDoPMP. It could obviously reduce the page faults number and then the total VM migration time without prolonging the downtime, and could improve VM migration efficiency under different workload and network conditions.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
期刊最新文献
Implementing Algorithmic Skeletons with Bulk Synchronous Parallel ML Managing Bytecode and ISA Compatibility with an Enhanced Toolchain Improved Online Algorithms for One-Dimensional BinPacking with Advice A Case Study in Higher Education Domain Based on a Prototype for Business Process Models Improvement: BPMoQualAssess NMFDIV: A Nonnegative Matrix Factorization Approach for Search Result Diversification on Attributed Networks
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
已复制链接
已复制链接
快去分享给好友吧!
我知道了
×
扫码分享
扫码分享
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1