epeng
epeng
When will this problem be resolved?
> This is a key feature we are wanting to introduce in v2. #120 > […](#) > On Wed, May 17, 2023, 19:11 epeng ***@***.***> wrote: When will this problem...
> Thanks. I use **cgroup v2** on the host, and use docker's **-v /var/lib/lxcfs/proc/stat:/proc/stat** option to bind /proc/stat to the container. In the container, **cat /proc/stat** gets the contents of...
lxcfs doesn't print anything special. I think read_cpuacct_usage_all does not support cgroup v2, because there is no cpuacct.usage_all or cpuacct.usage_percpu. ``` /* * Read cpuacct.usage_all for all CPUs. * If...