File: cgdelete.1

package info (click to toggle)
libcgroup 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,840 kB
  • sloc: ansic: 15,527; python: 8,219; cpp: 5,652; sh: 5,209; yacc: 470; makefile: 419; lex: 38
file content (51 lines) | stat: -rw-r--r-- 1,131 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.\" Copyright (C) 2009 Red Hat, Inc. All Rights Reserved.
.\" Written by Jan Safranek <jsafrane@redhat.com>

.TH CGDELETE  1 2009-10-26 "Linux" "libcgroup Manual"
.SH NAME

cgdelete \- remove control group(s)

.SH SYNOPSIS
\fBcgdelete\fR [\fB\-h\fR] [\fB\-r\fR] [\fB\-b\fR] [[\fB\-g\fR]
<\fIcontrollers\fR>:\fI<path\fR>] ...

.SH DESCRIPTION
The \fBcgdelete\fR
program removes all specified control groups.

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

.TP
.B [\-g] <controllers>:<path>
Defines the control group to delete. Multiple control groups may be
specified.
.B \-g
is optional.

.TP
.B \-h, \-\-help
Display this help and exit.

.TP
.B \-r, \-\-recursive
Recursively remove all subgroups.

.SH ENVIRONMENT VARIABLES
.TP
.B CGROUP_LOGLEVEL
controls verbosity of the tool. Allowed values are \fBDEBUG\fR,
\fBINFO\fR, \fBWARNING\fR or \fBERROR\fR.

.SH EXAMPLES
.TP
.B cgdelete -g cpu,devices:/test
remove control group test from hierarchies containing cpu and device controllers


.SH SEE ALSO
cgcreate (1), lscgroup (1)