Skip to main content
QUICK REVIEW

[论文解读] Virtual Machine Migration Enabled Cloud Resource Management: A Challenging Task

Misbah Liaqat, Shalini Ninoriya|arXiv (Cornell University)|Jan 15, 2016
Cloud Computing and Resource Management参考文献 27被引用 23
一句话总结

本文提出一种基于队列的虚拟机迁移模型,通过根据紧迫性对内存页进行优先级排序,优化云数据中心中的实时迁移,减少网络带宽使用和系统开销。该模型将内存页动态分类为优先级队列,并使用轮转调度器优先传输高优先级页面,从而提高迁移效率,最小化服务等级协议(SLA)违规,同时保持公平性和资源利用率。

ABSTRACT

Virtualization technology reduces cloud operational cost by increasing cloud resource utilization level. The incorporation of virtualization within cloud data centers can severely degrade cloud performance if not properly managed. Virtual machine (VM) migration is a method that assists cloud service providers to efficiently manage cloud resources while eliminating the need of human supervision. VM migration methodology migrates current-hosted workload from one server to another by either employing live or non-live migration pattern. In comparison to non-live migration, live migration does not suspend application services prior to VM migration process. VM migration enables cloud operators to achieve various resource management goals, such as, green computing, load balancing, fault management, and real time server maintenance. In this paper, we have thoroughly surveyed VM migration methods and applications. We have briefly discussed VM migration applications. Some open research issues have been highlighted to represent future challenges in this domain. A queue based migration model has been proposed and discussed to efficiently migrate VM memory pages.

研究动机与目标

  • 解决虚拟机实时迁移过程中高网络带宽消耗和系统资源开销的挑战。
  • 通过智能虚拟机迁移提高云数据中心的能效和资源利用率。
  • 通过优化迁移期间内存页的传输顺序,减少SLA违规。
  • 开发一种轻量级、自适应的迁移模型,以维持性能和公平性。
  • 提出一种三维队列模型,以实现有效的虚拟机迁移决策。

提出的方法

  • 根据目标主机上执行的紧迫性,将虚拟机内存页划分为多个优先级类别。
  • 采用优先级队列结构,优先传输高优先级页面(例如,需立即使用的页面)。
  • 使用轮转调度机制,公平地为不同优先级队列分配时间片。
  • 引入决策引擎,选择并触发从特定队列中迁移页面,直至被中断。
  • 根据实时系统、应用和服务需求,自适应地更新队列优先级。
  • 与现有迁移技术(如压缩和去重)集成,以减少带宽使用。

实验结果

研究问题

  • RQ1如何优化虚拟机迁移,以减少实时迁移过程中的网络带宽消耗?
  • RQ2内存页优先级划分对迁移效率和SLA合规性有何影响?
  • RQ3动态队列模型如何提升虚拟机迁移中的公平性和响应能力?
  • RQ4自适应优先级分配在最小化系统资源开销方面发挥什么作用?
  • RQ5轻量级队列模型如何支持高效节能且可扩展的云资源管理?

主要发现

  • 所提出的基于队列的模型通过仅优先传输最关键的内存页,减轻了网络带宽压力。
  • 动态优先级分配可加快关键页面的迁移,提升响应速度并减少停机时间。
  • 轮转调度机制确保了不同虚拟机和迁移任务之间的公平性。
  • 该模型通过实现更快、更可预测的迁移并降低系统资源消耗,支持能效提升。
  • 通过智能页面选择和传输顺序优化,该方法最大限度减少了SLA违规,维持了服务质量。
  • 该模型为集成现有优化技术(如压缩和去重)提供了可扩展的基础。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。