Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
man/man1/pcpintro.1 | 7 +++
man/man3/pmparsemetricspec.3 | 2 -
src/cpan/GNUmakefile | 3 +
src/include/impl.h | 1
src/include/pmapi.h | 2 -
src/libpcp/src/pdu.c | 14 ++++++-
src/libpcp/src/spec.c | 80
++++++++++++++++++++++-------------------
src/libpcp_pmc/src/GNUmakefile | 12 +++++-
src/libpcp_pmc/src/Group.c++ | 11 +----
src/libpcp_pmc/src/Indom.c++ | 2 -
src/libpcp_pmc/src/Metric.c++ | 19 +++++----
src/libpcp_pmc/src/Source.c++ | 4 +-
src/pmdas/pmcd/src/pmcd.c | 4 +-
src/pmdumptext/pmdumptext.c++ | 13 +++---
src/pmprobe/pmprobe.c | 4 +-
src/pmval/pmval.c | 46 +++++++++++++----------
16 files changed, 132 insertions(+), 92 deletions(-)
commit 878afba0cd265e0cc54f26b2dcd22dfd51f17be2
Author: Ken McDonell <kmcdonell@xxxxxxxxxx>
Date: Mon May 12 10:35:06 2008 +1000
Extend the pmParseMetricSpec interface to allow local context to
be specified, in addition to the host & archive contexts already
supported. Local context is specified through the value 2 in the
"isarch" parameter, and the "@:" symbol in a metric spec string.
commit fc1e641d29333ecd437de14391013f02d0236ab7
Author: Ken McDonell <kmcdonell@xxxxxxxxxx>
Date: Mon May 12 09:48:59 2008 +1000
Reinstate the change to allow pdu counter arrays to be moved
outside of libpcp, now that the QA failures are understood
and resolved (pmprobe/pmdapmcd callers need to use matching
extern declarations).
|