1
2LSCGROUP(1) libcgroup Manual LSCGROUP(1)
3
4
5
7 lscgroup - list all cgroups
8
9
11 lscgroup [[-g] <controllers>:<path>] [...]
12 lscgroup [-h|--help]
13
14
16 List all/chosen cgroups.
17
18
19 <controllers>:<path>
20 defines the control groups whose subgroups will be shown. If
21 this parameter is not used, the command will list all existing
22 cgroups.
23
24
26 CGROUP_LOGLEVEL
27 controls verbosity of the tool. Allowed values are DEBUG, INFO,
28 WARNING or ERROR.
29
30
32 lscgroup -g cpu:/
33 list all cgroups which are in hierarchy containing cpu con‐
34 troller
35
36
37 lscgroup -g cpu:/student
38 list all cgroups which are in hierarchy containing cpu con‐
39 troller in subgroup student
40
41
42 lscgroup
43 list all cgroups which in all hierarchies
44
45
47 lscgroup is currently supported on cgroups v1 only.
48
49
51 lssubsys (1), cgcreate (1), cgdelete (1), cgconfig.conf (5)
52
53
54
55Linux 2009-11-05 LSCGROUP(1)