JN0-214 · Question #22
You want to limit the memory, CPU, and network utilization of a set of processes running on a Linux host. Which Linux feature would you configure in this scenario?
The correct answer is C. control groups. Control Groups (cgroups) are a Linux kernel feature that allows you to limit, account for, and isolate the resource usage (CPU, memory, disk I/O, network) of a set of processes. cgroups are commonly used in containerization technologies like Docker and Kubernetes to enforce…
Question
You want to limit the memory, CPU, and network utilization of a set of processes running on a Linux host. Which Linux feature would you configure in this scenario?
Options
- Avirtual routing and forwarding instances
- Bnetwork namespaces
- Ccontrol groups
- Dslicing
How the community answered
(22 responses)- A5% (1)
- B5% (1)
- C73% (16)
- D18% (4)
Explanation
Control Groups (cgroups) are a Linux kernel feature that allows you to limit, account for, and isolate the resource usage (CPU, memory, disk I/O, network) of a set of processes. cgroups are commonly used in containerization technologies like Docker and Kubernetes to enforce resource
Topics
Community Discussion
No community discussion yet for this question.