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?
Get error ``` Unexpected error on VM creation: (, ValueError("invalid literal for int() with base 10: 'size=26214400k'"), ) 1 VMs Done Node 0: 0 VMs (0 vcpus, 0.00 GB mem...
Hi. Does it also collect the single VM's actual memory use? (Used balloon query earlier, but after qmp update, doesnt work at all) thx in advance