Changes committed to git://oss.sgi.com/nathans/pcp.git
VERSION.pcp | 2
debian/changelog | 4
debian/libpcp-gui1-dev.install | 3
man/man3/GNUmakefile | 2
man/man3/pmafm.3 | 471 +++++++++++++++++++++++++
man/man3/pmtime.3 | 191 ++++++++++
src/cpan/PMDA/Changes | 11
src/cpan/PMDA/PMDA.pm | 5
src/cpan/PMDA/PMDA.xs | 30 +
src/include/GNUmakefile | 3
src/include/pmafm.h | 51 ++
src/include/pmtime.h | 1
src/libpcp_gui/src/GNUmakefile | 2
src/libpcp_gui/src/record.c | 712
+++++++++++++++++++++++++++++++++++++++
src/libpcp_gui/src/timeclient.c | 29 +
src/pmdas/GNUmakefile | 2
src/pmdas/bonding/GNUmakefile | 53 ++
src/pmdas/bonding/Install | 40 ++
src/pmdas/bonding/Remove | 29 +
src/pmdas/bonding/pmdabonding.pl | 153 ++++++++
src/pmdas/simple/pmdasimple.pl | 6
src/pmns/stdpmid.pcp | 1
src/pmval/pmval.c | 1
23 files changed, 1776 insertions(+), 26 deletions(-)
commit a213aa189bfc92eea27ab291bb98deefcad8834c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 13 22:57:27 2009 +1100
Bump build timestamp version number for snapshot update.
commit 78e546b3b0134e2b00d702224488eabfb81082a7
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 13 22:49:32 2009 +1100
Fix record.c compiler warning after recent header cleanup.
commit 11c0f1cef8deebf866a64e7354a8f9ef9c2758fd
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 13 22:31:02 2009 +1100
Add a Perl interface for looking up instance name from identifier.
Mirrors a similar interface for the reverse lookup on metric name.
commit 8d7b1ea3650df39257a2a810cbf21559c24e2e56
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 13 22:27:33 2009 +1100
Agent reporting stats from the Linux bonding network driver.
In particular, exports bonding mode and links failure counts.
commit 7322e7a1ea52c969743e548461d35a75ff1fd346
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 13 22:24:31 2009 +1100
Remove undef use in add_indom call in Perl version of simple PMDA.
commit bb6b977a922032e6e8ef261e9425ec0332083e2a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Feb 13 22:22:36 2009 +1100
Pull the original record mode code + man pages into libpcp_gui.
This is generally useful for clients and needs no modification
to function with current generation GUI tools, so continue it
on here.
Updated the makefiles and (esp. Debian) packaging to produce
a shared library variant for this library now, link pmval with
that instead of the static version.
|