digitalocean / vmtop

Real-time monitoring of KVM/Qemu VMs
Apache License 2.0
53 stars 19 forks source link

Remove LXD-specific assumption #18

Closed jdesfossez closed 3 years ago

jdesfossez commented 3 years ago

With LXD only the vcpu threads are pinned to a node, but this is not enough to mark a thread as a VCPU for other cases. We need a better solution here.

Signed-off-by: Julien Desfossez jdesfossez@digitalocean.com