Changes committed to git://git.pcp.io/nathans/pcp.git master
Nathan Scott (5):
build: disable pmdajson on RHEL6 as well as RHEL5 now
qa: fix bash-ism in qa/661 causing lintian warnings
build: more packaging guards for pmdajson enablement
qa: add test 1024 for pmdalinux per-{disk,partition,dm} metrics
build: initial script for uploading built packages to bintray
Marc Ma (2):
Fixed memory leak in python module pmsubsys.py
[linux_pmda] Added extended disk partition stats for kernel 2.6.25 and
above.
.gitignore | 1
build/rpm/fedora.spec | 16 +
build/rpm/pcp.spec.in | 24 +-
configure | 1
configure.ac | 4
qa/1024 | 42 ++++
qa/1024.out | 338 ++++++++++++++++++++++++++++++++++++++
qa/1052 | 1
qa/661 | 3
qa/group | 1
qa/linux/blkdev-root-001.tgz |binary
scripts/bintray-upload | 89 ++++++++++
src/pmdas/linux/help | 28 +++
src/pmdas/linux/pmda.c | 29 +++
src/pmdas/linux/proc_partitions.c | 56 +++++-
src/pmdas/linux/root_linux | 6
src/python/pcp/pmsubsys.py | 2
17 files changed, 619 insertions(+), 22 deletions(-)
commit 7bd068c2d6c903d5711abdeafe20f7a70f3f5172
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 17 14:16:46 2015 +1000
build: initial script for uploading built packages to bintray
commit 93d088e2834312d9c44addb6c867f5ac9876f199
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 17 14:07:38 2015 +1000
qa: add test 1024 for pmdalinux per-{disk,partition,dm} metrics
commit 0a24366b67740c1c70f1550bb87a7a49e4da772f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 17 13:33:16 2015 +1000
build: more packaging guards for pmdajson enablement
commit 24799cda2b31e4892c91e7769ecdcf9442d06b37
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 17 13:31:54 2015 +1000
qa: fix bash-ism in qa/661 causing lintian warnings
Use consistent syntax for function declarations in 661, else
$ sh -n qa/661
qa/661: 57: qa/661: Syntax error: "(" unexpected
commit b8e6fe4b934e784e75e537faea4ef1f4d635a1e1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 17 10:40:31 2015 +1000
build: disable pmdajson on RHEL6 as well as RHEL5 now
qa/1052 is failing on RHEL6. David's traced it back to
RHEL6 using python 2.6, and the json.load() function in
that version not supporting the object_pairs_hook needed
by pmdajson.
commit d7927ba0c0bad912ed2de08bb12793b60b4e9727
Author: Marc Ma <mamarc@xxxxxxxxxx>
Date: Sun Jun 14 21:59:39 2015 -0700
[linux_pmda] Added extended disk partition stats for kernel 2.6.25 and
above.
commit 8748740943e7e93b4cafc56dc7304250411d4961
Author: Marc Ma <mamarc@xxxxxxxxxx>
Date: Sun Jun 14 18:17:22 2015 -0700
Fixed memory leak in python module pmsubsys.py
|