Changes committed to git://git.pcp.io/pcp.git master
Mark Goodwin (1):
Add pmiostat to the list of tools known to pmafm.
Ken McDonell (5):
libpcp/config.c: add pmGetVersion
qa: fixups
qa/943: extend filter for some recent proc PMDA changes
qa/995: don't run unless pcp python bits installed
qa/999: add hotproc.psinfo.cgroups to filter
Dave Brolley (1):
RHBZ 1213764: Add qa for newly supported 'stat=Sent' records.
Nathan Scott (1):
pmdaproc: consistent error code for missing proc.psinfo metrics
configure | 4 +
configure.ac | 4 +
debian/libpcp3-dev.install | 1
man/man3/pmgetconfig.3 | 1
man/man3/pmgetversion.3 | 94 +++++++++++++++++++++++++++++++++++++
qa/1092 | 26 ++++++++++
qa/1092.out | 3 +
qa/805.out | 2
qa/943 | 4 +
qa/995 | 4 +
qa/999 | 1
qa/common.check | 4 -
qa/group | 1
qa/postfix/postfix-log-002.gz |binary
qa/src/.gitignore | 1
qa/src/GNUlocaldefs | 2
qa/src/getversion.c | 60 +++++++++++++++++++++++
src/include/pcp/platform_defs.h.in | 4 +
src/include/pcp/pmapi.h | 2
src/libpcp/src/config.c | 9 +++
src/libpcp/src/exports | 5 +
src/pmdas/linux_proc/pmda.c | 4 -
22 files changed, 230 insertions(+), 6 deletions(-)
Details ...
commit 8d097f294f3e46abe1033dc8bfa5c68ff5a2928c
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Wed Apr 29 10:16:09 2015 +1000
Add pmiostat to the list of tools known to pmafm.
commit 3faf7b431b8d7ca0e8fa58f8470dbb3616b710f0
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue May 5 13:51:14 2015 +1000
qa/999: add hotproc.psinfo.cgroups to filter
commit 2bdd493913755fb234227181d6001df777e18cfb
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue May 5 13:50:20 2015 +1000
qa/995: don't run unless pcp python bits installed
commit 5b7ad02a39fd8b06ff54270b58ebe087f34c06e4
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue May 5 13:48:51 2015 +1000
qa/943: extend filter for some recent proc PMDA changes
proc.psinfo.cpusallowed and proc.psinfo.ngid now return
Metric not supported by this version of monitored application
on some platforms.
commit 361260f0e5bd39f5806169dd5855f1b2b70f7ff4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue May 5 11:49:10 2015 +1000
pmdaproc: consistent error code for missing proc.psinfo metrics
commit 73da291f0f41261461fff3a823f1ef3d79dcb723
Author: Dave Brolley <brolley@xxxxxxxxxx>
Date: Mon May 4 15:58:43 2015 -0400
RHBZ 1213764: Add qa for newly supported 'stat=Sent' records.
commit 3bbb09d4b42c37634b3b451a5cca265b24182b20
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon May 4 21:22:07 2015 +1000
qa: fixups
1. add getversion to qa/src/.gitignore
2. fix typo in last change to qa/common.check:
"$PCP_SYSTEMDUNIT" should be "$PCP_SYSTEMDUNIT_DIR" (2 places)
commit e1befaa5ed5fd5ed5072102d57bf72074a6ef29c
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Sun May 3 14:32:05 2015 +1000
libpcp/config.c: add pmGetVersion
Addresses the RFE here: http://oss.sgi.com/bugzilla/show_bug.cgi?id=1097
Adds
- compile-time macros PM_VERSION(a,b,c) and PM_VERSION_CURRENT
to return a binary encoding of the PCP version number that
can be used in code and #if conditionals
- run-time pmGetVersion() to deliver the same encoding via a
libpcp call
- man page changes
- qa
- configure glue and header magic to make it all work
|