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

cgdelete - remove control group(s)

Description

       The cgdelete program removes all specified control groups.

       -b     ignores the default systemd delegated hierarchy path and constructs the path of the control groups
              relative to the cgroup root hierarchy.

       [-g]<controllers>:<path>
              Defines the control group to delete. Multiple control groups may be specified.  -g is 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, WARNING or ERROR.

Examples

cgdelete-gcpu,devices:/test
              remove control group test from hierarchies containing cpu and device controllers

Name

       cgdelete - remove control group(s)

See Also

       cgcreate (1), lscgroup (1)

Linux                                              2009-10-26                                        CGDELETE(1)

Synopsis

cgdelete [-h] [-r] [-b] [[-g] <controllers>:<path>] ...

See Also