Skip to main content
SHARE
Publication

Efficient Checkpointing of Virtual Machines using Virtual Machine Introspection...

by Ferrol Aderholdt, Fang Han, Stephen L Scott, Thomas J Naughton Iii
Publication Type
Conference Paper
Publication Date
Page Numbers
414 to 423
Conference Name
International Symposium on Cluster, Cloud and Grid Computing~(CCGrid)
Conference Location
Chicago, Illinois, United States of America
Conference Sponsor
IEEE/ACM
Conference Date
-

Cloud Computing environments rely heavily on system-level virtualization. This is due to the inherent benefits of virtualization including fault tolerance through checkpoint/restart (C/R) mechanisms. Because clouds are the abstraction of large data centers and large data centers have a higher potential for failure, it is imperative that a C/R mechanism for such an environment provide minimal latency as well as a small checkpoint file size. Recently, there has been much research into C/R with respect to virtual machines (VM) providing excellent solutions to reduce either checkpoint latency or checkpoint file size. However, these approaches do not provide both. This paper presents a method of checkpointing VMs by utilizing virtual machine introspection (VMI). Through the usage of VMI, we are able to determine which pages of memory within the guest are used or free and are better able to reduce the amount of pages written to disk during a checkpoint. We have validated this work by using various benchmarks to measure the latency along with the checkpoint size. With respect to checkpoint file size, our approach results in file sizes within 24% or less of the actual used memory within the guest. Additionally, the checkpoint latency of our approach is up to 52% faster than KVM’s default method.