Changes committed to git://oss.sgi.com/kenj/pcp.git dev
man/man3/pmdacache.3 | 51 +++++++++++++-
src/dbpmda/src/lex.l | 3
src/include/pmda.h | 5 +
src/libpcp_pmda/src/cache.c | 152 +++++++++++++++++++++++++++++++++++++-------
src/pmdas/hotproc/src/lex.l | 3
src/pmlc/lex.l | 3
src/pmlogextract/lex.l | 3
src/pmlogger/lex.l | 3
src/pmlogrewrite/metric.c | 6 +
9 files changed, 200 insertions(+), 29 deletions(-)
commit 7e1c9142ebed14ab56cead8ef07633e1e77cbdb3
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Sep 23 21:33:58 2011 +1000
pmdaCacheStoreInst() added to libpcp_pmda
This variant of pmdaCacheStore() allows the caller to influence the
internal instance identifier allocation. Useful for cases where ...
- a natural identifier exists, but is larger than the 2^31-1 allowed
for an internal instance identifier
- the instance domain naturally spans more than one dimension with
an N-tuple identification scheme
- PMDAs on different hosts wish to allocate the same internal instance
identifiers for objects with some globally known, but larger than
31-bit, identifier, e.g. the IPv6 address or name of a network device
commit c71d3bce8a38cbf856d0eef88587742b2b431697
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Sep 23 21:31:45 2011 +1000
flex components - remove compilation warinings
commit d83da848d4db4488997ad8b701d7fce6d7bd40d3
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Thu Sep 22 11:58:42 2011 +1000
pmlogrewrite - avoid strndup()
Not supported on all plaforms, rewrite with malloc() and strncpy().
|