Hi,
Changes committed to git://git.pcp.io/lberk/pcp master
I've included an update to the buildbot config to what's currently
running on the master node. pmdalinux was improperly saving several
disc values, which was causing issues with qa/1024 on big endian systems
(now passes on ppc64 as well as s390x, as well as a full -g pmda.linux
run on my x86_64 machine). I've also included the mingw64 bulid fix as
provided by Diego in github pull request #34. It seems to fix the build
errors as advertised, and passes a regular fedora build/sanity check.
Cheers,
Lukas
----------------------------------------------------------------------
Lukas Berk (2):
Correct pmdalinux varitable types for several disk metrics
buildbot: update master config to match upstream's
Diego Giagio (1):
Fixes SIGSEGV, 64-bit format specifiers, dlsym bug and IPC on Windows
configure | 12 +++++++-
configure.ac | 12 +++++++-
qa/buildbot/master.cfg | 53 +++++++++++++++++++++++++-------------
src/include/pcp/config.h.in | 6 ----
src/libpcp/src/auxserver.c | 2 +
src/libpcp/src/win32.c | 2 -
src/pmcd/src/config.c | 4 +-
src/pmdas/linux/proc_partitions.c | 26 +++++++++---------
8 files changed, 74 insertions(+), 43 deletions(-)
Details ...
commit d28fda9a84fc54d53c5e1d25afa4603f2f4f2c57
Author: Diego Giagio <diego@xxxxxxxxxx>
Date: Fri Aug 7 21:06:36 2015 +0000
Fixes SIGSEGV, 64-bit format specifiers, dlsym bug and IPC on Windows
commit ec36e0910de2d068fee1e898d572f4902b363527
Author: Lukas Berk <lberk@xxxxxxxxxx>
Date: Mon Aug 10 17:32:06 2015 -0400
buildbot: update master config to match upstream's
commit 9dc9c33d25963d67bbf75804e05100cef3c6b17e
Author: Lukas Berk <lberk@xxxxxxxxxx>
Date: Mon Aug 10 17:22:39 2015 -0400
Correct pmdalinux varitable types for several disk metrics
The metrics:
disk.{all,dev,dm}.{read_bytes,write_bytes,total_bytes}
disk.{dm,partition}.{avactive,aveq}
are listed as unsigned ints in the partitions_entry_t struct,
however were being assigned as unsigned long longs, leading to
incorrect values of '0' on big endian systems.
|