Changes committed to git://git.pcp.io/pcp.git master
Nathan Scott (6):
pmchart: update vCPU view to account for guest_nice time also
qa: add a test for elasticsearch PMDA metrics, install & remove
pmdaroot: rework the systemd detection logic for half-way installs
qa: pmstore can send logger string values in either sptr/dptr form
qa: add github-50 binary to gitignore set
qa: put back the initial pmdalogger setup (config) at end of testing
Ken McDonell (2):
qa/457: additional diagnostics
logger pmda: fix buffer overrun after read()
qa/457 | 27 ++++++++----
qa/458 | 5 +-
qa/461 | 5 +-
qa/796 | 99 ++++++++++++++++++++++++++++++++++++++++++++++
qa/796.out | 31 ++++++++++++++
qa/group | 1
qa/src/.gitignore | 1
src/pmchart/views/vCPU | 5 +-
src/pmdas/logger/event.c | 6 ++
src/pmdas/logger/logger.c | 4 +
src/pmdas/root/docker.c | 30 +++++++++++--
11 files changed, 195 insertions(+), 19 deletions(-)
commit 8bc0f7be9f6f03a04018a87c39f5f953d7cb8eb4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Nov 13 14:23:30 2015 +1100
qa: put back the initial pmdalogger setup (config) at end of testing
commit 01f3f11926e8f5feafbde63475b733629d582662
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Nov 13 14:22:27 2015 +1100
qa: add github-50 binary to gitignore set
commit 89bb87c67a8a35f68c3b080f88128c6cf01e4e70
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Nov 13 14:20:22 2015 +1100
qa: pmstore can send logger string values in either sptr/dptr form
commit 69db4d96d2ac64992c9aa385f6139de6099c910d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Nov 13 14:18:40 2015 +1100
pmdaroot: rework the systemd detection logic for half-way installs
The earlier heuristic was being foiled on some Debian/Ubunutu hosts
that have a partial systemd setup (where init itself is not systemd
though). This affects the containers.cgroup metric logic such that
it incorrectly uses systemd naming conventions in those situations.
Verified on various systems with many full/partial systemd setups.
commit e6af93d76904fa390a8ca1be54b996a8ff96241a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Nov 13 14:14:45 2015 +1100
qa: add a test for elasticsearch PMDA metrics, install & remove
commit 560c37c41a764870e308adac1e0d489e03281131
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Thu Nov 12 17:50:02 2015 +1100
logger pmda: fix buffer overrun after read()
Code was just plain wrong from day one.
qa/457 was failing on 1 (vm28) of 30+ qa hosts, but that failure was
real and identified a logic error in the PMDA code.
commit aa8f5198b4c86e2ea2a8719bd3f4f5c43ffd195a
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Thu Nov 12 17:49:20 2015 +1100
qa/457: additional diagnostics
Failing on vm28 and nowhere else.
commit 892d4d75c5396a3dc9aa73b7a47a6dcbea2635d5
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Nov 12 12:33:20 2015 +1100
pmchart: update vCPU view to account for guest_nice time also
(thanks Mark!)
|