syswatch 0.3.0

Single-host, read-only system diagnostics TUI. Twelve tabs covering CPU, memory, disks, processes, GPU, power, services, network, plus a Timeline scrubber and an Insights anomaly engine. Sibling to netwatch.
1
2
3
4
5
6
pub mod chrome;
pub mod graph;
pub mod palette;
pub mod settings;
pub mod theme;
pub mod widgets;