logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lscgroup - list all cgroups

Description

       List all/chosen cgroups.

       <controllers>:<path>
              defines  the  control  groups  whose  subgroups will be shown.  If this parameter is not used, the
              command will list all existing cgroups.

Environment Variables

CGROUP_LOGLEVEL
              controls verbosity of the tool. Allowed values are DEBUG, INFO, WARNING or ERROR.

Examples

lscgroup-gcpu:/
              list all cgroups which are in hierarchy containing cpu controller

       lscgroup-gcpu:/student
              list all cgroups which are in hierarchy containing cpu controller in subgroup student

       lscgroup
              list all cgroups which in all hierarchies

Name

       lscgroup - list all cgroups

Notes

       lscgroup is currently supported on cgroups v1 only.

See Also

       lssubsys (1), cgcreate (1), cgdelete (1), cgconfig.conf (5)

Linux                                              2009-11-05                                        LSCGROUP(1)

Synopsis

lscgroup [[-g] <controllers>:<path>] [...]
       lscgroup [-h|--help]

See Also