Changes committed to git://oss.sgi.com/kenj/pcp.git dev
src/libpcp_import/src/archive.c | 7
src/pmie/src/act.sk | 2
src/pmie/src/dstruct.c | 128 ++++-
src/pmie/src/dstruct.h | 24 -
src/pmie/src/eval.c | 4
src/pmie/src/pragmatics.h | 3
src/pmie/src/show.c | 12
src/pmie/src/show.h | 1
src/pmimport/GNUmakefile | 2
src/pmimport/iostat2pcp/GNUmakefile | 43 +
src/pmimport/iostat2pcp/README | 123 +++++
src/pmimport/iostat2pcp/iostat2pcp | 793 ++++++++++++++++++++++++++++++++++++
src/pmimport/sar2pcp/sar2pcp | 2
src/pmimport/sheet2pcp/sheet2pcp | 90 ++--
...
commit 5f2986a7ba5b0a7ae161dc8eb86ffcab83ba7f35
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Jul 30 21:26:14 2010 +1000
pmimport - iostat2pcp and refinements for other tools
commit c36757706561297be68a020be3dab9a5472165ad
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Thu Jul 29 20:54:58 2010 +1000
pmie - sleepTight() rework
Better diagnostics, reduced frequency of calling waitpid(). All helping
to diagnose cases where pmie appears to be running "late" with the execution
of a rule set.
commit e981872fea111a7da9a0e99c8dfadef6888e9658
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Thu Jul 29 20:51:39 2010 +1000
libpcp_import - sort pmResult
Some pmimport front ends will not be able to control the order in
which instances are added to the pmResult ... forcing a sort by internal
instance identifier before writing the log record will ensure all the
down-stream consumers are happy.
|