vote up 4 vote down star

I have the following comparison questions of KVM, and Xen:

  1. Security (how different are KVM and Xen here?)
  2. Speed(I'm a long time user of VMWare Workstation but there I'd think the loss is around 50 % to the native speed, this is IMHO too much)
  3. Stability (do Xen and KVM differ here much?)
  4. Maintainability (how difficult or easy is ot to set up machines, and/or migrate them)

I like to setup a "virtual" machine cluster in which I probably have 3-4 virtual machines. I'd like to route all the traffic through one "router" and like to mimize the task the of the Virtual Machine Hypervisor. I'd like to run different Linux machines and maybe a few Windows Operating Systems also (Windows XP, Ws-2003-64, if I'm forced to Vista).

Are there any good web pages I have overseen?

Ok, small update. I have Xen up an running on a Debian box, but found one bug I reported. I've installed the kvm stuff also but not yet given a serious try. So am still "unshure" about "maturity"...

It's simply amazing how powerful today machienes are. Run one or two extra virtual machine does not make a difference, hard to believe....

flag

50% accept rate

6 Answers

vote up 2 vote down

I've found XEN to be a pain because it requires a seperate kernel while KVM is just kernel module. However I've only used Virtualization on a single machine not in clusters.

Also the news about Red Hat switching over to KVM from XEN is interesting.

http://www.redhat.com/about/news/prarchive/2008/virtualization.html

link|flag
vote up 1 vote down

I've been looking at this lately myself... with Xen Server now free I would go with Xen. VM Ware is the market leader in server virtualization but it costs a premium. With the corporate backing of Citrix on Xen Server it is going to have larger strides forward than a lesser popular KVM type of virtualization.

To answer your questions directly:

  1. same
  2. similar speed degradation but I would think Xen Server on bare metal would have more capability of optimization
  3. Stability I would say Xen over KVM but VMWare is probably #1
  4. Xen Server

http://www.citrix.com/English/ps2/products/feature.asp?contentID=1686939 http://virt.kernelnewbies.org/TechComparison http://www.webperformanceinc.com/library/reports/LoadTestingVirtualizationPerformance/index.html (VM Ware)

Those are my thoughts, hope it helps.

link|flag
What premiun? VMware server is free: vmware.com/products/server – Julien Apr 15 at 0:21
Thanks Julien, I wasn't aware they had a free server version. I think Xen would more compare to the VM Infrastructure product vmware.com/products/vi/buy.html because of the live motion. Xen is lightweight OS directly on top the hardware where VM Server is an application on top of your OS. – csharp4me Apr 15 at 17:22
The free version is only recent (v5.5) but is a solid product so far in our evaluation – Rob Nicholson Jul 28 at 13:09
vote up 1 vote down

It depend on What host you want to use. If you can use Ubuntu then KVM is a LOT easier to actually make something work. If you are a VM power user and having a Nice GUI to attach USB devices etc is important to you then you will want to go with XEN. The development branch of KVM has all the wizbang gadgets you want though they have not yet made it to the mainstream.

It also depends on what else you want the host system to be able to do. When running Xen I had trouble getting openGL applications to run on the host for instance. KVM is very unobtrusive to the host and leave everything else alone. If you are dedicating the box to nothing but VMs then this is of course not an issue.

in short: if you want easy to set up: KVM if you want fancy features: Xen.

ps: by the time I finish writing this something in KVM will have improved.

link|flag
I can live with some "harder" setup. As written before the three first points are of highest interest to me. – Friedrich Apr 16 at 5:42
vote up 0 vote down

VMware ESXi is now available as a free download. Check out VMware.com for more details:

http://vmware.com/products/esxi/

link|flag
do you work for VMware? – Arthur Ulfeldt Jul 17 at 23:54
vote up 0 vote down

Have you thought of proxmox?

Neither Xen not VMware let's you plug more than 8 vcpus to a single machine and both of them pass the vcpus as sockets to the host OS.

Instead, proxmox (qemu+KVM) can pass sockets and cores per socket to the vm.

link|flag
vote up -1 vote down

kvm switch is a better option, I suppose with nice speed and durability is concerned. http://www.kvmstuff.com/server-management/kvm-switches.html

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.