如何知道自己的VPS主机(云主机)用什么虚拟技术实现的?



最近弄了一天云主机(VPS)就是想知道它是用什么虚拟技术实现的?我所了解的是KVM比较多。

我一开始使用命令: dmesg,查看系统的启动信息,我看到了有如下信息:

[ 0.000000] DMI: Xen HVM domU, BIOS 4.2.amazon 12/07/2015
[ 0.000000] Hypervisor detected: Xen HVM
[ 0.000000] Xen version 4.2.
[ 0.000000] Xen Platform PCI: I/O protocol version 1
[ 0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[ 0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
You might have to change the root device
from /dev/hd[a-d] to /dev/xvd[a-d]

从这里我知道了这台云主机是使用的是xen虚拟技术实现的。另外在这个  /proc/ 目录下也有 xen 目录,因此我更确定了。 


另外,我也在网上找到了一篇关于如何知道主机的VPS是使用什么技术实现的文章,介绍的方法也比较多,链接如下:

http://defcon.cn/2549.html


你可能感兴趣的:(vps,虚拟技术)