Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
src/cpan/PMDA.xs | 21
src/cpan/local.c | 37
src/pmcd/pmdaproc.sh | 34
src/pmdas/GNUmakefile | 2
src/pmdas/dbping/Install | 4
src/pmdas/memcache/Install | 4
src/pmdas/mysql/GNUmakefile | 40 +
src/pmdas/mysql/Install | 37
src/pmdas/mysql/Remove | 29
src/pmdas/mysql/pmdamysql.pl | 1624
+++++++++++++++++++++++++++++++++++++++++++
src/pmdas/news/Install | 3
src/pmdas/simple/Install | 4
src/pmdas/systemtap/Install | 4
src/pmns/stdpmid.add-on | 2
14 files changed, 1796 insertions(+), 49 deletions(-)
commit 1617183e96030f84e66e8c1210e7412d598faf00
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 21 09:09:44 2008 +1000
Tweak Install scripts for all Perl PMDAs - we need to know now at
pmdaSetup time whether this PMDA is using Perl for automatic file
generation.
commit 8c711de860cf74344b9137d61886008d62befd54
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 21 09:07:16 2008 +1000
Change the MYSQL domain to be MYSQL (not MYSQLD) like other DB
agents.
commit 10eedb3f3ea673e300a27bee5266b5548afaed51
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 21 09:06:14 2008 +1000
Change pmdaproc.sh setup routine to be able to automatically
generate any needed files for Perl PMDAs (pmns, domain.h) so
that lazy Perl programmers don't need to worry about boring
details like that.
commit 857aca44219cd288ef4fcdb0ec88a9d5b9e224f0
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 21 09:02:45 2008 +1000
Add ability to auto-generate the domain header for Perl PMDAs.
commit 8bde70c56aed198ed0841ddc931ca723cee20eb1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Aug 20 17:13:22 2008 +1000
Remove unused macro from MySQL PMDA makefile.
commit f23a5259d86e253ac117da704513a5548c970edb
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Aug 20 16:01:02 2008 +1000
Initial version of the Perl MySQL PMDA, which is built using DBI
(adding no explicit PCP dependencies) and extracts metric values
using MySQL "show status", "show variables" and "show processes"
commands - exporting just shy of 500 metrics.
commit d0416918b7ddecec37232d7482057f410df11160
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Aug 20 15:39:21 2008 +1000
Fixes to automatic PMNS generation code for Perl PMDAs, after
using it in anger with some new DBMS PMDAs.
|