I use netdata: https://www.netdata.cloud/
The UI is mobile friendly, it can basically display any metrics, and sends email notifications on problems, really easy to set up
I use netdata: https://www.netdata.cloud/
The UI is mobile friendly, it can basically display any metrics, and sends email notifications on problems, really easy to set up
Cockpit covers some of that and is quite useful as a webconsole in general.
If you are using docker, casaos is awesome. Itβs not actually an os but gives you a nice ui for viewing your hard drive space, traffic, and running containers.
Netdata would be my recommendation, but that may be a little much for the situation. I have about 5 Debian VMs for different things and one of them is a netdata server I run which collects data from itself, the other VMs, a separate minipc I have for containers, and the host OS.
Otherwise, slap btop on there and watch the pretty terminal graph
you could probably roll your own pretty easily, just prowl around /proc etc
https://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/proc.html
all 14 comments