SlideShare una empresa de Scribd logo
1 de 3
Descargar para leer sin conexión
Quantitative Comparison of Xen and KVM

    Todd Deshane,                       Muli Ben-Yehuda                     Amit Shah                           Balaji Rao
   Zachary Shepherd,                IBM Haifa Research Lab          Qumranet           National Institute of
  Jeanna N. Matthews                Haifa University Campus B-15, Ambience Empyrean  Technology Karnataka
                                   Mount Carmel, Haifa 31905  64/14 Empress County   Surathkal 575014 India
    Computer Science
                                             Israel          Behind Empress Gardens
    Clarkson University
                                                                Pune 411001 India
                                                                                    balajirrao@gmail.com
 Potsdam, NY 13699 USA                  muli@il.ibm.com
 {deshantm, shephezj,                                                     amit.shah@
  jnm}@clarkson.edu                                                      qumranet.com


ABSTRACT                                                              For our initial set of tests, the experimental setup consisted of
We present initial results from and quantitative analysis of two      Ubuntu Linux 8.04 AMD64 on the base machine. The Linux
leading open source hypervisors, Xen and KVM. This study              kernel 2.6.24-18, Xen 3.2.1+2.6.24-18-xen, and KVM 62 were
focuses on the overall performance, performance isolation, and        all installed from Ubuntu packages. All guests were
scalability of virtual machines running on these hypervisors. Our     automatically created by a benchvm script that called debootstrap
comparison was carried out using a benchmark suite that we            and installed Ubuntu 8.04 AMD64. The guests were then started
developed to make the results easily repeatable. Our goals are to     with another benchvm script that passed the appropriate kernel
understand how the different architectural decisions taken by         (2.6.24-18-xen for Xen and 2.6.24-18 for KVM). The hardware
different hypervisor developers affect the resulting hypervisors,     system was a Dell OptiPlex 745 with a 2.4 GHz Intel Core 2
to help hypervisor developers realize areas of improvement for        CPU 6600, 4 GB of RAM, 250 GB hard drive, and two 1 Gigabit
their hypervisors, and to help users make informed decisions          Ethernet cards. Test results from more software versions and
about their choice of hypervisor.                                     hardware configurations are reported on our Benchvm Results
                                                                      website [9].

1. INTRODUCTION                                                       Our benchmark testing focuses on three pillars of virtualization
IT professionals, developers, and other users of virtualization on    benchmarking: overall performance, performance isolation, and
Linux often look for quantitative results to compare their            scalability. We discuss the testing process and present our
hypervisor options. In this study, we compare two open source         quantitative results from the tests in each of these categories. Due
hypervisors: the established Xen hypervisor and the more recent       to space limitations, we then briefly mention related work and list
Kernel-based Virtual Machine (KVM) driver.                            it as further reading at the end of this paper.

