Changes committed to git://git.pcp.io/pcp.git dev
Ken McDonell (6):
Revert "debian/control: add dependency on time package"
libpcp_pmda - add pmdaInterfaceMoved() function
pmcd - use link with -lpcp_pmda, use pmdaInterfaceMoved()
qa/628: more diags, wait properly in _cleanup()
qa/344: update .out for --container changes
qa:569: update .out for --container changes
Nathan Scott (4):
libpcp: keep comments style vaguely consistent, interp.c
libpcp: keep comments style vaguely consistent, units.c
qa: fix up comments in qa/955 for Martins
pmda papi: fix a couple more compiler warnings (conditional code)
Andy Trigg (3):
Add constants for defining the id's of each cluster.
Updated some of the metric descriptions.
Updated some units used for some of the metrics to reflect the correct
unit as exposed by jmx..
David Smith (2):
Removed dead/unused code from src/python/pmda.c
Improvepcp python support by adding refresh metrics callback.
Lukas Berk (1):
Fix pmdapapi warnings during compilation
Martins Innus (1):
Add qa test 955 Test that mixing fetches for static and dynamic
metrics work as expected The first test replicates a failure from a bug
introduced during dymanic metric core changes
debian/control | 2
debian/libpcp-pmda3-dev.install | 1
man/man3/pmdadaemon.3 | 24 ++
man/man3/pmdadso.3 | 24 ++
man/man3/pmdainterfacemoved.3 | 68 ++++++
qa/344.out | 22 --
qa/569.out | 2
qa/628 | 33 ++-
qa/955 | 89 ++++++++
qa/955.out | 44 ++++
qa/group | 1
src/include/pcp/pmda.h | 2
src/libpcp/src/interp.c | 2
src/libpcp/src/units.c | 36 +--
src/libpcp_pmda/src/callback.c | 6
src/libpcp_pmda/src/exports | 5
src/libpcp_pmda/src/open.c | 15 +
src/pmcd/src/GNUmakefile | 2
src/pmcd/src/config.c | 23 +-
src/pmdas/activemq/pmdaactivemq.pl | 61 +++--
src/pmdas/papi/papi.c | 16 -
src/python/pcp/pmda.py | 54 +++-
src/python/pmda.c | 401 ++++++++++++++++++++++++-------------
23 files changed, 693 insertions(+), 240 deletions(-)
|