Kernel —— Cgroups

1740阅读 0评论2013-08-12 firocu
分类:LINUX

== Structure ==
Control Groups provide a mechanism for aggregating/partitioning sets of
tasks, and all their future children, into hierarchical groups with
specialized behaviour.


Cgroups's funcitons
============
Resource limiting
Prioritization
Accounting
Control

Usage
=====
virtual FS
libcgroup


==Lateral Exploration==
Namespace isolation


上一篇:Kernel —— The device module
下一篇:Kernel —— LXC