kvm_stat
Assortment of tools for the Linux kernel
Install
- All systems
-
curl cmd.cat/kvm_stat.sh
- Debian
-
apt-get install qemu-kvm
- Ubuntu
-
apt-get install linux-tools-host
- Kali Linux
-
apt-get install qemu-kvm
- Fedora
-
dnf install kernel-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install linux-tools-host
- Dockerfile
- dockerfile.run/kvm_stat
kernel-tools
Assortment of tools for the Linux kernel
linux-tools-host
Linux kernel VM host tools
qemu-kvm
KVM (for Kernel-based Virtual Machine) is a full virtualization
solution for Linux on x86 hardware. Using KVM, one can run multiple virtual machines running unmodified Linux or Windows images. Each virtual machine has private virtualized hardware: a network card, disk, graphics adapter, etc.