System monitoring service
Go to file
2021-02-03 13:35:00 +01:00
.drone.yml Create .drone.yml 2021-02-03 13:35:00 +01:00
.gitignore Initial comit, add code 2021-02-03 12:39:39 +01:00
configure.ac Add code 2021-02-03 12:40:43 +01:00
ini.c Add code 2021-02-03 12:40:43 +01:00
ini.h Add code 2021-02-03 12:40:43 +01:00
LICENSE Initial commit 2021-02-03 12:37:10 +01:00
Makefile.am Add code 2021-02-03 12:40:43 +01:00
README.md Initial comit, add code 2021-02-03 12:39:39 +01:00
sysmon.c add unix domain socket support 2021-02-03 13:24:48 +01:00
sysmond add unix domain socket support 2021-02-03 13:24:48 +01:00
sysmond.conf add unix domain socket support 2021-02-03 13:24:48 +01:00
sysmond.service Add code 2021-02-03 12:40:43 +01:00

Jetson Nano system monitor.

Simple service that monitors system resource and shutdowns the system when the battery is low

This service require the ADS1115 is connected to the Nano and is handled by the ads1015 linux driver

The battery voltage value is available on user space as the content of

cat /sys/class/hwmon/hwmon2/device/in3_input

Statistic information that the daemon outputs:

  • Battery
  • CPU usage
  • Memory usage
  • CPU/GPU temperature
  • Network trafic