Since its public release in 2003, Xen has been the subject of
many performance comparisons [3, 4, 6, 14, 15, 28, 29, 30, 35,        2. OVERALL PERFORMANCE
46, 48, 49]. Xen is well-known for its near-native performance        To measure overall system performance, we ran a CPU-intensive
and its use of paravirtualization. KVM, a relative new-comer to       test, a kernel compile, an IOzone [22] write test, and an IOzone
the virtualization market with its debut in early 2007, relies on     read test. We compared the Xen and KVM numbers against the
CPU support for virtualization and leverages existing Linux           non-virtualized (native) Linux baseline, shown in Table 1.
kernel infrastructure to provide an integrated hypervisor             For the CPU-intensive test, Xen was very close to Linux and
approach (as opposed to Xen's stand-alone hypervisor approach).       KVM had slightly more degradation than Xen. For the kernel
KVM is known for its rapid inclusion into the mainline Linux          compile, the degradation for Xen was about half that of Linux
kernel. As KVM matures, more performance testing and                  (likely due to less memory). KVM again had slightly more
comparisons are being done with it, like those at IBM [21].           degradation than Xen. On the other hand, KVM had higher write
With the wide variety of virtualization options available, several    and read performance than Xen according to our results. We
efforts to provide benchmarks specifically designed for               believe that KVM may have performed better than Xen in terms
comparing different virtualization systems have been initiated [8,    of I/O due to disk caching.
12, 27, 40, 42]. For this study, we developed an open source          The Phoronix Test Suite [37] was useful for running and
virtualization benchmark suite named benchvm [8] to help              publishing the kernel compile and IOzone tests. Additional
automate testing, including setting up the guests and running         performance results including running the Phoronix Test Suite's
some of the tests. Our goal in using and developing benchvm has       Universe Command Line Interface (CLI) tests with the command
been to provide repeatability and transparency so that others can     line parameter universe-cli, and testing on other platforms
easily validate the results. The benchvm suite is still under heavy   and with other benchmarks including Bonnie++ [11], Iperf [23],
development and, although still useful, should not yet be             and Netperf [34], are reported on the Benchvm Results website
considered production-ready.                                          [9].


Xen Summit, June 23-24, 2008, Boston, MA, USA.
Table 1. Overall performance of base Linux, Xen, and KVM                     For Xen, in Figure 1, as we increased the number of guests, the
                                                                             time to compile Apache increased at a linear rate compared to the
                                                                             number of guests. This shows that Xen had excellent scalability
                                                                             and that Xen was able to share resources among guests well.
                                                                             For KVM, in Figure 2, as we increased the number of guests to 4,
                                                                             1 of the four guests crashed. As the guests were increased to 8, 4
                                                                             guests crashed. With 16 guests, 7 guests crashed. With 30 guests,
3. PERFORMANCE ISOLATION                                                     the system crashed during the compile. This indicates that KVM
Performance isolation is a measure of how well guests are                    was not able to maintain performance as the number of guests
protected from extreme resource consumption in other guests.                 increased.
We used the testing methodology and isolation benchmark suite
that some of the authors of this paper developed previously [28].
For the isolation tests in this study, we ran SPECweb2005 [43]
on four virtual machine clients. The guest that runs a stress test is
referred to as the Stressed VM, since it is under a significant load
specific to the type of resource being tested. We measured the
percent of degradation in good response rate for the SPECweb
clients running the support workload with the stress test versus
the baseline without the stress test.
In Table 2, we show the results of the performance isolation tests
for Xen and KVM. Degradation of the Stressed VM is expected.
Isolation problems are indicated by degradation in the
performance of the Normal VM. Low degradation percentages
are better and DNR is the worst possible percent degradation.
DNR means that the guest “did not return” results and usually
indicates a kernel panic or network problem for the guest.                       Figure 1. Scalability of building Apache on Xen guests
                                                                                   Higher compile times are bad and more simultaneous guests are better.
Xen shows good isolation properties for the memory, fork, CPU,
and disk stress tests as seen in the Normal VM column. Xen
shows very little isolation for the network sender and no isolation
for the network receiver. Xen shows unexpectedly good
performance for the disk test and unexpectedly poor performance
for the network sender test.
KVM shows good isolation properties for all of the stress tests
and unexpectedly good performance for the network sender.
However, KVM shows unexpectedly poor performance for the
disk test and the network receiver test.
     Table 2. Performance isolation of Xen versus KVM
     Higher degradation percentages are bad and DNR is the worst possible.




                                                                                Figure 2. Scalability of building Apache on KVM guests
                                                                                  Higher compile times are bad and more simultaneous guests are better.
                                                                             A compile time of 0 seconds indicates that the guest crashed (did not report results).


                                                                             5. RELATED WORK
                                                                             There are countless performance studies on virtualization,
4. SCALABILITY                                                               including [2, 4, 6, 10, 14, 15, 17, 19, 20, 21, 25, 26, 28, 29, 30,
A virtualization system's level of scalability is determined by its          31, 33, 35, 36, 39, 41, 44, 46, 47, 48, 49]. In addition to our
ability to run more virtual machines without loss of performance.            benchvm test suite [8], other virtualization benchmark suites
To measure scalability in this study, we first compiled Apache               include vConsolidate [3, 12], VMmark [27], and Virtbench [40].
source code on one guest and then we increased the number of                 There are a number of general test suites, test harnesses, and
guests that were each doing an Apache compile. In the following              related tools such as the Autotest Framework [5], BCFG2 [7],
graphs, lower compile times (except 0) and more simultaneous                 CFengine [13], DejaGnu [16], Expect [18], Kvm-test [24],
guests indicate better scalability. Gaps in the graph (compile               Phoronix Test Suite [37], Puppet [38], Tcltest [45], and Xm-test
times of 0 seconds) indicate that the guests crashed and therefore           [50]. General performance studies are in [1, 32].
were unable to report results.



Xen Summit, June 23-24, 2008, Boston, MA, USA.
6. CONCLUSION                                                                                       [21]   R. Harper and K. Rister, KVM Limits: Arbitrary or Architectural?, Presentation, KVM
                                                                                                           Forum, http://kvm.qumranet.com/kvmwiki/KvmForum2008?
We have presented a quantitative comparison of Xen and KVM                                                 action=AttachFile&do=get&target=kdf2008_6.pdf, 2008.
focusing on overall performance, performance isolation, and                                         [22]   IOzone Filesystem Benchmark, http://www.iozone.org/.
scalability. The most striking difference between the two systems
                                                                                                    [23]   Iperf, http://iperf.sourceforge.net/.
was in scalability. KVM had substantial problems with guests
crashing, beginning with 4 guests. KVM had better performance                                       [24]   Kvm-test, http://kvm.qumranet.com/kvmwiki/KVMTest.

isolation than Xen, but Xen's isolation properties were also quite                                  [25]   J. LeVasseur, V. Uhlig, M. Chapman, P. Chubb, B. Leslie, and G. Heiser, Pre-
good. The overall performance results were mixed, with Xen out-                                            virtualization: Soft Layering for Virtual Machines, Technical Report, Fakultat fur
                                                                                                           Informatik, Universitat Karlsruhe (TH), 2006.
performing KVM on a kernel compile test and KVM out-
performing Xen on I/O-intensive tests. We would like to extend                                      [26]   J. Liu, W. Huang, B. Abali, and D.K. Panda, High Performance VMM-Bypass I/O in
                                                                                                           Virtual Machines, USENIX Annual Technical Conference, 2006.
our comparison to include Xen with full virtualization (HVM)
and KVM with paravirtualized I/O.                                                                   [27]   V. Makhija, B. Herndon, P. Smith, L. Roderick, E. Zamost, and J. Anderson, VMmark: A
                                                                                                           Scalable Benchmark for Virtualized Systems, Technical Report, VMware, 2006.

                                                                                                    [28]   J.N. Matthews, W. Hu, M. Hapuarachchi, T. Deshane, D. Dimatos, G. Hamilton, M.
7. ACKNOWLEDGMENTS                                                                                         McCabe, and J. Owens, Quantifying the Performance Isolation Properties of Virtualization
                                                                                                           Systems, ACM Workshop on Experimental Computer Science (ExpCS),
We acknowledge Wenjin Hu and Madhujith Hapuarachchi for                                                    http://www.clarkson.edu/class/cs644/isolation/, 2007.
their Master's thesis work on performance isolation and                                             [29]   A. Menon, A.L. Cox, and W. Zwaenepoel, Optimizing Network Virtualization in Xen,
scalability benchmarking. We would also like to thank Cyrus                                                USENIX Annual Technical Conference, 2006.
Katrak and Martin McDermott for early development and testing                                       [30]   A. Menon, J.R. Santos, Y. Turner, G.J. Janakiraman, and W. Zwaenepoel, Diagnosing
of benchvm. Lastly, we very much appreciate the feedback and                                               Performance Overheads in the Xen Virtual Machine Environment, ACM/USENIX
                                                                                                           International Conference on Virtual Execution Environments (VEE), 2005.
support of the Xen and KVM communities.
                                                                                                    [31]   Microsoft, Comparing Web Service Performance: WS Test 1.5 Benchmark Results for .NET
                                                                                                           3.5/Windows Server 2008 vs. IBM WebSphere 6.1/Red Hat Linux Advanced Platform 5,
8. REFERENCES                                                                                              http://msdn.microsoft.com/en-us/netframework/cc302396.aspx, 2008.

[1]    K. Adams and O. Agesen, A Comparison of Software and Hardware Techniques for x86
                                                                                                    [32]   J.C. Mogul, Brittle Metrics in Operating Systems Research, IEEE Workshop on Hot Topics
                                                                                                           in Operating Systems (HotOS), 1999.
       Virtualization, International Conference on Architectural Support for Programming
       Languages and Operating Systems (ASPLOS), 2006.                                              [33]   K.T. Moller, Virtual Machine Benchmarking, Diploma Thesis, Universitat Karlsruhe (TH),
[2]    P. Apparao, R. Iyer, and D. Newell, Towards Modeling & Analysis of Consolidated CMP                 2007.
       Servers, Workshop on the Design, Analysis, and Simulation of Chip Multi-Processors
       (dasCMP), 2007.
                                                                                                    [34]   Netperf, http://www.netperf.org/netperf/.

[3]    P. Apparao, R. Iyer, X. Zhang, D. Newell, and T. Adelmeyer, Characterization & Analysis
                                                                                                    [35]   D. Ongaro, A.L. Cox, and S. Rixner, Scheduling I/O in Virtual Machine Monitors,
                                                                                                           ACM/USENIX International Conference on Virtual Execution Environments (VEE), 2008.
       of a Server Consolidation Benchmark, ACM/USENIX International Conference on Virtual
       Execution Environments (VEE), 2008.                                                          [36]   P. Padala, K.G. Shin, X. Zhu, M. Uysal, Z. Wang, S. Singhal, A. Merchant, and K. Salem,
[4]    P. Apparao, S. Makineni, and D. Newell, Characterization of Network Processing                      Adaptive Control of Virtualized Resources in Utility Computing Environments, ACM
                                                                                                           European Conference on Computer Systems (EuroSys), 2007.
       Overheads in Xen, IEEE International Workshop on Virtualization Technology in
       Distributed Computing (VTDC), 2006.                                                          [37]   Phoronix Test Suite, http://www.phoronix-test-suite.com/.
[5]    Autotest Framework, http://test.kernel.org/autotest.
                                                                                                    [38]   Puppet, http://www.reductivelabs.com/projects/puppet/.
[6]    P. Barham, B. Dragovic, K. Fraser, S. Hand, T. Harris, A. Ho, R. Neugebauer, I. Pratt, and
                                                                                                    [39]   B. Quetier, V. Neri, and F. Cappello, Selecting A Virtualization System For Grid/P2P Large
       A. Warfield, Xen and the Art of Virtualization, ACM Symposium on Operating Systems
                                                                                                           Scale Emulation, Workshop on Experimental Grid Testbeds for the Assessment of Large-
       Principles (SOSP), 2003.
                                                                                                           Scale Distributed Applications and Tools (EXPGRID), 2006.
[7]    BCFG2, http://www.bcfg2.org/.
                                                                                                    [40]   R. Russell, Virtbench, http://www.ozlabs.org/~rusty/virtbench/.
[8]    Benchvm, http://code.google.com/p/benchvm/.
                                                                                                    [41]   S. Soltesz, H. Potzl, M.E. Fiuczynski, A. Bavier, and L. Peterson, Container-based
[9]    Benchvm Results, http://www.clarkson.edu/projects/virtualization/benchvm/.                          Operating System Virtualization: A Scalable, High-performance Alternative to Hypervisors,
                                                                                                           ACM European Conference on Computer Systems (EuroSys), 2007.
[10]   H.K.F. Bjerke, R.J. Andresen, and J. Amundsen, Virtualization in Clusters, Course Project,
                                                                                                    [42]   SPEC to Develop Standard Methods of Comparing Virtualization Performance, Press
       Norwegian University of Science and Technology (NTNU),
                                                                                                           Release, http://www.spec.org/specvirtualization/pressrelease.html, 2006.
       http://haavard.dyndns.org/virtualization/clust_virt.pdf, 2004.

[11]   Bonnie++, http://www.coker.com.au/bonnie++/.
                                                                                                    [43]   SPECweb2005, http://www.spec.org/web2005/.

[12]   J.P. Casazza, M. Greenfield, and K. Shi, Redefining Server Performance Characterization
                                                                                                    [44]   Sun Microsystems, Web Services Performance Comparing Java 2 Enterprise Edition (J2EE
                                                                                                           platform) and .NET Framework,
       for Virtualization Benchmarking, Intel Technology Journal, 2006.
                                                                                                           http://java.sun.com/performance/reference/whitepapers/WS_Test-1_0.pdf, 2004.
[13]   CFengine, http://www.cfengine.org/.
                                                                                                    [45]   Tcltest, http://www.tcl.tk/man/tcl/TclCmd/tcltest.htm.
[14]   L. Cherkasova and R. Gardner, Measuring CPU Overhead for I/O Processing in the Xen
                                                                                                    [46]   A. Theurer, K. Rister, O. Krieger, R. Harper, and S. Dobbelstein, Virtual Scalability:
       Virtual Machine Monitor, USENIX Annual Technical Conference, 2005.
                                                                                                           Charting the Performance of Linux in a Virtual World, Ottawa Linux Symposium, Volume
[15]   B. Clark, T. Deshane, E. Dow, S. Evanchik, M. Finlayson, J. Herne, and J.N. Matthews,               2, http://www.linuxsymposium.org/2006/proceedings.php, 2006.
       Xen and the Art of Repeated Research, USENIX Annual Technical Conference, 2004.              [47]   A. Venkatraman, V. Pandey, B. Plale, and S.S. Shei, Benchmarking Effort of Virtual
[16]   DejaGnu, http://www.gnu.org/software/dejagnu/.                                                      Machines on Multicore Machines, Technical Report, Indiana University,
                                                                                                           http://www.cs.indiana.edu/Research/techreports/, 2007.
[17]   U. Drepper, The Cost of Virtualization, ACM Queue Magazine, 2008.
                                                                                                    [48]   VMware, A Performance Comparison of Hypervisors,
[18]   Expect, http://expect.nist.gov/.                                                                    http://www.vmware.com/pdf/hypervisor_performance.pdf, 2007.

[19]   S.S. Foley, V. Pandey, M. Tang, F. Terkhorn, and A. Venkatraman, Benchmarking Servers
                                                                                                    [49]   XenSource, A Performance Comparison of Commercial Hypervisors,
                                                                                                           http://www.xensource.com/Documents/hypervisor_performance_comparison_1_0_5_with_
       using Virtual Machines, Indiana University, http://www.cs.indiana.edu/~mhtang/paper.pdf,
                                                                                                           esx-data.pdf, 2007.
       2007.

[20]   D. Gupta, R. Gardner, and L. Cherkasova, XenMon: QoS Monitoring and Performance
                                                                                                    [50]   Xm-test, http://www.xen.org/files/summit_3/xs0906-xmtest.pdf.
       Profiling Tool, Technical Report, Internet Systems and Storage Laboratory at HP
       Laboratories, 2005.



Xen Summit, June 23-24, 2008, Boston, MA, USA.

Más contenido relacionado

La actualidad más candente

An Updated Performance Comparison of Virtual Machines and Linux Containers
An Updated Performance Comparison of Virtual Machines and Linux ContainersAn Updated Performance Comparison of Virtual Machines and Linux Containers
An Updated Performance Comparison of Virtual Machines and Linux ContainersKento Aoyama
 
Openvz booth
Openvz boothOpenvz booth
Openvz boothOpenVZ
 
Live Container Migration: OpenStack Summit Barcelona 2016
Live Container Migration: OpenStack Summit Barcelona 2016Live Container Migration: OpenStack Summit Barcelona 2016
Live Container Migration: OpenStack Summit Barcelona 2016Phil Estes
 
Introdution to Docker (theory and hands on) dbCafé - dbTrento
Introdution to Docker (theory and hands on) dbCafé - dbTrentoIntrodution to Docker (theory and hands on) dbCafé - dbTrento
Introdution to Docker (theory and hands on) dbCafé - dbTrentoCristian Consonni
 
Introduction to linux containers
Introduction to linux containersIntroduction to linux containers
Introduction to linux containersGoogle
 
Nested Virtualization Update from Intel
Nested Virtualization Update from IntelNested Virtualization Update from Intel
Nested Virtualization Update from IntelThe Linux Foundation
 
Introduction to docker
Introduction to dockerIntroduction to docker
Introduction to dockerHiroki Endo
 
Startup guide for kvm on cent os 6
Startup guide for kvm on cent os 6Startup guide for kvm on cent os 6
Startup guide for kvm on cent os 6Carlos Eduardo
 
Docker Architecture (v1.3)
Docker Architecture (v1.3)Docker Architecture (v1.3)
Docker Architecture (v1.3)rajdeep
 
Linux Container Technology 101
Linux Container Technology 101Linux Container Technology 101
Linux Container Technology 101inside-BigData.com
 
Containers and Cloud: From LXC to Docker to Kubernetes
Containers and Cloud: From LXC to Docker to KubernetesContainers and Cloud: From LXC to Docker to Kubernetes
Containers and Cloud: From LXC to Docker to KubernetesShreyas MM
 
Container Performance Analysis
Container Performance AnalysisContainer Performance Analysis
Container Performance AnalysisBrendan Gregg
 
Microservices in Unikernels
Microservices in UnikernelsMicroservices in Unikernels
Microservices in UnikernelsMadhuri Yechuri
 
Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)
Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)
Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)The Linux Foundation
 
