Changes committed to git://oss.sgi.com/nathans/pcp.git
src/pmdas/linux/GNUmakefile | 6 +-
src/pmdas/linux/cgroups.c | 29 ++++++++++++
src/pmdas/linux/cgroups.h | 17 +++++++
src/pmdas/linux/clusters.h | 2
src/pmdas/linux/dynamic.c | 73 ++++++++++++++++++++++++++++++++
src/pmdas/linux/dynamic.h | 23 ++++++++++
src/pmdas/linux/pmda.c | 100 +++++++++++++++++++++++++++++++++-----------
src/pmdas/linux/proc_pid.c | 57 ++++++++++++++-----------
src/pmdas/linux/proc_pid.h | 17 +++++--
9 files changed, 269 insertions(+), 55 deletions(-)
commit 6213e87ead323b2546828a582d4308e81731e426
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 5 10:38:17 2010 +1000
Fix proc.io metrics as kernel format seems to have changed before merging.
commit 130583405bbea70c64d3db357a0cbaf5c3d67d3a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue May 4 11:51:59 2010 +1000
Switch to v4 pmda interface for Linux, for cgroup dynamic names.
Add infrastructure for managing parts of the Linux kernel metric
namespace, and stubs for some cgroup users (subsys + groups).
|