Changes committed to git://git.pcp.io/pcp.git master
Nathan Scott (2):
qa: update test 739 output after recent python api changes
pmdaproc: handle command names containing whitespace
Ken McDonell (1):
configure and QA: changes for Arch Linux
configure | 1
configure.ac | 1
qa/188 | 3
qa/739.out | 8
qa/852 | 58 +
qa/852.out | 2029 ++++++++++++++++++++++++++++++++++++
qa/974 | 5
qa/974.out | 375 ++++++
qa/admin/check-vm | 99 +
qa/group | 1
qa/linux/procpid-4.2.3-root-004.tgz |binary
src/pmdas/linux_proc/pmda.c | 2
src/pmdas/linux_proc/proc_pid.c | 20
13 files changed, 2578 insertions(+), 24 deletions(-)
commit 6adb339ae2db9eb2cdbe4ad382557c9cfb8f8371
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Jun 29 11:50:01 2016 +1000
pmdaproc: handle command names containing whitespace
The brace-enclosed command name passed out from kernel
stats files like /proc/pid/stat can contain whitespace,
which we were not handling. This resulted in incorrect
values being passed out, as the field indexing was off.
Add more test data, a new test case and update existing
test 974 to exercise the revised code.
Resolves Fedora BZ #1350816.
commit e53e5f64c9000e6dee6451260fa2d8ac92bf653e
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Wed Jun 29 06:23:15 2016 +1000
configure and QA: changes for Arch Linux
No native packaging (uses tarball) and systemd integration is not
there (uses /etc/init.d files) ... but this enough for the moment to
get good QA pass rates.
commit 51b67b9941e10432e1f8296faee0542ce23c101a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Jun 28 12:25:44 2016 +1000
qa: update test 739 output after recent python api changes
|