Github push to performancecopilot:pcp #github

[email protected] Integration <[email protected]> Mon, 23 Jan 2017 01:36:21 -0800
Newsgroups gmane.comp.sysutils.pcp
Message-ID <[email protected]>

4 New Commits:

[pcp:master] By Liming Wu <[email protected]>:
2ef9b30d433d ( https://github.com/performancecopilot/pcp/commit/2ef9b30d433dc0a4c3b75f9adf20b61f4587689c ) : pcp-atopsar: fix swptotal and swpfree reporting units

Modified: src/pcp/atop/atopsar.c ( https://github.com/performancecopilot/pcp/blob/master/src/pcp/atop/atopsar.c )

[pcp:master] By Nathan Scott <[email protected]>:
f5fb24e8158b ( https://github.com/performancecopilot/pcp/commit/f5fb24e8158b6240a950f61494e0cf86ebcae11d ) : pcp-atopsar: tweak earlier patch to keep mem units constant, qa

Modified: qa/785.out ( https://github.com/performancecopilot/pcp/blob/master/qa/785.out )
Modified: src/pcp/atop/atopsar.c ( https://github.com/performancecopilot/pcp/blob/master/src/pcp/atop/atopsar.c )
Modified: src/pcp/atop/photosyst.c ( https://github.com/performancecopilot/pcp/blob/master/src/pcp/atop/photosyst.c )
Modified: src/pcp/atop/showsys.c ( https://github.com/performancecopilot/pcp/blob/master/src/pcp/atop/showsys.c )

[pcp:master] By Liming Wu <[email protected]>:
bc636a5cd6b4 ( https://github.com/performancecopilot/pcp/commit/bc636a5cd6b4543b007d341e8cacbffcb63ffbca ) : pmdalinux: add Linux VM KSM same-page-merging metrics

Added: src/pmdas/linux/ksm.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/ksm.c )
Added: src/pmdas/linux/ksm.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/ksm.h )
Modified: src/pmdas/linux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/GNUmakefile )
Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/help )
Modified: src/pmdas/linux/linux.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/linux.h )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux/root_linux ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/root_linux )

[pcp:master] By Nathan Scott <[email protected]>:
c6addb1626a9 ( https://github.com/performancecopilot/pcp/commit/c6addb1626a918452d3883e5a2a674247688a7cf ) : pmdalinux: updated to Linux PMDA KSM metrics and regression tests Add test qa/911 to exercise the new KSM metrics. Series of small updates to the kernel PMDA code: - use correct types in metrictab on checking kernel code (kernels using unsigned long); - small naming tweaks to match common PCP metric conventions - fix couple of bugs: file descriptor leaks in ksm.c and incorrect memory free of readdir entry. - update ksm.c source to allow regression test data injection

Added: qa/911 ( https://github.com/performancecopilot/pcp/blob/master/qa/911 )
Added: qa/911.out ( https://github.com/performancecopilot/pcp/blob/master/qa/911.out )
Added: qa/linux/sysfs-ksm-001.tgz ( https://github.com/performancecopilot/pcp/blob/master/qa/linux/sysfs-ksm-001.tgz )
Added: qa/linux/sysfs-ksm-002.tgz ( https://github.com/performancecopilot/pcp/blob/master/qa/linux/sysfs-ksm-002.tgz )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/master/qa/group )
Modified: qa/linux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/qa/linux/GNUmakefile )
Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/help )
Modified: src/pmdas/linux/ksm.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/ksm.c )
Modified: src/pmdas/linux/ksm.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/ksm.h )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux/root_linux ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/root_linux )