I noticed that xid will xor the PID with the CRC of '/proc/self/cpuset' to against the situation when the process is running inside a container. Unfortunately '/proc/self/cpuset' could not be found inside my containers.
Would '/proc/self/cgroup' be a better choice?
Thanks
I noticed that
xidwill xor the PID with the CRC of '/proc/self/cpuset' to against the situation when the process is running inside a container. Unfortunately '/proc/self/cpuset' could not be found inside my containers.Would '/proc/self/cgroup' be a better choice?
Thanks