Is there a way to tell if I am on a XEN or KVM linux server? Reason I asked is nothing is on top yet I am seeing load averages high well after I do tasks and I am getting hangs/spikes when I do simple tasks
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
If you have
For example, the first few lines of output on one of my computers is:
A virtual machine from Microsoft? I'm running on Hyper-V. |
|||||
|
|
There is code that can detect this: http://ivanlef0u.fr/repo/windoz/rootkit/invisiblethings/redpill.html You can also check dmesg and lspci. Xen PV guest or Xen guests with PV drivers will have something xen-related in dmesg dmesg | egrep -i 'xen|front |
|||
|
|