7acaa5adae
* 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 <tim@scalefactory.com> * 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 <tim@scalefactory.com> * Updated cgroups.md short description * Changed file name and glossary title * Changed the title to make it consistent
18 lines
465 B
Markdown
18 lines
465 B
Markdown
---
|
|
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.
|
|
|
|
<!--more-->
|
|
|
|
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.
|