-
Notifications
You must be signed in to change notification settings - Fork 0
Watchdog
Niels Neumann edited this page Jul 17, 2025
·
1 revision
Deamon programm constantly checking system vitals with
$ nvidia-smi --query-gpu=temperature.gpu,utilization.gpu,power.draw --format=csv -l 5
$ sensors -A -u
$ liquidctl status
$ make monitor
$ ./monitor
Monitor programm can also runned in background with $ ./monitor &.
For developing or debugging $ ./monitor -D.
If the monitor programm can't find the device, check for /dev/ttyUSB0. It's
used as an default value. Changes with $ ./monitor -p {device-path}.