cgclassify
Move running task(s) to given cgroups. More information: <https://manned.org/cgclassify>.
Install
- All systems
-
curl cmd.cat/cgclassify.sh
- Debian
-
apt-get install cgroup-tools
- Ubuntu
-
apt-get install cgroup-tools
- Kali Linux
-
apt-get install cgroup-tools
- CentOS
-
yum install libcgroup
- Fedora
-
dnf install libcgroup-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cgroup-tools
- Raspbian
-
apt-get install cgroup-tools
- Dockerfile
- dockerfile.run/cgclassify
Move running task(s) to given cgroups. More information: <https://manned.org/cgclassify>.
-
Move the process with a specific PID to the control group student in the CPU hierarchy:
cgclassify -g cpu:student 1234
-
Move the process with a specific PID to control groups based on the `/etc/cgrules.conf` configuration file:
cgclassify 1234
-
Move the process with a specific PID to the control group student in the CPU hierarchy. Note: The daemon of the service `cgred` does not change `cgroups` of the specific PID and its children (based on `/etc/cgrules.conf`):
cgclassify --sticky -g cpu:/student 1234
© tl;dr; authors and contributors