So I'm using this tin-foil-hat linux distro called Qubes OS. One thing that's been bothering me is how to get at overall system load stats.
I can see each VM's basic CPU / Mem / Disk usage in the hypervisor window:
https://csgergo.blogs.balabit.com/files/2012/12/snapshot3.png (for some reason, the photo popup is spinning forever, I have not seen that on stackexchange before...)
So if I know the amount of physical memory / disk, then I can do my own math, but you would think that the xen hypervisor has a way to see overall system stats, right?
From the Qubes architecture, you would think dom0 would have access to this, but a top only shows what fraction of dom0s 2 gb of RAM it's using.
I see the command qvm-top, which shows me this:
--------------------+-----+------+
name | cpu | mem |
--------------------+-----+------+
untrusted-browsing | 1.8 | 1722 |
disp3 | 1.2 | 2601 |
sys-firewall | 0.1 | 660 |
sys-net | 0.1 | 301 |
dom0 | 0.0 | 2967 |
but again, nothing about system totals.
I also found this page describing the details of qmemman that handles memory management between VMs, but (to my skill level) I don't see anything there allowing me to get a pretty-print of statistics.