TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The unified control group hierarchy in Linux kernel 3.16

70 点作者 chiachun将近 11 年前

4 条评论

gioele将近 11 年前
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.
maggit将近 11 年前
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 未加载
jpgvm将近 11 年前
Huge props to Tejun Heo and everyone else involved in this effort.<p>This is a big deal in our modern container powered ecosystem.
tbrownaw将近 11 年前
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. :)