issues
search
cooperlees
/
monitord
Script to parse systemd units and components health + offer telemetry
GNU General Public License v2.0
20
stars
7
forks
source link
Add base pid1 stats
#55
Closed
cooperlees
closed
1 year ago
cooperlees
commented
1 year ago
Optionally (config driven) pull from procfs
https://manpages.debian.org/buster/manpages/procfs.5.en.html
Goals:
See CPU, Memory + thread regressions & spikes
Make new stats struct memory optional so we don't add to JSON if None
Test:
Fix json tests + add a pid1 unittest
Risky pid1 unitest expecting there always to be a PID1 - Should be :D
Fixes #54
Test:
Fixes #54