(bit more QA work to come here after a short holiday, but feel free
to kick the tyres and lemme know how it goes - thanks!)
Changes committed to git://git.pcp.io/nathans/pcp.git master
Nathan Scott (3):
pmdalinux: correctly report high speed network link speeds
pmlogconf: add nfs metrics into the atop logged set
pmdanfsclient: qa updates and improve PMDA error handling
Gerlof Langeveld (1):
pcp-atop: update to latest atop code and features (esp. NFS)
qa/364 | 1
qa/798 | 5
qa/976 | 2
qa/common.filter | 3
src/pcp/atop/atop.c | 11
src/pcp/atop/atop.h | 3
src/pcp/atop/atopsar.c | 153 ++++++-
src/pcp/atop/deviate.c | 299 +++++++++++--
src/pcp/atop/ifprop.h | 2
src/pcp/atop/parseable.c | 74 +++
src/pcp/atop/pcp-atop.1 | 117 +++++
src/pcp/atop/pcp-atoprc.5 | 8
src/pcp/atop/pcp-atopsar.1 | 74 +++
src/pcp/atop/photoproc.c | 3
src/pcp/atop/photoproc.h | 3
src/pcp/atop/photosyst.c | 95 ++++
src/pcp/atop/photosyst.h | 80 +++
src/pcp/atop/procmetrics.map | 1
src/pcp/atop/showgeneric.c | 222 +++++++++-
src/pcp/atop/showgeneric.h | 11
src/pcp/atop/showlinux.c | 295 ++++++++++++-
src/pcp/atop/showlinux.h | 36 +
src/pcp/atop/showprocs.c | 200 +++++----
src/pcp/atop/showsys.c | 750 +++++++++++++++++++++++++++++------
src/pcp/atop/systmetrics.map | 44 +-
src/pcp/atop/various.c | 61 +-
src/pmdas/linux/proc_net_dev.c | 6
src/pmdas/linux/proc_net_dev.h | 7
src/pmdas/nfsclient/pmdanfsclient.pl | 5
src/pmlogconf/tools/atop | 34 +
30 files changed, 2225 insertions(+), 380 deletions(-)
commit c683075c3aa39d41d18b2ee35f426c726f7af193
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 22 17:42:18 2015 +1000
pmdanfsclient: qa updates and improve PMDA error handling
commit 06869c2d65a9b60c36ed782287e38476cc5a4966
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 22 17:41:39 2015 +1000
pmlogconf: add nfs metrics into the atop logged set
commit 8cef7f3e9e117c4bbb9b3804f0a38fb07e8f147a
Author: Gerlof Langeveld <gerlof.langeveld@xxxxxxxxxxx>
Date: Tue Sep 22 17:41:15 2015 +1000
pcp-atop: update to latest atop code and features (esp. NFS)
Incorporate a series of new features from upstream atop:
- New selection possibilities for processes:
+ Key 'I' can be used to specify one or more PIDs of processes
+ Key '/' can be used to specify a command line search string
- Added statistics per mounted NFS filesystem (label NFM).
- Maintain current speed (rate) for wireless interfaces.
- Added defined value SPEED_UNKNOWN for older releases.
- Support for OpenVZ containers.
- Addition of NFS (server/client) statistics on system level.
- Avoid negative utilization counters for disks and logical volumes.
(PMAPI work by nathans)
commit 9b616ace2284b622c4a8e7eae7766c11a2f0b9e8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Sep 22 17:32:52 2015 +1000
pmdalinux: correctly report high speed network link speeds
The kernel ethtool ioctl interface was extended to allow speeds
beyond 1Gbps to be reported - update to use this (back-compat)
extension. We only use this interface nowadays if the sysfs
access to read interface speed fails.
|