How to Check the VPS Virtualization Architecture on Linux, Supporting KVM and OpenVZ

7,501 0

There are many VPS virtualization technologies available on the market, such as OpenVZ, Xen, VMware vSphere, Hyper-V, KVM, and Xen's HVM and PV. In Xen, PV is paravirtualization, while HVM is full virtualization. PV can only be used for systems with a Linux kernel, whereas HVM can virtualize all common operating systems (Linux + Windows).

In theory, HVM is slightly less efficient than PV. In addition, HVM requires CPU virtualization instruction support, while PV does not. OpenVZ is an operating system-level full virtualization solution similar to Linux-VServer. Currently, there are relatively many VPS providers based on Xen and OpenVZ.

The following explains how to check the virtualization architecture of a VPS.

Run the following command over SSH to install virt-what:

CentOS system

Plain Text
yum install virt-what

Debian/Ubuntu system

Plain Text
apt-get install virt-what

After the installation is complete, use the following command:

Plain Text
virt-what

This will display the virtualization architecture of the Linux VPS.

The following shows my server's architecture, which is KVM.

Comments

(0)

No comments yet. Start the conversation.

Leave a comment