KVM and docker LXC Benchmarking with OpenStack
KVM and docker LXC Benchmarking with OpenStackKVM and docker LXC Benchmarking with OpenStack
KVM and docker LXC Benchmarking with OpenStackBoden Russell
 

La actualidad más candente (20)

IITCC15: Xen Project 4.6 Update
IITCC15: Xen Project 4.6 UpdateIITCC15: Xen Project 4.6 Update
IITCC15: Xen Project 4.6 Update
 
An Updated Performance Comparison of Virtual Machines and Linux Containers
An Updated Performance Comparison of Virtual Machines and Linux ContainersAn Updated Performance Comparison of Virtual Machines and Linux Containers
An Updated Performance Comparison of Virtual Machines and Linux Containers
 
Openvz booth
Openvz boothOpenvz booth
Openvz booth
 
Live Container Migration: OpenStack Summit Barcelona 2016
Live Container Migration: OpenStack Summit Barcelona 2016Live Container Migration: OpenStack Summit Barcelona 2016
Live Container Migration: OpenStack Summit Barcelona 2016
 
Introdution to Docker (theory and hands on) dbCafé - dbTrento
Introdution to Docker (theory and hands on) dbCafé - dbTrentoIntrodution to Docker (theory and hands on) dbCafé - dbTrento
Introdution to Docker (theory and hands on) dbCafé - dbTrento
 
