Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

systemd-cgls(1) [centos man page]

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 208 SYSTEMD-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)
Man Page

7 More Discussions You Might Find Interesting

1. Programming

How to control I/O in Linux?

Do anyone know how to program to control I/O - through RS 232? For example VC++, inport & outport. Any comment? (2 Replies)
Discussion started by: lcfoo
2 Replies

2. Filesystems, Disks and Memory

Access Control

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)
Discussion started by: zertoir
1 Replies

3. Shell Programming and Scripting

ls contents of a file

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)
Discussion started by: douknownam
7 Replies

4. UNIX for Dummies Questions & Answers

File Versions (GDG)

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)
Discussion started by: Bizcut
0 Replies

5. UNIX for Dummies Questions & Answers

cp without maintaining the soucre directory tree hierarchy

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)
Discussion started by: 435 Gavea
2 Replies

6. Shell Programming and Scripting

How to pick a group of data using awk/ksh

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)
Discussion started by: calredd
11 Replies

7. Shell Programming and Scripting

Append Next line with current Line bassed on condition

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)
Discussion started by: rramkrishnas
9 Replies