cgclassify: add page (#11437)

pull/23/head
Sebastiaan Speck 2023-11-10 13:30:26 +01:00 committed by GitHub
parent 6394a05f29
commit 47b71cbb5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/linux/cgclassify.md Normal file
View File

@ -0,0 +1,16 @@
# 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}}`