tobert / pcstat

Page Cache stat: get page cache stats for files on Linux
Apache License 2.0
1.22k stars 152 forks source link

fixed setns system call error #40

Open cyub opened 1 month ago

cyub commented 1 month ago

The first parameter fd of the setns system call should refers to a /proc/[pid]/ns/ link. setns fails, then cannot get the page cache for a containerized process.