[also merged Kens -dev tree into mine]
Changes committed to git://oss.sgi.com/nathans/pcp.git
src/cpan/PMDA/Changes | 9 +
src/cpan/PMDA/PMDA.pm | 4
src/cpan/PMDA/PMDA.xs | 24 +-
src/cpan/PMDA/local.c | 1
src/pmdas/GNUmakefile | 2
src/pmdas/bonding/.gitignore | 1
src/pmdas/dtsrun/.gitignore | 2
src/pmdas/dtsrun/GNUmakefile | 49 +++++
src/pmdas/dtsrun/Install | 41 ++++
src/pmdas/dtsrun/Remove | 25 +++
src/pmdas/dtsrun/pmdadtsrun.pl | 340 +++++++++++++++++++++++++++++++++++++++++
src/pmdas/mmv/mmvdump.c | 65 +++++++
src/pmdas/netfilter/.gitignore | 1
src/pmdas/news/.gitignore | 1
src/pmns/stdpmid.pcp | 1
15 files changed, 550 insertions(+), 16 deletions(-)
commit 680957224e17d4d4b7e14d26de1fd436527ca22a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Nov 19 13:47:32 2009 +1100
Add decoded metric type/semantics info into mmvdump.
commit 950850239d5a7c6d680383421067b0ce9c7dd6bf
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Nov 19 13:25:26 2009 +1100
Include the dtsrun (Data Transformation Services) PMDA.
This instrumentation is extracted from the dtsrun executable
which performs database transformations for SQL Server. It
includes status and timing information for overall packages
and individual steps within each package.
commit 047b4f3401fcf95f35742a72560a331d792fe2a5
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Nov 19 13:16:09 2009 +1100
Improvements and fixes to the PCP::PMDA perl module (1.08).
Correct the export name used for reverse mapping instance
name to instance identifiers. Add a fast path in here as
well which first attempts direct mapping before iterative
lookup.
Finally, start any file tail monitors at the current end-
of-file, not the start, as we only want data from the time
the PMDA starts, onward (also avoids potentially expensive
scan of the entire log file up to that point).
commit 4959e511010e8e7ed47fdc6589616b565ee85f36
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Nov 19 13:07:28 2009 +1100
Add a few missing gitignore lines in various Perl PMDAs.
|