Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

[Feature]: Add disk capacity history to Sysinfo

Aperta
#3,471 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
66/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Tranquilla
Stack tecnologico
go, typescript

Direzione di ricerca

Start by tracing the existing sysinfo event and CPU/memory history implementation, then inspect the gopsutil collection path and the current Plot Type menu. Done means namespaced disk capacity metrics are published in GiB, the Disk Space plot graphs free space against total capacity, focused Go/TypeScript tests cover the behavior, and the custom-widget documentation is updated.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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.

Lingua principale
Go
Stelle
22.3k
Fork
1.1k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di wavetermdev/waveterm

Tutte le issue di wavetermdev/waveterm

Issue simili

Altre issue su Go

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.