Introduction to linux containers
Introduction to linux containersIntroduction to linux containers
Introduction to linux containers
 
Nested Virtualization Update from Intel
Nested Virtualization Update from IntelNested Virtualization Update from Intel
Nested Virtualization Update from Intel
 
Docker vs kvm
Docker vs kvmDocker vs kvm
Docker vs kvm
 
Introduction to docker
Introduction to dockerIntroduction to docker
Introduction to docker
 
Understanding LXC & Docker
Understanding LXC & DockerUnderstanding LXC & Docker
Understanding LXC & Docker
 
Docker internals
Docker internalsDocker internals
Docker internals
 
Startup guide for kvm on cent os 6
Startup guide for kvm on cent os 6Startup guide for kvm on cent os 6
Startup guide for kvm on cent os 6
 
Docker Architecture (v1.3)
Docker Architecture (v1.3)Docker Architecture (v1.3)
Docker Architecture (v1.3)
 
Linux Container Technology 101
Linux Container Technology 101Linux Container Technology 101
Linux Container Technology 101
 
Containers and Cloud: From LXC to Docker to Kubernetes
Containers and Cloud: From LXC to Docker to KubernetesContainers and Cloud: From LXC to Docker to Kubernetes
Containers and Cloud: From LXC to Docker to Kubernetes
 
Container Performance Analysis
Container Performance AnalysisContainer Performance Analysis
Container Performance Analysis
 
Microservices in Unikernels
Microservices in UnikernelsMicroservices in Unikernels
Microservices in Unikernels
 
Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)
Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)
Next Generation Cloud: Rise of the Unikernel V3 (UPDATED)
 
Lxc- Introduction
Lxc- IntroductionLxc- Introduction
Lxc- Introduction
 
KVM and docker LXC Benchmarking with OpenStack
KVM and docker LXC Benchmarking with OpenStackKVM and docker LXC Benchmarking with OpenStack
KVM and docker LXC Benchmarking with OpenStack
 

Destacado

DPACC Acceleration Progress and Demonstration
DPACC Acceleration Progress and DemonstrationDPACC Acceleration Progress and Demonstration
DPACC Acceleration Progress and DemonstrationOPNFV
 
Colca valley arequipa peru
Colca valley arequipa peruColca valley arequipa peru
Colca valley arequipa peruMartin Lakers
 
Magnum Networking Update
Magnum Networking UpdateMagnum Networking Update
Magnum Networking UpdateDaneyon Hansen
 
Trusted Advisors in Retained Executive Search
Trusted Advisors in Retained Executive SearchTrusted Advisors in Retained Executive Search
Trusted Advisors in Retained Executive SearchCharles Moore
 
Analytics & Reporting for Amazon Cloud Logs
Analytics & Reporting for Amazon Cloud LogsAnalytics & Reporting for Amazon Cloud Logs
Analytics & Reporting for Amazon Cloud LogsCloudlytics
 
Debunking Myths & Mysteries of Retained Search
Debunking Myths & Mysteries of Retained SearchDebunking Myths & Mysteries of Retained Search
Debunking Myths & Mysteries of Retained SearchCharles Moore
 
Magnum first-class-resource
Magnum first-class-resourceMagnum first-class-resource
Magnum first-class-resourceAdrian Otto
 
What's Next in OpenStack? A Glimpse At The Roadmap
What's Next in OpenStack? A Glimpse At The RoadmapWhat's Next in OpenStack? A Glimpse At The Roadmap
What's Next in OpenStack? A Glimpse At The RoadmapShamailXD
 
New Am Resorts Corp Presentation 4 18 12
New Am Resorts Corp Presentation  4 18 12New Am Resorts Corp Presentation  4 18 12
New Am Resorts Corp Presentation 4 18 12Pamela Payne, CMP
 
Xen versus kvm_slides_20080623
Xen versus kvm_slides_20080623Xen versus kvm_slides_20080623
Xen versus kvm_slides_20080623Todd Deshane
 
Microsoft Windows Azure - Adslot Media & Entertainment Saves Costs Case Study
Microsoft Windows Azure - Adslot Media & Entertainment Saves Costs Case StudyMicrosoft Windows Azure - Adslot Media & Entertainment Saves Costs Case Study
Microsoft Windows Azure - Adslot Media & Entertainment Saves Costs Case StudyMicrosoft Private Cloud
 
From OpenStack to Docker swarm
From OpenStack to Docker swarmFrom OpenStack to Docker swarm
From OpenStack to Docker swarmNikolay Milovanov
 
Transformation Storymap with Software Defined Datacenter
Transformation Storymap with Software Defined DatacenterTransformation Storymap with Software Defined Datacenter
Transformation Storymap with Software Defined DatacenterEMC
 
Docker for Multi-Cloud Apps
Docker for Multi-Cloud AppsDocker for Multi-Cloud Apps
Docker for Multi-Cloud AppsAdrian Otto
 
Vinicorp: Information management with redmine
Vinicorp: Information management with redmine Vinicorp: Information management with redmine
Vinicorp: Information management with redmine vinicorp
 

Destacado (20)

DPACC Acceleration Progress and Demonstration
DPACC Acceleration Progress and DemonstrationDPACC Acceleration Progress and Demonstration
DPACC Acceleration Progress and Demonstration
 
Colca valley arequipa peru
Colca valley arequipa peruColca valley arequipa peru
Colca valley arequipa peru
 
Magnum Networking Update
Magnum Networking UpdateMagnum Networking Update
Magnum Networking Update
 
Trusted Advisors in Retained Executive Search
Trusted Advisors in Retained Executive SearchTrusted Advisors in Retained Executive Search
Trusted Advisors in Retained Executive Search
 
INCAR SERVICE SRL
INCAR SERVICE SRLINCAR SERVICE SRL
INCAR SERVICE SRL
 
Analytics & Reporting for Amazon Cloud Logs
Analytics & Reporting for Amazon Cloud LogsAnalytics & Reporting for Amazon Cloud Logs
Analytics & Reporting for Amazon Cloud Logs
 
Conflict styles
Conflict stylesConflict styles
Conflict styles
 
IBM Cloud Journey v10
IBM Cloud Journey v10IBM Cloud Journey v10
IBM Cloud Journey v10
 
Debunking Myths & Mysteries of Retained Search
Debunking Myths & Mysteries of Retained SearchDebunking Myths & Mysteries of Retained Search
Debunking Myths & Mysteries of Retained Search
 
Magnum first-class-resource
Magnum first-class-resourceMagnum first-class-resource
Magnum first-class-resource
 
What's Next in OpenStack? A Glimpse At The Roadmap
What's Next in OpenStack? A Glimpse At The RoadmapWhat's Next in OpenStack? A Glimpse At The Roadmap
What's Next in OpenStack? A Glimpse At The Roadmap
 
Redmine Applied for Large Scale
Redmine Applied  for Large ScaleRedmine Applied  for Large Scale
Redmine Applied for Large Scale
 
New Am Resorts Corp Presentation 4 18 12
New Am Resorts Corp Presentation  4 18 12New Am Resorts Corp Presentation  4 18 12
New Am Resorts Corp Presentation 4 18 12
 
Xen versus kvm_slides_20080623
Xen versus kvm_slides_20080623Xen versus kvm_slides_20080623
Xen versus kvm_slides_20080623
 
