pcp updates: pmdalinux

"Nathan Scott" <[email protected]> Mon, 6 Feb 2017 00:44:36 -0500 (EST)
Newsgroups gmane.comp.sysutils.pcp
Message-ID <[email protected]>
Changes committed to git://git.pcp.io/pcp.git master

Nathan Scott (2):
      pmdalinux: export network.interface.baudrate as a u64 type number
      pmdalinux: export byte version of all hugepage metrics


 qa/1079.out                   |   24 
 qa/821.out                    | 1792 ++++++++++++++++++++++++++++++++++++++++++
 qa/linux/meminfo-root-003.tgz |binary
 src/pcp/atop/ifprop.c         |    7 
 src/pmdas/linux/GNUmakefile   |   10 
 src/pmdas/linux/help          |    7 
 src/pmdas/linux/mk.rewrite    |    4 
 src/pmdas/linux/pmda.c        |   82 +
 src/pmdas/linux/root_linux    |    7 
 src/pmdas/linux_proc/pmda.c   |    2 
 10 files changed, 1913 insertions(+), 22 deletions(-)


commit 10c0c5468b97ce6aefcaa803dbd2926615522c8f
Author: Nathan Scott <[email protected]>
Date:   Mon Feb 6 16:30:01 2017 +1100

    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

commit c58d446577a967d381514f17e83369c89ecbb315
Author: Nathan Scott <[email protected]>
Date:   Mon Feb 6 16:26:38 2017 +1100

    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.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links:

You receive all messages sent to this group.

View/Reply Online (#15069): https://groups.io/g/pcp/message/15069
View All Messages In Topic (1): https://groups.io/g/pcp/topic/4335331
Mute This Topic: https://groups.io/mt/4335331?uid=174580
New Topic: https://groups.io/g/pcp/post
-=-=-
pcp mailing list
[email protected]
https://groups.io/g/pcp/messages
-=-=-
Change Your Subscription: https://groups.io/g/pcp/editsub?uid=174580
Group Home: https://groups.io/g/pcp
Contact Group Owner: [email protected]
Terms of Service: https://groups.io/static/tos
Unsubscribe: https://groups.io/g/pcp/leave/354243/563757577/xyzzy
-=-=-=-=-=-=-=-=-=-=-=-