System monitoring service tool with tui and historical data
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
Added into Arch/AUR:
yay -S ttop
@nasl
I think that temp/throttling (IDK what is utilization) is very good idea, let me check how to do it
@nasl
Please find I added temperature sensors in 0.6.1 version. Thank you for your idea.
Also you can find new Nim lib to work with libsensonsors: https://github.com/inv2004/sensors
with libressl, with openssl It'd be very interesting to compare them with WolfSSL from curl's founding father Daniel Stenberg. It has OpenSSL API compatibility but is much lighter inside.
1.2.0 released
https://github.com/inv2004/ttop/releases/tag/v1.2.0
Nim 2.2.0 fixed memory leaked exceptions => ttop TUI does not leak anymore