nerdexam
Juniper

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…

Cloud Fundamentals

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)
  • A
    5% (1)
  • B
    5% (1)
  • C
    73% (16)
  • D
    18% (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

#cgroups#Linux#resource limits#process isolation

Community Discussion

No community discussion yet for this question.

Full JN0-214 Practice