1
2CGDELETE(1)                    libcgroup Manual                    CGDELETE(1)
3
4
5

NAME

7       cgdelete - remove control group(s)
8
9

SYNOPSIS

11       cgdelete [-h] [-r] [[-g] <controllers>:<path>] ...
12
13

DESCRIPTION

15       The cgdelete program removes all specified control groups.
16
17
18       [-g] <controllers>:<path>
19              Defines the control group to delete. Multiple control groups may
20              be specified.  -g is optional.
21
22
23       -h, --help
24              Display this help and exit.
25
26
27       -r, --recursive
28              Recursively remove all subgroups.
29
30

ENVIRONMENT VARIABLES

32       CGROUP_LOGLEVEL
33              controls verbosity of the tool. Allowed values are DEBUG,  INFO,
34              WARNING or ERROR.
35
36

EXAMPLES

38       cgdelete -g cpu,devices:/test
39              remove  control  group  test from hierarchies containing cpu and
40              device controllers
41
42
43

SEE ALSO

45       cgcreate (1), lscgroup (1)
46
47
48
49Linux                             2009-10-26                       CGDELETE(1)
Impressum