mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 09:48:43 +00:00
Update cheatsheets
This commit is contained in:
@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
> Move running tasks to `cgroups`.
|
||||
> More information: <https://manned.org/cgclassify>.
|
||||
|
||||
- Move the process with a specific PID to the control group student in the CPU hierarchy:
|
||||
- Move the process with a specific PID to the control [g]roup student in the CPU hierarchy:
|
||||
|
||||
`cgclassify -g {{cpu:student}} {{1234}}`
|
||||
|
||||
@@ -16,6 +16,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`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`):
|
||||
- Move the process with a specific PID to the control [g]roup 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}}`
|
||||
|
||||
Reference in New Issue
Block a user