digitalocean / vmtop

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

Grab numa nodes + CPU mapping from sysfs, allow running on non NUMA m… #15

Closed pmmccorm closed 3 years ago

pmmccorm commented 3 years ago

…achines.

Centralize Node object initialization in the class init routine. Define some utility functions to read strings/ints from a given file. If not running on a numa machine pretend we are running on Node0 w/ all online CPUs on same node.