Github push to performancecopilot:pcp #github

[email protected] Integration <[email protected]>
Newsgroups gmane.comp.sysutils.pcp
Message-ID <[email protected]>

6 New Commits:

[pcp:master] By Liming Wu <[email protected]>:
a8c34e732e13 ( https://github.com/performancecopilot/pcp/commit/a8c34e732e13c7578e97e1b82dfeccbae2e23e06 ) : pmdalinux: add zoneinfo NUMA free mem stats

Added: src/pmdas/linux/proc_zoneinfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_zoneinfo.c )
Added: src/pmdas/linux/proc_zoneinfo.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_zoneinfo.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 Nathan Scott <[email protected]>:
c771adf30794 ( https://github.com/performancecopilot/pcp/commit/c771adf30794753e9318eae6aac5d1093d81d391 ) : pmdalinux: header cleanup, move to using pagesize bitshift Consolidate some headers to make maintenance of pmdalinux a little easier - quite a bit of "extern" leakage into the .c files was happening, no longer. To make page-count-to-bytes conversions more efficient, we now switch to bit-shifting based on pagesize as well.

Added: src/pmdas/linux/linux.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/linux.h )
Removed: src/pmdas/linux/clusters.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/clusters.h )
Removed: src/pmdas/linux/convert.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/convert.h )
Removed: src/pmdas/linux/indom.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/indom.h )
Modified: src/pmdas/linux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/GNUmakefile )
Modified: src/pmdas/linux/filesys.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/filesys.c )
Modified: src/pmdas/linux/getinfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/getinfo.c )
Modified: src/pmdas/linux/interrupts.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/interrupts.c )
Modified: src/pmdas/linux/interrupts.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/interrupts.h )
Modified: src/pmdas/linux/ipc.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/ipc.c )
Modified: src/pmdas/linux/linux_table.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/linux_table.c )
Modified: src/pmdas/linux/mem_bandwidth.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/mem_bandwidth.c )
Modified: src/pmdas/linux/namespaces.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/namespaces.c )
Modified: src/pmdas/linux/numa_meminfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/numa_meminfo.c )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux/proc_buddyinfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_buddyinfo.c )
Modified: src/pmdas/linux/proc_buddyinfo.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_buddyinfo.h )
Modified: src/pmdas/linux/proc_cpuinfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_cpuinfo.c )
Modified: src/pmdas/linux/proc_loadavg.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_loadavg.c )
Modified: src/pmdas/linux/proc_loadavg.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_loadavg.h )
Modified: src/pmdas/linux/proc_meminfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_meminfo.c )
Modified: src/pmdas/linux/proc_net_dev.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_dev.c )
Modified: src/pmdas/linux/proc_net_netstat.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_netstat.c )
Modified: src/pmdas/linux/proc_net_netstat.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_netstat.h )
Modified: src/pmdas/linux/proc_net_rpc.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_rpc.c )
Modified: src/pmdas/linux/proc_net_snmp.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_snmp.c )
Modified: src/pmdas/linux/proc_net_snmp6.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_snmp6.c )
Modified: src/pmdas/linux/proc_net_sockstat.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_sockstat.c )
Modified: src/pmdas/linux/proc_net_sockstat.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_sockstat.h )
Modified: src/pmdas/linux/proc_net_softnet.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_softnet.c )
Modified: src/pmdas/linux/proc_net_tcp.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_tcp.c )
Modified: src/pmdas/linux/proc_net_tcp.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_net_tcp.h )
Modified: src/pmdas/linux/proc_partitions.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_partitions.c )
Modified: src/pmdas/linux/proc_scsi.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_scsi.c )
Modified: src/pmdas/linux/proc_scsi.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_scsi.h )
Modified: src/pmdas/linux/proc_slabinfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_slabinfo.c )
Modified: src/pmdas/linux/proc_slabinfo.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_slabinfo.h )
Modified: src/pmdas/linux/proc_stat.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_stat.c )
Modified: src/pmdas/linux/proc_sys_fs.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_sys_fs.c )
Modified: src/pmdas/linux/proc_sys_fs.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_sys_fs.h )
Modified: src/pmdas/linux/proc_uptime.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_uptime.c )
Modified: src/pmdas/linux/proc_uptime.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_uptime.h )
Modified: src/pmdas/linux/proc_vmstat.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_vmstat.c )
Modified: src/pmdas/linux/proc_zoneinfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_zoneinfo.c )
Modified: src/pmdas/linux/proc_zoneinfo.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_zoneinfo.h )
Modified: src/pmdas/linux/swapdev.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/swapdev.c )
Modified: src/pmdas/linux/swapdev.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/swapdev.h )
Modified: src/pmdas/linux/sysfs_kernel.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/sysfs_kernel.c )
Modified: src/pmdas/linux/sysfs_kernel.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/sysfs_kernel.h )

[pcp:master] By Nathan Scott <[email protected]>:
844c27b808d3 ( https://github.com/performancecopilot/pcp/commit/844c27b808d3662953d30bb5a347cc8ed99eff8c ) : pmdalinux: remove a no-longer-used extern

Modified: src/pmdas/linux/linux.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/linux.h )

[pcp:master] By Nathan Scott <[email protected]>:
d09d694c6b7c ( https://github.com/performancecopilot/pcp/commit/d09d694c6b7c020395406064a0e1864f92d5a1ce ) : build: fix the build, reinstate convert.h (needed outside linux pmda)

Added: src/pmdas/linux/convert.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/convert.h )
Modified: src/collectl2pcp/metrics.h ( https://github.com/performancecopilot/pcp/blob/master/src/collectl2pcp/metrics.h )
Modified: src/pmdas/linux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/GNUmakefile )
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux_proc/pmda.c )

[pcp:master] By Nathan Scott <[email protected]>:
32d58bc3bf9c ( https://github.com/performancecopilot/pcp/commit/32d58bc3bf9cca59783d169700d5cb82595f34c9 ) : pmdalinux: buddyinfo and zoneinfo mem metric updates Addition of zoneinfo regression testing. Rework zoneinfo code to remove platform-specific parts and use the indom instead of expanding zone types in the namespace. Use a single pass over the /proc/zoneinfo file, instead of once per-NUMA-node. Finally, export buddyinfo metrics in kbytes rather than pages, and likewise zoneinfo.

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/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/proc_buddyinfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_buddyinfo.c )
Modified: src/pmdas/linux/proc_zoneinfo.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_zoneinfo.c )
Modified: src/pmdas/linux/proc_zoneinfo.h ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/proc_zoneinfo.h )
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]>:
95de5e4e9d0b ( https://github.com/performancecopilot/pcp/commit/95de5e4e9d0b10fbbd71103aa6902e174b4acab7 ) : Merge branch 'master' of git://git.pcp.io/pcp

Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/master/src/include/pcp/impl.h )
Modified: src/libpcp/src/logmeta.c ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp/src/logmeta.c )
Modified: src/libpcp/src/util.c ( https://github.com/performancecopilot/pcp/blob/master/src/libpcp/src/util.c )
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.