diff --git a/content/en/docs/reference/glossary/cgroup.md b/content/en/docs/reference/glossary/cgroup.md new file mode 100644 index 0000000000..564cb92e15 --- /dev/null +++ b/content/en/docs/reference/glossary/cgroup.md @@ -0,0 +1,17 @@ +--- +title: cgroup (control group) +id: cgroup +date: 2019-06-25 +full_link: +short_description: > + A group of Linux processes with optional resource isolation, accounting and limits. + +aka: +tags: +- fundamental +--- +A group of Linux processes with optional resource isolation, accounting and limits. + + + +cgroup is a Linux kernel feature that limits, accounts for, and isolates the resource usage (CPU, memory, disk I/O, network) for a collection of processes.