Changes committed to git://oss.sgi.com/kenj/pcp.git dev
src/libpcp_import/src/stuff.c | 30 +
src/libpcp_pmda/src/open.c | 13
src/pmdas/bozo/GNUmakefile | 49 ++
src/pmdas/bozo/Install | 31 +
src/pmdas/bozo/Remove | 29 +
src/pmdas/bozo/domain.h | 1
src/pmdas/bozo/pmdabozo.pl | 60 ++
src/pmie/src/pragmatics.c | 5
src/pmimport/GNUmakefile | 2
src/pmimport/examples/20624-copyright_permission_letter.pdf |binary
src/pmimport/examples/GNUmakefile | 37 +
src/pmimport/examples/README | 13
src/pmimport/examples/mk.mover.log | 35 +
src/pmimport/examples/mover.log | 161 ++++++
src/pmimport/examples/mover2pcp | 277 ++++++++++++
src/pmimport/examples/moverv1 | 26 +
src/pmimport/examples/moverv2 | 29 +
src/pmimport/examples/moverv3 | 40 +
src/pmimport/examples/moverv4 | 54 ++
src/pmimport/examples/weather.dat | 156 ++++++
src/pmimport/iostat2pcp/iostat2pcp | 38 -
src/pmimport/sar2pcp/sar2pcp | 2
src/pmimport/sheet2pcp/sheet2pcp | 54 +-
23 files changed, 1096 insertions(+), 46 deletions(-)
commit efadb10cc43bbb3909806b84d74b1257bcf9a115
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Aug 13 20:47:49 2010 +1000
libpcp_pmda - fix
Fix error in previous commit for pmdaInit().
commit 2f9502237b015a1767179b25992f7213bf48f2bf
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Aug 13 20:41:16 2010 +1000
logimport - examples
commit d797fce261c4ea734048da98cf4f540aeff8cc84
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Aug 13 20:36:01 2010 +1000
bozo - Perl PMDA for testing and experimentation
The build does not descend into src/pmdas/bozo ... so this is a
sandpit for those with git repositories to play in.
commit 4177ddbc9641237bd963c98466f227099544e3f7
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Aug 13 20:11:51 2010 +1000
logimport tools
Minor documentation changes, plus -Z and -h options for sheet2pcp.
commit d1f8293c256a3a2495cf2a0660ae4ba402dd8407
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Aug 13 17:42:53 2010 +1000
pmie - multiple -a options bug
Based on a patch from Jason Rappleye who reported multiple -a command
line options sent pmie into an infinite loop.
Also revised the error message when 2 archives are for the same host ...
this is not a warning, it is a fatal error.
commit db5c7eb2cb7b743d2bbd5f69ad0ad8150e86d6a3
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Aug 13 17:40:26 2010 +1000
libpcp_pmda - oversight
In pmdaInit() callback handling did not handle all the interface
versions correctly. This is most unlikely to have been seen by anyone
in practice (except me building a test PMDA!).
commit 6743b56fdfb418c4d4c0ee04eb624d591b0dc21f
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Aug 13 17:36:59 2010 +1000
libpcp_import - improve error handling
Found while building mover2pcp for pcp-doc, if you don't check errors
pmiPutValue (or pmiPutValueHandle) may leave a broken pmResult if the
value is not of the correct type (integer especially) ... leading to
a SEGV later on. Be tighter in the internal error handling for these
cases.
|