diff --git a/pages/linux/cgexec.md b/pages/linux/cgexec.md new file mode 100644 index 000000000..426fc91cf --- /dev/null +++ b/pages/linux/cgexec.md @@ -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: . + +- Execute a process in a given cgroup with given controller: + +`cgexec -g {{controller}}:{{cgroup_name}} {{process_name}}`