From 7acaa5adaeb12f83524b8e9ca78ff424e4349bbf Mon Sep 17 00:00:00 2001 From: ljnaresh Date: Sun, 28 Jul 2019 17:53:53 +0200 Subject: [PATCH] Adding cgroups to glossary (#15106) * Adding cgroup to glossary Adding cgroup to glossary * Removed value from aka field * Updating cgroups.md with cgroups changed to cgroup Co-Authored-By: Tim Bannister * Modified cgroups to singular * Title update and remove etc Updated the title as mentioned in v2 docs and removed etc * Update cgroups.md Adding different short description Co-Authored-By: Tim Bannister * Updated cgroups.md short description * Changed file name and glossary title * Changed the title to make it consistent --- content/en/docs/reference/glossary/cgroup.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/en/docs/reference/glossary/cgroup.md 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.