Re: How to query the number of processes queueing for the CPU inside the VM

2024-11-29 Thread João Vilaça
That's exactly it. How can we proceed to get it into guest-get-cpustat? On Fri, Nov 29, 2024 at 3:17 PM Daniel P. Berrangé wrote: > On Fri, Nov 29, 2024 at 02:38:52PM +, João Vilaça wrote: > > In KubeVirt, through libvirt, we need to know the number of processes > > queued for the CPU inside

Re: How to query the number of processes queueing for the CPU inside the VM

2024-11-29 Thread Daniel P . Berrangé
On Fri, Nov 29, 2024 at 02:38:52PM +, João Vilaça wrote: > In KubeVirt, through libvirt, we need to know the number of processes > queued for the CPU inside the VM. > > Can we get this information through the qemu-guest-agent? The only CPU stats related command in QGA is 'guest-get-cpustat's

How to query the number of processes queueing for the CPU inside the VM

2024-11-29 Thread João Vilaça
In KubeVirt, through libvirt, we need to know the number of processes queued for the CPU inside the VM. Can we get this information through the qemu-guest-agent? -- kind regards, João Vilaça