Changes committed to git://oss.sgi.com/nathans/pcp.git
man/man3/mmv_stats_init.3 | 19
man/man4/mmv.4 | 24 -
man/man4/pmns.4 | 2
src/cpan/MMV/MMV.pm | 8
src/cpan/MMV/MMV.xs | 18
src/cpan/MMV/Makefile.PL | 2
src/cpan/PMDA/Makefile.PL | 2
src/include/mmv_stats.h | 103 +++--
src/libpcp_mmv/src/mmv_stats.c | 206 +++++-----
src/newhelp/chkhelp.c | 4
src/pmdas/mmv/GNUmakefile | 4
src/pmdas/mmv/Install | 1
src/pmdas/mmv/mmv.c | 844 +++++++++++++++++++----------------------
src/pmdas/mmv/mmv.conf | 12
14 files changed, 644 insertions(+), 605 deletions(-)
commit 4f0fa81175d1d1416179d8855a175505d514640d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 18 16:10:20 2009 +1000
Fix the Perl MMV module build when no pcp installed locally.
commit 36e1f546d73c4998a135acf9bbb0fe82a8ab3f23
Author: Martin Hicks <mort@xxxxxxx>
Date: Thu Jun 18 16:08:24 2009 +1000
Fix the Perl PMDA module build when no pcp installed locally.
commit cdc1421e51bd12eb1d0bb07bfeb2b31d75b1635f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 18 16:06:57 2009 +1000
Remove some conditional Win32 porting code, no longer needed in chkhelp.
commit 938fe5a1238c6c034e56ee60e8f379648be5f6f1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 18 16:06:16 2009 +1000
Fix a typo in the PMNS man page.
commit 5302e6485b025aa2b7373877feae850e800b9af7
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 18 16:05:48 2009 +1000
Format extensions for the Memory Mapped Value PMDA and library.
This change introduces several changes to the ondisk format, and
we are much closer to having a releasable next version:
- support for string values
- support for metric help text (short/long)
- removal of mmv.conf and support for client-driven cluster IDs
(client prefered cluster ID stored in header)
- additional flags field in the initial header, allowing:
- option for not exporting values if intrumented PID not running
(creators pid stored in header)
- fixed item IDs stored ondisk, for persistent PMID numbering.
|