SYSTEMD-CGLS(1) systemd-cgls SYSTEMD-CGLS(1)NAME
systemd-cgls - Recursively show control group contents
SYNOPSIS
systemd-cgls [OPTIONS...] [CGROUP...]
DESCRIPTION
systemd-cgls recursively shows the contents of the selected Linux control group hierarchy in a tree. If arguments are specified, shows all
member processes of the specified control groups plus all their subgroups and their members. The control groups may either be specified by
their full file paths or are assumed in the systemd control group hierarchy. If no argument is specified and the current working directory
is beneath the control group mount point /sys/fs/cgroup, shows the contents of the control group the working directory refers to.
Otherwise, the full systemd control group hierarchy is shown.
By default, empty control groups are not shown.
OPTIONS
The following options are understood:
-h, --help
Prints a short help text and exits.
--version
Prints a short version string and exits.
--no-pager
Do not pipe output into a pager.
--all
Do not hide empty control groups in the output.
-l, --full
Do not ellipsize process tree members.
-k
Include kernel threads in output.
-m MACHINE, --machine=MACHINE
Limit control groups shown to the part corresponding to the container MACHINE.
EXIT STATUS
On success, 0 is returned, a non-zero failure code otherwise.
SEE ALSO systemd(1), systemctl(1), systemd-cgtop(1), systemd-nspawn(1), ps(1)systemd 208SYSTEMD-CGLS(1)
Check Out this Related Man Page
SYSTEMD-CGLS(1) systemd-cgls SYSTEMD-CGLS(1)NAME
systemd-cgls - Recursively show control group contents
SYNOPSIS
systemd-cgls [OPTIONS...] [CGROUP...]
systemd-cgls [OPTIONS...] --unit|--user-unit [UNIT...]
DESCRIPTION
systemd-cgls recursively shows the contents of the selected Linux control group hierarchy in a tree. If arguments are specified, shows all
member processes of the specified control groups plus all their subgroups and their members. The control groups may either be specified by
their full file paths or are assumed in the systemd control group hierarchy. If no argument is specified and the current working directory
is beneath the control group mount point /sys/fs/cgroup, shows the contents of the control group the working directory refers to.
Otherwise, the full systemd control group hierarchy is shown.
By default, empty control groups are not shown.
OPTIONS
The following options are understood:
--all
Do not hide empty control groups in the output.
-l, --full
Do not ellipsize process tree members.
-u, --unit
Show cgroup subtrees for the specified units.
--user-unit
Show cgroup subtrees for the specified user units.
-k
Include kernel threads in output.
-M MACHINE, --machine=MACHINE
Limit control groups shown to the part corresponding to the container MACHINE.
-h, --help
Print a short help text and exit.
--version
Print a short version string and exit.
--no-pager
Do not pipe output into a pager.
EXIT STATUS
On success, 0 is returned, a non-zero failure code otherwise.
SEE ALSO systemd(1), systemctl(1), systemd-cgtop(1), systemd-nspawn(1), ps(1)systemd 237 SYSTEMD-CGLS(1)
In Windows XP, there are 3 default access control groups namely: Administrators, Users and Power Users. Is there default access control groups in Unix system? If there is, what are they?
newbie. (1 Reply)
I am attempting to ls the contents of a file. The purpose is to check if each member of the members within the file are present in the current directory. Can someone tell me why I'm only getting a part of the list when the following is performed?
-command:
ls `cat list_file`*
-list_file... (7 Replies)
Hi There,
This is more a question for the 'mainframers' of old.
I need a control structure (AIX) very similar to "GDG" files (Generation data group) as found on OS/390 to control versions of files.
Specific files have specific needs, some need to be kept for 5 versions, some for 30 and... (0 Replies)
Hi guys.
I'm willing to copy a specific file system hierarchy, but I would not like to maintain the directory tree organization.
For example:
Let's say /a/b/c is the fs I'm wanting to copy to my destination,
and that c is a directory with 30 files, 10 on /a/b/c , 10 on a/b/c/c1 and 10... (2 Replies)
Hi gurus,
I have data coming in as shown below. And in each case, I need to pick the data in the last group as shown below.
Data Set 1:
DC | 18161621
LA | 15730880
NY | 16143237
DC | 18161621
LA | 17316397
NY | 17915905
DC | 18161621
LA | 17993534
NY | 18161621
DC | 18161621... (11 Replies)
Hi,
I have an XML file and I am tring to extract some data form it, after lot of data cleaning process, I ended up with an issue, and need your urgent support.
my current input data in below format:
<Node>xxxxxx
<Node>yyyyy</Node>
<Node>zzzzzz
<Node>12345</node>
I need... (9 Replies)