Changes committed to git://oss.sgi.com/markgw/pcp/pcp.git proc_pmda
(note: 'proc_pmda' branch). Still TODO: pmlogrewrite config for
archive migration support, some QA and maybe move proc.cgroup
back to the top level in the pmns (see below).
commit d9c696f1e999ef22828d7b1485634b0998573d9f
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Tue Jul 24 12:55:02 2012 +1000
Continuing the linux / proc PMDA split.
- fix the proc instance domain table initialization - it's sparse
and preserves Linux indom numbers (for archive migration).
- move cgroup pmns root to CGROUP_ROOT ("proc.cgroup") and fix
a segfault in proc_dynamic_pmns(). "cgroup" can't be a top level
leaf node in the pmns file (would need other code changes to support
this, which we may want to consider).
- add linux_proc into the build (platform conditional) but not
enabled by default.
- trim code copied from ../linux/filesys.[ch] and #if 0 blocks.
- fix a bug in proc_fetchCallBack - wrong variable was being
returned for proc.cgroup.subsys.hierarchy
modified: src/pmdas/GNUmakefile
modified: src/pmdas/linux_proc/GNUmakefile
modified: src/pmdas/linux_proc/cgroups.c
modified: src/pmdas/linux_proc/cgroups.h
modified: src/pmdas/linux_proc/clusters.h
modified: src/pmdas/linux_proc/filesys.c
modified: src/pmdas/linux_proc/filesys.h
modified: src/pmdas/linux_proc/indom.h
modified: src/pmdas/linux_proc/pmda.c
modified: src/pmdas/linux_proc/pmns
commit 228d75bc7131251977df5ab33551e666920cfca9
Merge: 6524103 f153788
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Mon Jul 23 11:15:09 2012 +1000
Merge branch 'proc_pmda' of git://oss.sgi.com/kenj/pcp into proc_pmda
|