<https://github.com/inv2004/ttop>
# ttop System monitoring service tool with tui and historical data  * [x] Saving historical snapshots via systemd.timer * [x] Scroll via historical data * [x] TUI with critical values highlight * [x] Ascii graph of historical stats (via <https://github.com/Yardanico/asciigraph>) * [x] User-space only, doesn't require root permissions * [x] Static build * [ ] Docker-related info ## Install 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 Run ## Uninstall ttop -off rm ~/.local/bin/ttop Run
