TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The unified control group hierarchy in Linux kernel 3.16

70 pointsby chiachunalmost 11 years ago

4 comments

gioelealmost 11 years ago
In the last weeks, the kernel developer Neil Brown has been contributing a series of very in-depth articles about cgroups and hierarchies in the current kernel in general. Worth reading and worth paying LWN to access the content (and the associated discussions) as soon as it is published.<p><a href="https://lwn.net/Articles/604609/" rel="nofollow">https:&#x2F;&#x2F;lwn.net&#x2F;Articles&#x2F;604609&#x2F;</a><p>* Control groups, part 1: On the history of process grouping — a look at the history of grouping processes, going back to the early days of Unix.<p>* Control groups, part 2: On the different sorts of hierarchies — a look at hierarchies, including some from inside Linux and some from outside.<p>* Control groups, part 3: First steps to control — a look at the more simple cgroup subsystems.<p>* Control groups, part 4: On accounting — hierarchical accounting in the remaining cgroup subsystems.<p>* Control groups, part 5: The cgroup hierarchy — options and implications for hierarchical structure.
maggitalmost 11 years ago
I had no idea what a control group is, so here is a short summary for others in my position:<p>- cgroups (abbreviated from control groups) is a Linux kernel feature to limit, account, and isolate resource usage (CPU, memory, disk I&#x2F;O, etc.) of process groups.<p>- Various projects are using cgroups as their basis, including Docker<p><a href="http://en.wikipedia.org/wiki/Cgroups" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Cgroups</a>
评论 #8131035 未加载
评论 #8131008 未加载
jpgvmalmost 11 years ago
Huge props to Tejun Heo and everyone else involved in this effort.<p>This is a big deal in our modern container powered ecosystem.
tbrownawalmost 11 years ago
Hearing about cgroups always reminds me of the resource metering&#x2F;dispensing parts of the KeyKOS papers. <a href="http://www.cis.upenn.edu/~KeyKOS/" rel="nofollow">http:&#x2F;&#x2F;www.cis.upenn.edu&#x2F;~KeyKOS&#x2F;</a><p>Convergent evolution is fun. :)