Feature description
The Sysinfo widget currently plots CPU and memory, but it cannot show whether the monitored machine's primary filesystem is running out of capacity. A disk-space plot would make storage depletion visible without leaving Wave, including for remote connections already supported by Sysinfo.
Proposed scope: add a Disk Space plot type showing free capacity in GiB for the primary filesystem, using the existing Sysinfo history and plot UI. This is capacity, not disk I/O throughput.
Implementation suggestion
- Collect primary-filesystem total, used, and free bytes with the existing
gopsutil dependency and publish GiB values alongside CPU/memory in the current sysinfo event.
- Add namespaced metrics such as
disk:space:total, disk:space:used, and disk:space:free so future I/O metrics remain distinct.
- Add
Disk Space to the existing Plot Type menu, graphing free space from zero to total capacity.
- Cover collection and plot selection with focused Go/TypeScript tests and document the new custom-widget plot type.
I am ready to submit the focused implementation if this direction and naming align with Wave's product direction.
Anything else?
This request is based on the existing CPU + Mem Sysinfo widget in Wave 0.14.5. The goal is the same native graph surface, not a terminal/TUI workaround.
Feature description
The Sysinfo widget currently plots CPU and memory, but it cannot show whether the monitored machine's primary filesystem is running out of capacity. A disk-space plot would make storage depletion visible without leaving Wave, including for remote connections already supported by Sysinfo.
Proposed scope: add a
Disk Spaceplot type showing free capacity in GiB for the primary filesystem, using the existing Sysinfo history and plot UI. This is capacity, not disk I/O throughput.Implementation suggestion
gopsutildependency and publish GiB values alongside CPU/memory in the currentsysinfoevent.disk:space:total,disk:space:used, anddisk:space:freeso future I/O metrics remain distinct.Disk Spaceto the existing Plot Type menu, graphing free space from zero to total capacity.I am ready to submit the focused implementation if this direction and naming align with Wave's product direction.
Anything else?
This request is based on the existing CPU + Mem Sysinfo widget in Wave 0.14.5. The goal is the same native graph surface, not a terminal/TUI workaround.