Changes committed to git://git.pcp.io/nathans/pcp.git master
Nathan Scott (4):
pcp-atop: complete audit of string buffers for overflows
build: add struct declarations for remaining few headers
man pages: update atop man page, small tweaks for others
pcp-atop: implement record mode functionality (-w option)
qa/1079 | 7
qa/1079.out | 3
qa/722 | 113 -----
qa/722.out | 904 ----------------------------------------
qa/group | 1
src/include/pcp/mmv_dev.h | 16
src/include/pcp/pmafm.h | 2
src/include/pcp/pmtime.h | 10
src/pcp/atop/GNUmakefile | 2
src/pcp/atop/atop.c | 58 --
src/pcp/atop/atop.h | 25 -
src/pcp/atop/atopsar.c | 39 -
src/pcp/atop/hostmetrics.map | 6
src/pcp/atop/ifpropmetrics.map | 2
src/pcp/atop/parseable.c | 4
src/pcp/atop/pcp-atop.1 | 109 ++--
src/pcp/atop/pcp-atopsar.1 | 40 -
src/pcp/atop/photoproc.h | 7
src/pcp/atop/photosyst.h | 16
src/pcp/atop/procmetrics.map | 2
src/pcp/atop/showgeneric.c | 20
src/pcp/atop/showgeneric.h | 6
src/pcp/atop/showlinux.c | 21
src/pcp/atop/showlinux.h | 17
src/pcp/atop/showprocs.c | 185 ++++----
src/pcp/atop/showsys.c | 139 +++---
src/pcp/atop/systmetrics.map | 7
src/pcp/atop/various.c | 206 +++++++--
src/pcp/dmcache/pcp-dmcache.1 | 2
src/pcp/free/pcp-free.1 | 2
src/pcp/numastat/pcp-numastat.1 | 2
src/pcp/uptime/pcp-uptime.1 | 2
src/pcp/verify/pcp-verify.1 | 2
33 files changed, 527 insertions(+), 1450 deletions(-)
commit 69a4070b7ad5fa9d8816c8f77ef74c45e75ba83c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 4 16:40:47 2015 +1000
pcp-atop: implement record mode functionality (-w option)
Creating archive folios now works as per our earlier atop.
Test qa/1079 is updated to create and the replay an archive
using this facility and the old python atop test is retired.
commit a78e0f6bc65c532eb666309af09ed0cd358449a4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 4 16:30:33 2015 +1000
man pages: update atop man page, small tweaks for others
commit 2fa8d8c6bfab218bbe46ed5def0137824379a2a6
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 4 15:57:56 2015 +1000
build: add struct declarations for remaining few headers
commit 64ae58d19067544ff424ab2170e5678a1cb2370d
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Jun 4 12:58:45 2015 +1000
pcp-atop: complete audit of string buffers for overflows
|