Cgexec - Control Linux Resources | Online Free DevTools by Hexmos
Control Linux process resources with Cgexec. Limit CPU, memory, and other resources to improve system stability and performance. Free online tool, no registration required.
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 c[g]roup with given controller:
cgexec -g {{controller}}:{{cgroup_name}} {{process_name}}