Changes committed to git://oss.sgi.com/pcp/pcp.git dev
src/cpan/PMDA/Changes | 4
src/cpan/PMDA/GNUmakefile | 6 -
src/cpan/PMDA/PMDA.pm | 2
src/cpan/PMDA/PMDA.xs | 227 ++++++++++++++++++++++++++------------
src/cpan/PMDA/cvalue.c | 4
src/cpan/PMDA/local.c | 49 --------
src/cpan/PMDA/local.h | 11 -
src/cpan/PMDA/test.pl | 4
src/pmdas/linux/proc_interrupts.c | 22 +--
9 files changed, 174 insertions(+), 155 deletions(-)
commit 1ebef6309bf96275e2254582a56aa330f6f6f371
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Nov 25 06:09:45 2010 +1100
Perl PMDA module now uses dynamic metrics, and can add metrics at run time.
commit f898ab31028c8db461fbfb0a53251fc58bc82843
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Nov 25 06:08:39 2010 +1100
Minor Linux PMDA cleanup, global/static variable scoping tweak.
|