| Newsgroups |
gmane.comp.sysutils.pcp |
| Message-ID |
<[email protected]> |
2 New Commits:
[pcp:master] By Nathan Scott <[email protected]>:
c58d446577a9 ( https://github.com/performancecopilot/pcp/commit/c58d446577a967d381514f17e83369c89ecbb315 ) : pmdalinux: export network.interface.baudrate as a u64 type number This value is exported in bytes/second, and as a result 32 bits is too small to hold 10+GE values. Fix by switching to 64 bit with a archive converter, and updates to the pcp-atop utility to match.
Modified: qa/1079.out ( https://github.com/performancecopilot/pcp/blob/master/qa/1079.out )
Modified: src/pcp/atop/ifprop.c ( https://github.com/performancecopilot/pcp/blob/master/src/pcp/atop/ifprop.c )
Modified: src/pmdas/linux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/GNUmakefile )
Modified: src/pmdas/linux/mk.rewrite ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/mk.rewrite )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/pmda.c )
[pcp:master] By Nathan Scott <[email protected]>:
10c0c5468b97 ( https://github.com/performancecopilot/pcp/commit/10c0c5468b97ce6aefcaa803dbd2926615522c8f ) : pmdalinux: export byte version of all hugepage metrics The kernel exports these values in #pages, which cannot be directly compared to other memory metrics. Fix by adding new metrics along with the existing #pages metrics that have bytes-based units. Add another meminfo file with non-zero values for these metrics showing the conversioning the hugepagesize from /proc/meminfo
Added: qa/linux/meminfo-root-003.tgz ( https://github.com/performancecopilot/pcp/blob/master/qa/linux/meminfo-root-003.tgz )
Modified: qa/821.out ( https://github.com/performancecopilot/pcp/blob/master/qa/821.out )
Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/help )
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 )
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux_proc/pmda.c )