Changes committed to git://git.pcp.io/pcp.git dev
qa/730 | 3
qa/731 | 3
qa/835 | 1
qa/987 | 33
qa/987.out | 1164 ++++++++++++++++++++++++++++++
qa/988 | 45 +
qa/988.out | 1173 +++++++++++++++++++++++++++++++
qa/archives/GNUmakefile | 10
qa/common.check | 7
qa/group | 1
qa/linux/GNUmakefile | 4
qa/linux/xfs-root-001.tgz |binary
src/pmdas/linux_xfs/filesys.c | 6
src/pmdas/linux_xfs/pmda.c | 20
src/pmdas/linux_xfs/proc_fs_xfs.c | 8
src/pmdas/linux_xfs/proc_fs_xfs.h | 4
src/pmdas/sample/src/GNUmakefile.install | 2
src/pmie/pmie_check.sh | 2
src/pmie/pmie_daily.sh | 17
src/pmlogger/pmlogger_check.sh | 4
src/pmlogger/pmlogger_daily.sh | 13
src/python/mmv.c | 4
src/python/pmapi.c | 11
src/python/pmda.c | 4
src/python/pmgui.c | 5
src/python/pmi.c | 8
26 files changed, 2504 insertions(+), 48 deletions(-)
commit 30d6ab1b22c4a94399ae044be437687d5143c741
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 2 11:11:40 2014 +1000
Add QA archive mysql-1.0 into the installed set
commit b96e5fb52e0e15f866cf52b0cb4f8ea445573edf
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 2 11:11:02 2014 +1000
Set pmdamemcache refresh rate to improve qa/835 determinism
commit 052ee6300b1aa8656ae7cd0e1cc1e64f3b02eaaa
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 2 11:10:12 2014 +1000
python api: int vs long type regression from py3 work
Resolve a type issue picked up by qa/702 and qa/707, fallout
from recent python3 porting work. We must continue to use an
int type in the symbol dictionaries because these are exposed
above the API - when passed in certain places, if an int has
not been used ctypes conversions fail (python3 has no int, it
is all longs internally - mirrored in the C API).
commit 65a24b18e25aa28849d81dbc40bb99845e27f925
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 2 11:04:12 2014 +1000
Data-injection and valgrind checking for the XFS PMDA
Adds support for injecting canned data into the Linux XFS PMDA
for testing purposes. Marks recent test (qa/987) is extended
to use this mode, such that metric values are further verified.
Additionally test qa/988 is added which performs valgrind-based
memory access checking on the PMDA when valgrind is available.
commit 042a6be85cdc9430a38f6ba242719a6d38971d7e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Sep 1 21:01:17 2014 +1000
Use consistent shell code/diagnostics in pmie/pmlogger scripts
commit f0646f44c43f1754a2bdfa1afd40e01a4be7ef68
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Sep 1 17:49:16 2014 +1000
python api: add v3 ifdef guard, accidentally slipped in
commit 3cabdf3b1a86ec40351daae13e06f55e969719ea
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Sep 1 17:35:43 2014 +1000
sample PMDA - need $(LIB_FOR_RT) also in GNUmakefile.install
|