pub const PROCESS_GROUP_LEADER_PID: &str = "process.group_leader.pid";
The PID of the process’s group leader. This is also the process group ID (PGID) of the process.
23