Microsoft Windows Azure - Adslot Media & Entertainment Saves Costs Case Study
Microsoft Windows Azure - Adslot Media & Entertainment Saves Costs Case StudyMicrosoft Windows Azure - Adslot Media & Entertainment Saves Costs Case Study
Microsoft Windows Azure - Adslot Media & Entertainment Saves Costs Case Study
 
From OpenStack to Docker swarm
From OpenStack to Docker swarmFrom OpenStack to Docker swarm
From OpenStack to Docker swarm
 
Sap MM
Sap MMSap MM
Sap MM
 
Transformation Storymap with Software Defined Datacenter
Transformation Storymap with Software Defined DatacenterTransformation Storymap with Software Defined Datacenter
Transformation Storymap with Software Defined Datacenter
 
Docker for Multi-Cloud Apps
Docker for Multi-Cloud AppsDocker for Multi-Cloud Apps
Docker for Multi-Cloud Apps
 
Vinicorp: Information management with redmine
Vinicorp: Information management with redmine Vinicorp: Information management with redmine
Vinicorp: Information management with redmine
 

Similar a Xen versus kvm_20080623

Comparison of Open Source Virtualization Technology
Comparison of Open Source Virtualization TechnologyComparison of Open Source Virtualization Technology
Comparison of Open Source Virtualization TechnologyBenoit des Ligneris
 
KubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipeline
KubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipelineKubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipeline
KubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipelineKubeAcademy
 
Oscon 2012 : From Datacenter to the Cloud - Featuring Xen and XCP
Oscon 2012 : From Datacenter to the Cloud - Featuring Xen and XCPOscon 2012 : From Datacenter to the Cloud - Featuring Xen and XCP
Oscon 2012 : From Datacenter to the Cloud - Featuring Xen and XCPThe Linux Foundation
 
Virtualization overheads
Virtualization overheadsVirtualization overheads
Virtualization overheadsSandeep Joshi
 
Peformance Evaluation of Container-based Vi
Peformance Evaluation of Container-based ViPeformance Evaluation of Container-based Vi
Peformance Evaluation of Container-based ViMiguel Xavier
 
Xen virtualization and multi-brick enviornment experiences
Xen virtualization and multi-brick enviornment experiencesXen virtualization and multi-brick enviornment experiences
Xen virtualization and multi-brick enviornment experiencesmrpetersisl
 
4 implementation
4 implementation4 implementation
4 implementationhanmya
 
A Survey of Performance Comparison between Virtual Machines and Containers
A Survey of Performance Comparison between Virtual Machines and ContainersA Survey of Performance Comparison between Virtual Machines and Containers
A Survey of Performance Comparison between Virtual Machines and Containersprashant desai
 
HPC in the Cloud
HPC in the CloudHPC in the Cloud
HPC in the CloudGuy Tel-Zur
 
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...Jim St. Leger
 
LOAD BALANCING OF APPLICATIONS USING XEN HYPERVISOR
LOAD BALANCING OF APPLICATIONS  USING XEN HYPERVISORLOAD BALANCING OF APPLICATIONS  USING XEN HYPERVISOR
LOAD BALANCING OF APPLICATIONS USING XEN HYPERVISORVanika Kapoor
 
XeMPUPiL: Towards Performance-aware Power Capping Orchestrator for the Xen Hy...
XeMPUPiL: Towards Performance-aware Power Capping Orchestrator for the Xen Hy...XeMPUPiL: Towards Performance-aware Power Capping Orchestrator for the Xen Hy...
XeMPUPiL: Towards Performance-aware Power Capping Orchestrator for the Xen Hy...NECST Lab @ Politecnico di Milano
 

Similar a Xen versus kvm_20080623 (20)

XS Boston 2008 Quantitative
XS Boston 2008 QuantitativeXS Boston 2008 Quantitative
XS Boston 2008 Quantitative
 
Comparison of Open Source Virtualization Technology
Comparison of Open Source Virtualization TechnologyComparison of Open Source Virtualization Technology
Comparison of Open Source Virtualization Technology
 
KubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipeline
KubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipelineKubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipeline
KubeCon EU 2016: Leveraging ephemeral namespaces in a CI/CD pipeline
 
Oscon 2012 : From Datacenter to the Cloud - Featuring Xen and XCP
Oscon 2012 : From Datacenter to the Cloud - Featuring Xen and XCPOscon 2012 : From Datacenter to the Cloud - Featuring Xen and XCP
Oscon 2012 : From Datacenter to the Cloud - Featuring Xen and XCP
 
Virtualization overheads
Virtualization overheadsVirtualization overheads
Virtualization overheads
 
Peformance Evaluation of Container-based Vi
Peformance Evaluation of Container-based ViPeformance Evaluation of Container-based Vi
Peformance Evaluation of Container-based Vi
 
Xen virtualization and multi-brick enviornment experiences
Xen virtualization and multi-brick enviornment experiencesXen virtualization and multi-brick enviornment experiences
Xen virtualization and multi-brick enviornment experiences
 
Xen community update
Xen community updateXen community update
Xen community update
 
Xen Hypervisor
Xen HypervisorXen Hypervisor
Xen Hypervisor
 
4 implementation
4 implementation4 implementation
4 implementation
 
XS Oracle 2009 Intro Slides
XS Oracle 2009 Intro SlidesXS Oracle 2009 Intro Slides
XS Oracle 2009 Intro Slides
 
A Survey of Performance Comparison between Virtual Machines and Containers
A Survey of Performance Comparison between Virtual Machines and ContainersA Survey of Performance Comparison between Virtual Machines and Containers
A Survey of Performance Comparison between Virtual Machines and Containers
 
A Xen Case Study
A Xen Case StudyA Xen Case Study
A Xen Case Study
 
Aplura virtualization slides
Aplura virtualization slidesAplura virtualization slides
Aplura virtualization slides
 
HPC in the Cloud
HPC in the CloudHPC in the Cloud
HPC in the Cloud
 
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
DPDK Summit - 08 Sept 2014 - Futurewei - Jun Xu - Revisit the IP Stack in Lin...
 
LOAD BALANCING OF APPLICATIONS USING XEN HYPERVISOR
LOAD BALANCING OF APPLICATIONS  USING XEN HYPERVISORLOAD BALANCING OF APPLICATIONS  USING XEN HYPERVISOR
LOAD BALANCING OF APPLICATIONS USING XEN HYPERVISOR
 
XeMPUPiL: Towards Performance-aware Power Capping Orchestrator for the Xen Hy...
XeMPUPiL: Towards Performance-aware Power Capping Orchestrator for the Xen Hy...XeMPUPiL: Towards Performance-aware Power Capping Orchestrator for the Xen Hy...
XeMPUPiL: Towards Performance-aware Power Capping Orchestrator for the Xen Hy...
 
XS Boston 2008 XenLoop
XS Boston 2008 XenLoopXS Boston 2008 XenLoop
XS Boston 2008 XenLoop
 
Chen Haibo
Chen HaiboChen Haibo
Chen Haibo
 

Más de Todd Deshane

Open Source Cloud Computing: Practical Solutions For Your Online Presence (PDF)
Open Source Cloud Computing: Practical Solutions For Your Online Presence (PDF)Open Source Cloud Computing: Practical Solutions For Your Online Presence (PDF)
Open Source Cloud Computing: Practical Solutions For Your Online Presence (PDF)Todd Deshane
 
Open Source Cloud Computing: Practical Solutions For Your Online Presence (ODP)
Open Source Cloud Computing: Practical Solutions For Your Online Presence (ODP)Open Source Cloud Computing: Practical Solutions For Your Online Presence (ODP)
Open Source Cloud Computing: Practical Solutions For Your Online Presence (ODP)Todd Deshane
 
