Changes committed to git://git.pcp.io/pcp.git master
Nathan Scott (2):
build: fix debian papi pmda dependencies
pmdaproc: fix double accounting of runq metrics
Ryan Doyle (1):
python: add errno attribute to pmErr class
configure | 2 -
configure.ac | 2 -
debian/changelog | 1
debian/fixcontrol.master | 10 ++++-
qa/933 | 66 +++++++++++++++++++++++++++++++++++++++
qa/933.out | 2 +
qa/group | 1
src/GNUmakefile | 2 -
src/pmdas/linux_proc/proc_pid.c | 26 +++++++--------
src/pmdas/linux_proc/proc_runq.c | 25 +++++++++++---
src/pmdas/linux_proc/proc_runq.h | 1
src/python/GNUmakefile | 5 ++
src/python/pcp/pmapi.py | 8 +++-
src/python/test/pmerr_test.py | 34 ++++++++++++++++++++
14 files changed, 159 insertions(+), 26 deletions(-)
commit 2fa04a366b532b2d165399dc025f57abf1725e71
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Sep 8 14:53:49 2016 +1000
pmdaproc: fix double accounting of runq metrics
Fix accidental double accounting of proc runq metrics, and
add missing runq accounting call on the cgroups code path.
Resolves Github Issue #110.
Resolves Red Hat BZ #1372550.
commit 6741c9998eb489da50a563fee89f4f2cff11ea29
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Sep 8 11:14:27 2016 +1000
build: fix debian papi pmda dependencies
Also fixed a typo-buglet in the configure script, same area.
commit 4a103a733e53081ed15b115451c5cd66ca46d5f8
Author: Ryan Doyle <ryan@xxxxxxxxxxxx>
Date: Tue Sep 6 19:15:04 2016 +1000
python: add errno attribute to pmErr class
|