LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

lscgroup

lists cgroups in the system

TLDR

List all cgroups
$ lscgroup
copy
List specific controller
$ lscgroup [cpu]
copy
List specific cgroup
$ lscgroup [cpu:/mygroup]
copy
Show all controllers
$ lscgroup -a
copy
List cgroup hierarchy
$ lscgroup [memory]
copy

SYNOPSIS

lscgroup [options] [controller]

DESCRIPTION

lscgroup lists cgroups in the system. Cgroups control resource allocation for processes.The tool shows the cgroup hierarchy for controllers like cpu, memory, and blkio.

PARAMETERS

CONTROLLER

Cgroup controller name.
-a
Show all controllers.
-g GROUP
Show specific group.
--help
Display help information.

INSTALL

sudo apt install cgroup-tools
copy
sudo apk add cgroup-tools
copy

CAVEATS

Cgroups v1 tool. May differ for cgroups v2. Part of libcgroup-tools.

HISTORY

lscgroup is part of libcgroup tools for managing Linux control groups for resource management.

SEE ALSO

cgcreate(1), cgexec(1), cgset(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid