vmtop
vmtop copied to clipboard
Real-time monitoring of KVM/Qemu VMs
This change adds vmexit counts for each vmexit reason in CSV format. The output will be following: 1. $ sudo ./vmtop.py --node 0 --vm --vmexit --csv CSV 2. $ cat...
Dear all, I tried to fire up your program on a Debian 12 using kernel 6.1.0-6-amd64. I have one running VM, and my /sys/fs/cgroup//machine.slice/machine-qemu\\x2d1\\x2dsanyi.scope/libvirt/emulator/cpuset.cpus contains only a "\n". the app...
Hii, I am trying to install vmtop but when i run the command: # sudo ./vmtop.py --vm --limit 10 --sort vcpu_steal it shown just one vm and appear this errors:...
The method we currently use to identify the vpcu threads in qemu only works with libvirt's approach. Using QMP will be more generic: ``` query-cpus-fast ```
particularly interested in capturing the number of times the exit reason is stated as `EXCEPTION_OR_NMI` ? 👼 any interest in this?