zoukankan      html  css  js  c++  java
  • [论文笔记] Costs of virtual machine live migration A survey (SERVICES, 2012)

    Timespan: 1.24 - 1. 25
    Anja Strunk, "Costs of Virtual Machine Live Migration: A Survey," services, pp.323-329, 2012 IEEE Eighth World Congress on Services, 2012 (gs:1)

        作者Anja Strunk是德国德累斯顿工业大学(Dresden University of Technology)的scientific assistant,目前在参与FlexCloud (combines competencies in architectures of distributed systems and IT-security with a focus on non-functional properties)的研究。

        这篇论文对虚拟机动态迁移的成本进行了综述,针对的是Pre-Copy迁移方法,将迁移成本分为以下三类:(1)迁移性能(总迁移时间、宕机时间);(2)被迁移VM的性能损失(execution time, throughput);(3)能耗开销(energy overhead)。(S3.A)

    image

        然后在(S3.B)提出了影响这些迁移成本的参数,也分成了三类:(1)物理机器相关参数;(2)VM相关参数;(3)infrastructure相关参数:

    image

        在(S4)中综述了研究迁移成本与各参数关系及建模的文献(多是针对Xen进行研究,没有针对KVM等进行的这方面研究)。

        在(S5)Open Issues章节,作者认为现有的工作多是针对不超过三个参数对性能的影响进行了研究,而没有考虑了整套参数进行研究;因此,尚不存在针对虚拟机动态迁移性能的通用建模。


    其他一些摘录:

    1. hypervisor的定义(SI): a special middleware abstracts from physical hardware resources and provides so called VM acting like real computers with thier own (virtual) hardware resources.

    2. 摘录:

    • “…network card load may also influence performance of VM live migration, but it has not been studied yet.” (S4.A.3)
    • “…detailed studies of energy overhead and performance loss caused by live migration is missing. .”(S6)
  • 相关阅读:
    junit单元测试:@Before、@After
    package打包报错:There are test failures
    报错:程序包com.sun.image.codec.jpeg不存在
    报错:Caused by: java.sql.SQLException: Field 'id' doesn't have a default value
    elementui表格table组件的树形表格
    Linux常用命令
    黑马程序员hibernate2017版4天的讲义免费下载
    腾讯云服务器如何开放端口?
    文本编辑器中使用正则表达式进行替换的示例
    Lambda表达式
  • 原文地址:https://www.cnblogs.com/yuquanlaobo/p/2873381.html
Copyright © 2011-2022 走看看