Saya akan memeriksa untuk memastikan bahwa para tamu KVM disediakan sehingga mereka dapat menggunakan semua sumber daya host (CPU, RAM, dll.). Biasanya tamu KVM hanya dialokasikan misalnya 1-2 CPU (core) pada sistem yang mungkin mengandung lebih banyak.
Ini berarti Anda tidak membandingkan hal yang sama persis ketika melihat sumber daya host vs internal tamu KVM yang diberikan.
Sebagai contoh
Tuan rumah memiliki yang berikut:
$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 12
On-line CPU(s) list: 0-11
Thread(s) per core: 2
Core(s) per socket: 6
CPU socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 45
Stepping: 7
CPU MHz: 1200.000
BogoMIPS: 6404.04
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 12288K
NUMA node0 CPU(s): 0-11
Sementara salah satu tamu KVM memiliki ini:
$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 1
On-line CPU(s) list: 0
Thread(s) per core: 1
Core(s) per socket: 1
CPU socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 6
Stepping: 3
CPU MHz: 3202.024
BogoMIPS: 6404.04
Hypervisor vendor: KVM
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 4096K
NUMA node0 CPU(s): 0