nicolargo / glances

Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
http://nicolargo.github.io/glances/
Other
26.9k stars 1.53k forks source link

Support for Xen hypervisor domains, such as Qubes OS's dom0 for data input #2184

Open Atrate opened 2 years ago

Atrate commented 2 years ago

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.

nicolargo commented 2 years ago

Resources for dev:

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 3 months with no activity.

github-actions[bot] commented 2 months ago

This issue is stale because it has been open for 3 months with no activity.

Atrate commented 2 months ago

Bump