Is your feature request related to a problem? Please describe.Qubes OS is a security-focused Xen distribution that allows for the creation of (mostly Linux) virtual machines and for substantial integration between them. Xen utilizes dom0 (domain 0) as the administrative hypervisor domain (usually Linux-based) and provides the xentop utility for performance monitoring. Needless to say, xentop is not the prettiest or most readable of software, especially compared to glances. If glances is ran on dom0, it treats it as a "normal" Linux distribution and only reports stats available to the dom0 VM itself, not stats for the whole system, which are available to dom0 exclusively.
Describe the solution you'd like
It would be nice if glances detected when running on a Xen dom0 hypervisor domain and displayed stats for the whole host, all other running domains included (maybe in a similar format to Docker?), not just dom0 itself.
Is your feature request related to a problem? Please describe. Qubes OS is a security-focused Xen distribution that allows for the creation of (mostly Linux) virtual machines and for substantial integration between them. Xen utilizes dom0 (domain 0) as the administrative hypervisor domain (usually Linux-based) and provides the xentop utility for performance monitoring. Needless to say,
xentop
is not the prettiest or most readable of software, especially compared toglances
. Ifglances
is ran ondom0
, it treats it as a "normal" Linux distribution and only reports stats available to thedom0
VM itself, not stats for the whole system, which are available todom0
exclusively.Describe the solution you'd like It would be nice if
glances
detected when running on a Xendom0
hypervisor domain and displayed stats for the whole host, all other running domains included (maybe in a similar format to Docker?), not justdom0
itself.