Changes committed to git://git.pcp.io/pcp master
Nathan Scott (3):
docs: remove an out-of-date section in pmdamounts
qa: cater for possible cockpit pmlogconf file presence
pcp-atop: handle some missing metrics more cleanly
man/man1/pmdamounts.1 | 7
qa/1079.out | 1014 +++++++++++++++++++++++------------------------
qa/366 | 1
src/include/pcp/impl.h | 1
src/include/pcp/pmapi.h | 60 +-
src/libpcp/src/exports | 4
src/libpcp/src/getopt.c | 89 +++-
src/pcp/atop/atop.c | 29 -
src/pcp/atop/atop.h | 5
src/pcp/atop/atopsar.c | 33 -
src/pcp/atop/photoproc.c | 6
src/pcp/atop/photosyst.c | 8
src/pcp/atop/various.c | 49 ++
src/pmchart/main.cpp | 1
14 files changed, 736 insertions(+), 571 deletions(-)
Details ...
commit 7157edb939557d4478755f909f4ed5d167ae72d2
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Sep 16 10:21:57 2016 +1000
pcp-atop: handle some missing metrics more cleanly
If per-CPU/net/disk metrics are missing, there are some
situations where pcp-atop would have divided-by-zero -
resolve these.
While debugging, found having direct access to the long
options handy, so have added an interface for tools to
opt-in to using just the long options (useful for atop,
and similar tools, where short options are driven by an
upstream tool that we're matching).
commit f5923804117f770a6fb400e426f479f65b4d3a10
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Sep 16 10:18:00 2016 +1000
qa: cater for possible cockpit pmlogconf file presence
commit 565e7ab0d70873abbadf6a82c4a58869d552bbce
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Sep 16 10:16:31 2016 +1000
docs: remove an out-of-date section in pmdamounts
|