Changes committed to git://oss.sgi.com/nathans/pcp.git
src/libpcp/src/pmns.c | 20 +++
src/pmdas/linux/cgroups.c | 231 ++++++++++++++++++++++++++++++++++++---------
src/pmdas/linux/cgroups.h | 35 ++++++
src/pmdas/linux/clusters.h | 15 +-
src/pmdas/linux/dynamic.c | 23 ++--
src/pmdas/linux/dynamic.h | 8 -
src/pmdas/linux/pmda.c | 147 +++++++++++++++++++---------
7 files changed, 358 insertions(+), 121 deletions(-)
commit 984057a08dcb3d35c013563b22ab6fddb1b65358
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 9 20:50:55 2010 +1000
Next stage of cgroup metrics implementation in Linux kernel PMDA.
This gets us to having a workable dynamic namespace for these
metrics which is updated as cgroups come and go. Still remaining
is the value fetch implementation, which is just stubbed for now.
PCPQA test 358 exercises this functionality.
commit 155898fcef2f79bce849af4203f2de6997002b42
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 9 20:25:20 2010 +1000
Handle negative return code in local context dynamic name lookups.
|