cgdelete (1) Linux Manual Page
NAME
cgdelete – remove control group(s)
SYNOPSIS
cgdelete [-h] [-r] [[-g] <controllers>:<path>] …
DESCRIPTION
The cgdelete program removes all specified control groups.
[-g] <controllers>:<path>- Defines the control group to delete. Multiple control groups may be specified.
-gis optional. -h, –help- Display this help and exit.
-r, –recursive- Recursively remove all subgroups.
ENVIRONMENT VARIABLES
CGROUP_LOGLEVEL- controls verbosity of the tool. Allowed values are
DEBUG,INFO,WARNINGorERROR.
EXAMPLES
cgdelete -g cpu,devices:/test- remove control group test from hierarchies containing cpu and device controllers
SEE ALSO
cgcreate (1), lscgroup (1), cgclear (1)
