syswatch 0.5.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
7
pub mod chrome;
pub mod graph;
pub mod help;
pub mod palette;
pub mod settings;
pub mod theme;
pub mod widgets;