kvm_stat

Assortment of tools for the Linux kernel

Install

All systems
curl cmd.cat/kvm_stat.sh
Debian Debian
apt-get install qemu-kvm
Ubuntu
apt-get install linux-tools-host
image/svg+xml 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

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.