Files
tldr/pages.zh/linux/cgroups.md

17 lines
439 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cgroups
> Cgroups控制组是Linux内核的一项功能用于限制、测量和控制进程的资源使用。
> 然而Cgroups并不是一个命令而是一组命令详见下面的相关页面。
> 更多信息:<https://www.kernel.org/doc/Documentation/cgroup-v2.txt>。
- 查看`cgclassify`的文档:
`tldr cgclassify`
- 查看`cgcreate`的文档:
`tldr cgcreate`
- 查看`cgexec`的文档:
`tldr cgexec`