[jacob]
Name:

Comment:

Anti-spam bullshit [important: do this or your response will fail]
Check this
Uncheck this
Don't check this

Dec 2 2008, 4:18 AM
I've been meaning to post my thesis for a while, but hadn't because I've for some reason been paranoid about intellectual property issues. These worries, of course, were unfounded, so here you are:

Optimizing Live Virtual Machine Migrations using Content­-based Page Hashes
Virtualization systems such as VMware ESX Server use content-based page hashing to help identify duplicate memory pages within virtual machines. Such duplicate pages, once identified, can then be mapped copy-on-write to a single page in physical RAM, thus saving memory in a manner that is transparent to the virtual machine. The page hashes that are collected in this process can be further utilized. This thesis demonstrates how these page hashes can be used to reduce the time required to migrate running virtual machines from one physical machine to another. Normally, this is done by sending the virtual machine state and all memory contents from the source to destination machine. However, since some memory pages may already be present on the destination, it is possible to reduce the number of pages sent (and therefore total migration time and bandwidth used), by sending only a compact hash instead of the full contents for each page likely to be present on the destination machine. This thesis accomplishes this by creating a database of canonical or “standard” pages to determine which pages can be safely sent as only a hash. Tests of the system demonstrate up to 70% reduction in migration time in idealized workloads, 40% reduction in some realistic workloads, and minimal slowdown in some pathological cases.

The full document

2009-01-23 16:06:54