KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V). It consists of a loadable kernel module, kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. KVM also requires a modified QEMU although work is underway to get the required changes upstream.
by lik » Tue Oct 09, 2012 12:35 am
-
lik
- Founder
-
- Posts: 497
- Joined: Wed Dec 15, 2010 3:21 am
by lik » Wed Jan 02, 2013 1:00 pm
- Code: Select all
echo "KSM pages shared: $(( $(cat /sys/kernel/mm/ksm/pages_sharing) * $(getconf PAGESIZE) / 1024 / 1024 ))Mb"
-
lik
- Founder
-
- Posts: 497
- Joined: Wed Dec 15, 2010 3:21 am
Return to KVM related