System monitor service with historical data
- Saving historical snapshots via systemd.timer
- Scroll via historical data
- TUI with critical values highlight
- Ascii graph of historical stats (via https://github.com/Yardanico/asciigraph)
- User-space only, doesn't require root permissions
- Static build
- Docker-related info
wget https://github.com/inv2004/ttop/releases/latest/download/ttop
chmod +x ttop
mv ttop ~/.local/bin/ # add into PATH
ttop -on # to enable data collector in systemd
ttop -off
rm ~/.local/bin/ttop