mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
cgexec: add page (#6767)
This commit is contained in:
parent
a0a0d6c3fb
commit
a8615b3e0b
1 changed files with 9 additions and 0 deletions
9
pages/linux/cgexec.md
Normal file
9
pages/linux/cgexec.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# cgexec
|
||||
|
||||
> Limit, measure, and control resources used by processes.
|
||||
> Multiple cgroup types (aka controllers) exist, such as `cpu`, `memory`, etc.
|
||||
> More information: <https://manned.org/cgexec>.
|
||||
|
||||
- Execute a process in a given cgroup with given controller:
|
||||
|
||||
`cgexec -g {{controller}}:{{cgroup_name}} {{process_name}}`
|
Loading…
Add table
Reference in a new issue