Todd Deshane's PhD Proposal
Todd Deshane's PhD ProposalTodd Deshane's PhD Proposal
Todd Deshane's PhD ProposalTodd Deshane
 
Computer Security for Mission Assurance
Computer Security for Mission AssuranceComputer Security for Mission Assurance
Computer Security for Mission AssuranceTodd Deshane
 
S4 xen hypervisor_20080622
S4 xen hypervisor_20080622S4 xen hypervisor_20080622
S4 xen hypervisor_20080622Todd Deshane
 
S4 xen hypervisor_20080622
S4 xen hypervisor_20080622S4 xen hypervisor_20080622
S4 xen hypervisor_20080622Todd Deshane
 
Ph d proposal_20070809
Ph d proposal_20070809Ph d proposal_20070809
Ph d proposal_20070809Todd Deshane
 
Ph d proposal_20070809
Ph d proposal_20070809Ph d proposal_20070809
Ph d proposal_20070809Todd Deshane
 
Ece seminar 20070927
Ece seminar 20070927Ece seminar 20070927
Ece seminar 20070927Todd Deshane
 
Ece seminar 20070927
Ece seminar 20070927Ece seminar 20070927
Ece seminar 20070927Todd Deshane
 
Cs seminar 20071207
Cs seminar 20071207Cs seminar 20071207
Cs seminar 20071207Todd Deshane
 
Cs seminar 20071207
Cs seminar 20071207Cs seminar 20071207
Cs seminar 20071207Todd Deshane
 
Cs seminar 20070426
Cs seminar 20070426Cs seminar 20070426
Cs seminar 20070426Todd Deshane
 
Cs seminar 20070426
Cs seminar 20070426Cs seminar 20070426
Cs seminar 20070426Todd Deshane
 
Cs seminar 20061207
Cs seminar 20061207Cs seminar 20061207
Cs seminar 20061207Todd Deshane
 
Cs seminar 20061207
Cs seminar 20061207Cs seminar 20061207
Cs seminar 20061207Todd Deshane
 
Csaw research poster_20071204
Csaw research poster_20071204Csaw research poster_20071204
Csaw research poster_20071204Todd Deshane
 
Atc ny friday-talk_slides_20080808
Atc ny friday-talk_slides_20080808Atc ny friday-talk_slides_20080808
Atc ny friday-talk_slides_20080808Todd Deshane
 
Atc ny friday-talk_20080808
Atc ny friday-talk_20080808Atc ny friday-talk_20080808
Atc ny friday-talk_20080808Todd Deshane
 

Más de Todd Deshane (19)

Open Source Cloud Computing: Practical Solutions For Your Online Presence (PDF)
Open Source Cloud Computing: Practical Solutions For Your Online Presence (PDF)Open Source Cloud Computing: Practical Solutions For Your Online Presence (PDF)
Open Source Cloud Computing: Practical Solutions For Your Online Presence (PDF)
 
Open Source Cloud Computing: Practical Solutions For Your Online Presence (ODP)
Open Source Cloud Computing: Practical Solutions For Your Online Presence (ODP)Open Source Cloud Computing: Practical Solutions For Your Online Presence (ODP)
Open Source Cloud Computing: Practical Solutions For Your Online Presence (ODP)
 
Todd Deshane's PhD Proposal
Todd Deshane's PhD ProposalTodd Deshane's PhD Proposal
Todd Deshane's PhD Proposal
 
Computer Security for Mission Assurance
Computer Security for Mission AssuranceComputer Security for Mission Assurance
Computer Security for Mission Assurance
 
S4 xen hypervisor_20080622
S4 xen hypervisor_20080622S4 xen hypervisor_20080622
S4 xen hypervisor_20080622
 
S4 xen hypervisor_20080622
S4 xen hypervisor_20080622S4 xen hypervisor_20080622
S4 xen hypervisor_20080622
 
Ph d proposal_20070809
Ph d proposal_20070809Ph d proposal_20070809
Ph d proposal_20070809
 
Ph d proposal_20070809
Ph d proposal_20070809Ph d proposal_20070809
Ph d proposal_20070809
 
Ece seminar 20070927
Ece seminar 20070927Ece seminar 20070927
Ece seminar 20070927
 
Ece seminar 20070927
Ece seminar 20070927Ece seminar 20070927
Ece seminar 20070927
 
Cs seminar 20071207
Cs seminar 20071207Cs seminar 20071207
Cs seminar 20071207
 
Cs seminar 20071207
Cs seminar 20071207Cs seminar 20071207
Cs seminar 20071207
 
Cs seminar 20070426
Cs seminar 20070426Cs seminar 20070426
Cs seminar 20070426
 
Cs seminar 20070426
Cs seminar 20070426Cs seminar 20070426
Cs seminar 20070426
 
Cs seminar 20061207
Cs seminar 20061207Cs seminar 20061207
Cs seminar 20061207
 
Cs seminar 20061207
Cs seminar 20061207Cs seminar 20061207
Cs seminar 20061207
 
Csaw research poster_20071204
Csaw research poster_20071204Csaw research poster_20071204
Csaw research poster_20071204
 
Atc ny friday-talk_slides_20080808
Atc ny friday-talk_slides_20080808Atc ny friday-talk_slides_20080808
Atc ny friday-talk_slides_20080808
 
Atc ny friday-talk_20080808
Atc ny friday-talk_20080808Atc ny friday-talk_20080808
Atc ny friday-talk_20080808
 

Último

DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 

Último (20)

DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 

