Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

systemd-cgls(1) [debian 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. OPTIONS
The following options are understood: -h, --help Prints a short help text and exits. --no-pager Do not pipe output into a pager. -k Include kernel threads in output. EXIT STATUS
On success 0 is returned, a non-zero failure code otherwise. SEE ALSO
systemd(1), systemctl(1), systemd-cgtop(1), ps(1) AUTHOR
Lennart Poettering <lennart@poettering.net> Developer systemd 10/07/2013 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

6 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. 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

3. 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

4. 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

5. UNIX for Dummies Questions & Answers

text file processing

Hello! There is a text file, that contains hierarchy of menues, like: Aaaaa->Bbbbb Aaaaa->Cccc Aaaaa-> {spaces} Ddddd (it means that the full path is Aaaaa->Cccc->Ddddd ) Aaaaa-> {more spaces} Eeeee (it means that the full path is Aaaaa->Cccc->Ddddd->Eeeee ) Fffffff->Ggggg... (1 Reply)
Discussion started by: alias47
1 Replies

6. UNIX for Dummies Questions & Answers

Can 'file' be used recursively?

I'd like find all the files with names containing a certain pattern, in a directory hierarchy - not just a single directory. For example: file *.txt But throughout the entire hierarchy. Can this be done? If so, how? Thank you (4 Replies)
Discussion started by: jsmith_4242
4 Replies