Question 5
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?
virtual routing and forwarding instances
Correct answer: D
Explanation:
Control groups (cgroups) is a Linux kernel feature that limits, accounts for, and isolates the CPU, memory, disk I/O, and network usage of one or more processes678. It allows you to allocate resources among userdefined groups of processes running on a system.You can monitor the groups of processes, deny the groups of processes access to certain resources, or even freeze groups of processes
Control groups (cgroups) is a Linux kernel feature that limits, accounts for, and isolates the CPU, memory, disk I/O, and network usage of one or more processes678. It allows you to allocate resources among userdefined groups of processes running on a system.You can monitor the groups of processes, deny the groups of processes access to certain resources, or even freeze groups of processes