digitalocean / vmtop

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

Fix refresh rate #20

Closed jdesfossez closed 1 year ago

jdesfossez commented 1 year ago

There were 2 bugs:

This commit fixes both issues by making the tool wait for a full refresh period before its first output, and by checking the "stop" flag while waiting for the next refresh output.

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