| Newsgroups |
gmane.comp.sysutils.pcp |
| Message-ID |
<[email protected]> |
5 New Commits:
[pcp:master] By s-miyoshi-fj <[email protected]>:
16180e8f88fa ( https://github.com/performancecopilot/pcp/commit/16180e8f88fae473f20d694570d16b078d2f38ac ) : Add the metric about buddyinfo
Added: src/pmdas/linux/proc_buddyinfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_buddyinfo.c )
Added: src/pmdas/linux/proc_buddyinfo.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_buddyinfo.h )
Modified: src/pmdas/linux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/GNUmakefile )
Modified: src/pmdas/linux/clusters.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/clusters.h )
Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/help )
Modified: src/pmdas/linux/indom.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/indom.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 s-miyoshi-fj <[email protected]>:
97ca33a76c65 ( https://github.com/performancecopilot/pcp/commit/97ca33a76c650e897fe46bbf992003b36bb0414d ) : Add regression testing for mem.buddyinfo
Modified: qa/821 ( https://github.com/performancecopilot/pcp/blob/master/qa/821 )
Modified: qa/821.out ( https://github.com/performancecopilot/pcp/blob/master/qa/821.out )
[pcp:master] By s-miyoshi-fj <[email protected]>:
4672b9f93cc7 ( https://github.com/performancecopilot/pcp/commit/4672b9f93cc7fafabf4c26f1568a914fe644ff25 ) : fix qa/linux/meminfo.tgz for buddyinfo testing
Modified: qa/821.out ( https://github.com/performancecopilot/pcp/blob/master/qa/821.out )
Modified: qa/linux/meminfo-root-001.tgz ( https://github.com/performancecopilot/pcp/blob/master/qa/linux/meminfo-root-001.tgz )
[pcp:master] By Lukas Berk <[email protected]>:
f0160c1656cb ( https://github.com/performancecopilot/pcp/commit/f0160c1656cb32320755d7ef2ab1d9f2e1735fb1 ) : Tweak buddyinfo instance names Instance names shouldn't have spaces, tweaking to conform to similar notation as hinv.node.online (zone::nodeX) and modifying qa output accordingly
Modified: qa/821.out ( https://github.com/performancecopilot/pcp/blob/master/qa/821.out )
Modified: src/pmdas/linux/proc_buddyinfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_buddyinfo.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]>:
f7453b90e849 ( https://github.com/performancecopilot/pcp/commit/f7453b90e849f9687569648fcf8aec544eead3e1 ) : qa: refinements to recent pmdalinux memory metrics Checking the kernel code, found the buddyinfo metrics are exported as unsigned long integers so update the metadata to reflect that. The QA test needed some tweaks too as it was evidently run as root when generating the new .out but that means certain access-control testing was skipped, and the output was non-deterministic when run unprivileged.
Modified: qa/821 ( https://github.com/performancecopilot/pcp/blob/master/qa/821 )
Modified: qa/821.out ( https://github.com/performancecopilot/pcp/blob/master/qa/821.out )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/pmda.c )