| From: |
| Glauber Costa <glommer@parallels.com> |
| To: |
| linux-kernel@vger.kernel.org |
| Subject: |
| [PATCH 00/10] Per-cgroup /proc/stat information |
| Date: |
| Sun, 2 Oct 2011 23:21:17 +0400 |
| Message-ID: |
| <1317583287-18300-1-git-send-email-glommer@parallels.com> |
| Cc: |
| paul@paulmenage.org, lizf@cn.fujitsu.com, daniel.lezcano@free.fr,
a.p.zijlstra@chello.nl, jbottomley@parallels.com |
| Archive-link: |
| Article, Thread
|
Hi guys,
So after two rounds of initial comments, this is my first
real shot at it. I am trying to address all previous comments,
but if one of them is left out, just let me know.
Now, cpustat is just an array of u64s. I am also proposing
we deprecate CPUACCT based on the current work. But that is
totally open to discussion. cpuacct guys, please chime in.
Hope you enjoy
Glauber Costa (10):
trivial: initialize root cgroup's sibling list
Change cpustat fields to an array.
Move /proc/stat logic inside sched.c
Display /proc/stat information per cgroup
Make total_forks per-cgroup
per-cgroup boot time
Report steal time for cgroup
provide a version of cpuacct statistics inside cpu cgroup
provide a version of cpuusage statistics inside cpu cgroup
Change CPUACCT to default n
Documentation/feature-removal-schedule.txt | 8 +
fs/proc/stat.c | 117 +------
fs/proc/uptime.c | 2 +-
include/linux/kernel_stat.h | 50 ++-
include/linux/sched.h | 5 +
init/Kconfig | 1 +
kernel/fork.c | 7 +-
kernel/sched.c | 603 ++++++++++++++++++++++------
kernel/sched_fair.c | 2 +-
kernel/sched_rt.c | 2 +-
10 files changed, 538 insertions(+), 259 deletions(-)
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/