Expand description
Daemon health checks โ running state, uptime, memory, restarts.
Constantsยง
- DAEMONS ๐
- All open-sesame systemd user units to check.
Functionsยง
- checks
- read_
proc_ ๐status - Read a value from
/proc/<pid>/statusby key (e.g. โVmRSSโ). Returns the value in kB. - read_
proc_ ๐uptime - Read process uptime from
/proc/<pid>/statand format as human-readable. - systemctl_
prop ๐ - Read a property from a systemd user unit via
systemctl --user show.