Xen versus kvm_20080623

  • 1. Quantitative Comparison of Xen and KVM Todd Deshane, Muli Ben-Yehuda Amit Shah Balaji Rao Zachary Shepherd, IBM Haifa Research Lab Qumranet National Institute of Jeanna N. Matthews Haifa University Campus B-15, Ambience Empyrean Technology Karnataka Mount Carmel, Haifa 31905 64/14 Empress County Surathkal 575014 India Computer Science Israel Behind Empress Gardens Clarkson University Pune 411001 India balajirrao@gmail.com Potsdam, NY 13699 USA muli@il.ibm.com {deshantm, shephezj, amit.shah@ jnm}@clarkson.edu qumranet.com ABSTRACT For our initial set of tests, the experimental setup consisted of We present initial results from and quantitative analysis of two Ubuntu Linux 8.04 AMD64 on the base machine. The Linux leading open source hypervisors, Xen and KVM. This study kernel 2.6.24-18, Xen 3.2.1+2.6.24-18-xen, and KVM 62 were focuses on the overall performance, performance isolation, and all installed from Ubuntu packages. All guests were scalability of virtual machines running on these hypervisors. Our automatically created by a benchvm script that called debootstrap comparison was carried out using a benchmark suite that we and installed Ubuntu 8.04 AMD64. The guests were then started developed to make the results easily repeatable. Our goals are to with another benchvm script that passed the appropriate kernel understand how the different architectural decisions taken by (2.6.24-18-xen for Xen and 2.6.24-18 for KVM). The hardware different hypervisor developers affect the resulting hypervisors, system was a Dell OptiPlex 745 with a 2.4 GHz Intel Core 2 to help hypervisor developers realize areas of improvement for CPU 6600, 4 GB of RAM, 250 GB hard drive, and two 1 Gigabit their hypervisors, and to help users make informed decisions Ethernet cards. Test results from more software versions and about their choice of hypervisor. hardware configurations are reported on our Benchvm Results website [9]. 1. INTRODUCTION Our benchmark testing focuses on three pillars of virtualization IT professionals, developers, and other users of virtualization on benchmarking: overall performance, performance isolation, and Linux often look for quantitative results to compare their scalability. We discuss the testing process and present our hypervisor options. In this study, we compare two open source quantitative results from the tests in each of these categories. Due hypervisors: the established Xen hypervisor and the more recent to space limitations, we then briefly mention related work and list Kernel-based Virtual Machine (KVM) driver. it as further reading at the end of this paper. Since its public release in 2003, Xen has been the subject of many performance comparisons [3, 4, 6, 14, 15, 28, 29, 30, 35, 2. OVERALL PERFORMANCE 46, 48, 49]. Xen is well-known for its near-native performance To measure overall system performance, we ran a CPU-intensive and its use of paravirtualization. KVM, a relative new-comer to test, a kernel compile, an IOzone [22] write test, and an IOzone the virtualization market with its debut in early 2007, relies on read test. We compared the Xen and KVM numbers against the CPU support for virtualization and leverages existing Linux non-virtualized (native) Linux baseline, shown in Table 1. kernel infrastructure to provide an integrated hypervisor For the CPU-intensive test, Xen was very close to Linux and approach (as opposed to Xen's stand-alone hypervisor approach). KVM had slightly more degradation than Xen. For the kernel KVM is known for its rapid inclusion into the mainline Linux compile, the degradation for Xen was about half that of Linux kernel. As KVM matures, more performance testing and (likely due to less memory). KVM again had slightly more comparisons are being done with it, like those at IBM [21]. degradation than Xen. On the other hand, KVM had higher write With the wide variety of virtualization options available, several and read performance than Xen according to our results. We efforts to provide benchmarks specifically designed for believe that KVM may have performed better than Xen in terms comparing different virtualization systems have been initiated [8, of I/O due to disk caching. 12, 27, 40, 42]. For this study, we developed an open source The Phoronix Test Suite [37] was useful for running and virtualization benchmark suite named benchvm [8] to help publishing the kernel compile and IOzone tests. Additional automate testing, including setting up the guests and running performance results including running the Phoronix Test Suite's some of the tests. Our goal in using and developing benchvm has Universe Command Line Interface (CLI) tests with the command been to provide repeatability and transparency so that others can line parameter universe-cli, and testing on other platforms easily validate the results. The benchvm suite is still under heavy and with other benchmarks including Bonnie++ [11], Iperf [23], development and, although still useful, should not yet be and Netperf [34], are reported on the Benchvm Results website considered production-ready. [9]. Xen Summit, June 23-24, 2008, Boston, MA, USA.
  • 2. Table 1. Overall performance of base Linux, Xen, and KVM For Xen, in Figure 1, as we increased the number of guests, the time to compile Apache increased at a linear rate compared to the number of guests. This shows that Xen had excellent scalability and that Xen was able to share resources among guests well. For KVM, in Figure 2, as we increased the number of guests to 4, 1 of the four guests crashed. As the guests were increased to 8, 4 guests crashed. With 16 guests, 7 guests crashed. With 30 guests, 3. PERFORMANCE ISOLATION the system crashed during the compile. This indicates that KVM Performance isolation is a measure of how well guests are was not able to maintain performance as the number of guests protected from extreme resource consumption in other guests. increased. We used the testing methodology and isolation benchmark suite that some of the authors of this paper developed previously [28]. For the isolation tests in this study, we ran SPECweb2005 [43] on four virtual machine clients. The guest that runs a stress test is referred to as the Stressed VM, since it is under a significant load specific to the type of resource being tested. We measured the percent of degradation in good response rate for the SPECweb clients running the support workload with the stress test versus the baseline without the stress test. In Table 2, we show the results of the performance isolation tests for Xen and KVM. Degradation of the Stressed VM is expected. Isolation problems are indicated by degradation in the performance of the Normal VM. Low degradation percentages are better and DNR is the worst possible percent degradation. DNR means that the guest “did not return” results and usually indicates a kernel panic or network problem for the guest. Figure 1. Scalability of building Apache on Xen guests Higher compile times are bad and more simultaneous guests are better. Xen shows good isolation properties for the memory, fork, CPU, and disk stress tests as seen in the Normal VM column. Xen shows very little isolation for the network sender and no isolation for the network receiver. Xen shows unexpectedly good performance for the disk test and unexpectedly poor performance for the network sender test. KVM shows good isolation properties for all of the stress tests and unexpectedly good performance for the network sender. However, KVM shows unexpectedly poor performance for the disk test and the network receiver test. Table 2. Performance isolation of Xen versus KVM Higher degradation percentages are bad and DNR is the worst possible. Figure 2. Scalability of building Apache on KVM guests Higher compile times are bad and more simultaneous guests are better. A compile time of 0 seconds indicates that the guest crashed (did not report results). 5. RELATED WORK There are countless performance studies on virtualization, 4. SCALABILITY including [2, 4, 6, 10, 14, 15, 17, 19, 20, 21, 25, 26, 28, 29, 30, A virtualization system's level of scalability is determined by its 31, 33, 35, 36, 39, 41, 44, 46, 47, 48, 49]. In addition to our ability to run more virtual machines without loss of performance. benchvm test suite [8], other virtualization benchmark suites To measure scalability in this study, we first compiled Apache include vConsolidate [3, 12], VMmark [27], and Virtbench [40]. source code on one guest and then we increased the number of There are a number of general test suites, test harnesses, and guests that were each doing an Apache compile. In the following related tools such as the Autotest Framework [5], BCFG2 [7], graphs, lower compile times (except 0) and more simultaneous CFengine [13], DejaGnu [16], Expect [18], Kvm-test [24], guests indicate better scalability. Gaps in the graph (compile Phoronix Test Suite [37], Puppet [38], Tcltest [45], and Xm-test times of 0 seconds) indicate that the guests crashed and therefore [50]. General performance studies are in [1, 32]. were unable to report results. Xen Summit, June 23-24, 2008, Boston, MA, USA.
  • 3. 6. CONCLUSION [21] R. Harper and K. Rister, KVM Limits: Arbitrary or Architectural?, Presentation, KVM Forum, http://kvm.qumranet.com/kvmwiki/KvmForum2008? We have presented a quantitative comparison of Xen and KVM action=AttachFile&do=get&target=kdf2008_6.pdf, 2008. focusing on overall performance, performance isolation, and [22] IOzone Filesystem Benchmark, http://www.iozone.org/. scalability. The most striking difference between the two systems [23] Iperf, http://iperf.sourceforge.net/. was in scalability. KVM had substantial problems with guests crashing, beginning with 4 guests. KVM had better performance [24] Kvm-test, http://kvm.qumranet.com/kvmwiki/KVMTest. isolation than Xen, but Xen's isolation properties were also quite [25] J. LeVasseur, V. Uhlig, M. Chapman, P. Chubb, B. Leslie, and G. Heiser, Pre- good. The overall performance results were mixed, with Xen out- virtualization: Soft Layering for Virtual Machines, Technical Report, Fakultat fur Informatik, Universitat Karlsruhe (TH), 2006. performing KVM on a kernel compile test and KVM out- performing Xen on I/O-intensive tests. We would like to extend [26] J. Liu, W. Huang, B. Abali, and D.K. Panda, High Performance VMM-Bypass I/O in Virtual Machines, USENIX Annual Technical Conference, 2006. our comparison to include Xen with full virtualization (HVM) and KVM with paravirtualized I/O. [27] V. Makhija, B. Herndon, P. Smith, L. Roderick, E. Zamost, and J. Anderson, VMmark: A Scalable Benchmark for Virtualized Systems, Technical Report, VMware, 2006. [28] J.N. Matthews, W. Hu, M. Hapuarachchi, T. Deshane, D. Dimatos, G. Hamilton, M. 7. ACKNOWLEDGMENTS McCabe, and J. Owens, Quantifying the Performance Isolation Properties of Virtualization Systems, ACM Workshop on Experimental Computer Science (ExpCS), We acknowledge Wenjin Hu and Madhujith Hapuarachchi for http://www.clarkson.edu/class/cs644/isolation/, 2007. their Master's thesis work on performance isolation and [29] A. Menon, A.L. Cox, and W. Zwaenepoel, Optimizing Network Virtualization in Xen, scalability benchmarking. We would also like to thank Cyrus USENIX Annual Technical Conference, 2006. Katrak and Martin McDermott for early development and testing [30] A. Menon, J.R. Santos, Y. Turner, G.J. Janakiraman, and W. Zwaenepoel, Diagnosing of benchvm. Lastly, we very much appreciate the feedback and Performance Overheads in the Xen Virtual Machine Environment, ACM/USENIX International Conference on Virtual Execution Environments (VEE), 2005. support of the Xen and KVM communities. [31] Microsoft, Comparing Web Service Performance: WS Test 1.5 Benchmark Results for .NET 3.5/Windows Server 2008 vs. IBM WebSphere 6.1/Red Hat Linux Advanced Platform 5, 8. REFERENCES http://msdn.microsoft.com/en-us/netframework/cc302396.aspx, 2008. [1] K. Adams and O. Agesen, A Comparison of Software and Hardware Techniques for x86 [32] J.C. Mogul, Brittle Metrics in Operating Systems Research, IEEE Workshop on Hot Topics in Operating Systems (HotOS), 1999. Virtualization, International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS), 2006. [33] K.T. Moller, Virtual Machine Benchmarking, Diploma Thesis, Universitat Karlsruhe (TH), [2] P. Apparao, R. Iyer, and D. Newell, Towards Modeling & Analysis of Consolidated CMP 2007. Servers, Workshop on the Design, Analysis, and Simulation of Chip Multi-Processors (dasCMP), 2007. [34] Netperf, http://www.netperf.org/netperf/. [3] P. Apparao, R. Iyer, X. Zhang, D. Newell, and T. Adelmeyer, Characterization & Analysis [35] D. Ongaro, A.L. Cox, and S. Rixner, Scheduling I/O in Virtual Machine Monitors, ACM/USENIX International Conference on Virtual Execution Environments (VEE), 2008. of a Server Consolidation Benchmark, ACM/USENIX International Conference on Virtual Execution Environments (VEE), 2008. [36] P. Padala, K.G. Shin, X. Zhu, M. Uysal, Z. Wang, S. Singhal, A. Merchant, and K. Salem, [4] P. Apparao, S. Makineni, and D. Newell, Characterization of Network Processing Adaptive Control of Virtualized Resources in Utility Computing Environments, ACM European Conference on Computer Systems (EuroSys), 2007. Overheads in Xen, IEEE International Workshop on Virtualization Technology in Distributed Computing (VTDC), 2006. [37] Phoronix Test Suite, http://www.phoronix-test-suite.com/. [5] Autotest Framework, http://test.kernel.org/autotest. [38] Puppet, http://www.reductivelabs.com/projects/puppet/. [6] P. Barham, B. Dragovic, K. Fraser, S. Hand, T. Harris, A. Ho, R. Neugebauer, I. Pratt, and [39] B. Quetier, V. Neri, and F. Cappello, Selecting A Virtualization System For Grid/P2P Large A. Warfield, Xen and the Art of Virtualization, ACM Symposium on Operating Systems Scale Emulation, Workshop on Experimental Grid Testbeds for the Assessment of Large- Principles (SOSP), 2003. Scale Distributed Applications and Tools (EXPGRID), 2006. [7] BCFG2, http://www.bcfg2.org/. [40] R. Russell, Virtbench, http://www.ozlabs.org/~rusty/virtbench/. [8] Benchvm, http://code.google.com/p/benchvm/. [41] S. Soltesz, H. Potzl, M.E. Fiuczynski, A. Bavier, and L. Peterson, Container-based [9] Benchvm Results, http://www.clarkson.edu/projects/virtualization/benchvm/. Operating System Virtualization: A Scalable, High-performance Alternative to Hypervisors, ACM European Conference on Computer Systems (EuroSys), 2007. [10] H.K.F. Bjerke, R.J. Andresen, and J. Amundsen, Virtualization in Clusters, Course Project, [42] SPEC to Develop Standard Methods of Comparing Virtualization Performance, Press Norwegian University of Science and Technology (NTNU), Release, http://www.spec.org/specvirtualization/pressrelease.html, 2006. http://haavard.dyndns.org/virtualization/clust_virt.pdf, 2004. [11] Bonnie++, http://www.coker.com.au/bonnie++/. [43] SPECweb2005, http://www.spec.org/web2005/. [12] J.P. Casazza, M. Greenfield, and K. Shi, Redefining Server Performance Characterization [44] Sun Microsystems, Web Services Performance Comparing Java 2 Enterprise Edition (J2EE platform) and .NET Framework, for Virtualization Benchmarking, Intel Technology Journal, 2006. http://java.sun.com/performance/reference/whitepapers/WS_Test-1_0.pdf, 2004. [13] CFengine, http://www.cfengine.org/. [45] Tcltest, http://www.tcl.tk/man/tcl/TclCmd/tcltest.htm. [14] L. Cherkasova and R. Gardner, Measuring CPU Overhead for I/O Processing in the Xen [46] A. Theurer, K. Rister, O. Krieger, R. Harper, and S. Dobbelstein, Virtual Scalability: Virtual Machine Monitor, USENIX Annual Technical Conference, 2005. Charting the Performance of Linux in a Virtual World, Ottawa Linux Symposium, Volume [15] B. Clark, T. Deshane, E. Dow, S. Evanchik, M. Finlayson, J. Herne, and J.N. Matthews, 2, http://www.linuxsymposium.org/2006/proceedings.php, 2006. Xen and the Art of Repeated Research, USENIX Annual Technical Conference, 2004. [47] A. Venkatraman, V. Pandey, B. Plale, and S.S. Shei, Benchmarking Effort of Virtual [16] DejaGnu, http://www.gnu.org/software/dejagnu/. Machines on Multicore Machines, Technical Report, Indiana University, http://www.cs.indiana.edu/Research/techreports/, 2007. [17] U. Drepper, The Cost of Virtualization, ACM Queue Magazine, 2008. [48] VMware, A Performance Comparison of Hypervisors, [18] Expect, http://expect.nist.gov/. http://www.vmware.com/pdf/hypervisor_performance.pdf, 2007. [19] S.S. Foley, V. Pandey, M. Tang, F. Terkhorn, and A. Venkatraman, Benchmarking Servers [49] XenSource, A Performance Comparison of Commercial Hypervisors, http://www.xensource.com/Documents/hypervisor_performance_comparison_1_0_5_with_ using Virtual Machines, Indiana University, http://www.cs.indiana.edu/~mhtang/paper.pdf, esx-data.pdf, 2007. 2007. [20] D. Gupta, R. Gardner, and L. Cherkasova, XenMon: QoS Monitoring and Performance [50] Xm-test, http://www.xen.org/files/summit_3/xs0906-xmtest.pdf. Profiling Tool, Technical Report, Internet Systems and Storage Laboratory at HP Laboratories, 2005. Xen Summit, June 23-24, 2008, Boston, MA, USA.