Focus on cloud service provider activities
Notes on website operation and maintenance

Using virt what to detect the virtualization mode of Linux VPS/server

When we purchase VPS and servers, merchants generally mark whether KVM, XEN, or even the virtualization mode of OPENVZ architecture is used. However, there are also some businesses that do not mark it, because some software programs can be installed and run only in specific virtual technology, so we still need to be clear. Of course, some businesses may tell us about a virtual technology. We are worried that they will cheat our users and check whether it is true (of course, ordinary businesses dare not).

Here we just need to install the virt what gadget in the Linux VPS/server to check it out. Let's watch it together.

First, virt what installation

1、 CentOS

yum install virt-what -y

2、 Debian/Ubuntu

apt install virt-what -y

 Virt what installation

Second, detect virtualization

 Using virt what to detect Linux VPS/server virtualization mode - Page 2

Here we can enter the script:

virt-what

View the KVM architecture and input virt-what --version You can see which version it is.

Vote for you
Domain name host preferential information push QQ group: six hundred and twenty-seven million seven hundred and seventy-five thousand four hundred and seventy-seven Get preferential promotion from merchants.
Like( zero )
Do not reprint without permission: Lao Zuo's Notes » Using virt what to detect the virtualization mode of Linux VPS/server