# 找到cgroup v2的挂载点 [root@bogon ~]# mount -l | grep cgroup2 cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,seclabel,nsdelegate) # 查看虚拟文件系统下的文件,目录结构与v1完全不同。test是我创建的子级。 [root@localhost ~]# cd /sys/fs/cgroup [root@localhost cgroup]# ls -l -r--r--r--. 1 root root 0 12月 15 07:38 cgroup.controllers -rw-r--r--. 1 root root 0 12月 15 07:23 cgroup.max.depth -rw-r--r--. 1 root root 0 12月 15 07:23 cgroup.max.descendants -rw-r--r--. 1 root root 0 12月 15 07:23 cgroup.procs -r--r--r--. 1 root root 0 12月 15 07:23 cgroup.stat -rw-r--r--. 1 root root 0 12月 15 07:23 cgroup.subtree_control -rw-r--r--. 1 root root 0 12月 15 07:23 cgroup.threads -rw-r--r--. 1 root root 0 12月 15 07:23 cpu.pressure -r--r--r--. 1 root root 0 12月 15 07:23 cpu.stat -rw-r--r--. 1 root root 0 12月 15 07:23 io.pressure -rw-r--r--. 1 root root 0 12月 15 07:23 memory.pressure drwxr-xr-x. 2 yz yz 0 12月 15 07:39 test