top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Linux : What is linux C groups and the role of this in virtualization ?

+2 votes
273 views
Linux : What is linux C groups and the role of this in virtualization ?
posted Apr 12, 2018 by Harshita

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

When we talk about virtualization, it means running processes/applications in an isolated environment from the host machine. To run each process, there is need to cpu, memory, disk I/O, network etc. Linux kernel supports a feature i.e. known as control groups (cgroups) that allocates, account for and isolate hardware resources for a groups of processes.
This cgroups features is used in Docker, LXC and VMs.

answer Apr 17, 2018 by Vikram Singh
...