pcp@groups.io Integration
2017-08-02 10:11:15 UTC
1 New Commit:
[pcp:master] By Nathan Scott <***@redhat.com>:
4f68a5a2ab36 ( https://github.com/performancecopilot/pcp/commit/4f68a5a2ab360ede5e7d2c198f6ff0094fc6b247 ) : build: add configury for python OrderedDict module Use configure checking to ensure OrderedDict pre-req of pmdajson, pmdaprometheus and pmrep is available.
Modified: configure ( https://github.com/performancecopilot/pcp/blob/master/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/master/configure.ac )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/master/src/include/builddefs.in )
Modified: src/pmrep/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/GNUmakefile )
---
[pcp] New branch labels ( https://github.com/performancecopilot/pcp/tree/labels ) was created by natoscott.
---
68 New Commits:
[pcp:labels] By Nathan Scott <***@redhat.com>:
ac220cac8635 ( https://github.com/performancecopilot/pcp/commit/ac220cac8635de1752133b2913287e2aaeafa22c ) : pcp: initial support for metric value label metadata in PCP First working steps toward a mechanism for labeling metric values with arbitrary name:value pairs. Labels are represented via a cascading hierarchy of labels spanning contexts, domains, InDoms, PMIDs and instances in order to reduce duplication at all levels (labels are often repeated between values). These hierarchies are combined (client-side) to form "merged sets" of labels, according to the precendence rules described in pmGetLabels(3). This initial commit introduces: - label request/response PDU support in libpcp, - PMAPI interfaces for clients to access the label hierarchy - libpcp APIs to parse JSONB format and produce label sets which conform to the rules we've set out (no duplicate labels, sorted label names with no redundant whitespace, and so on). - a pmMergeLabels(3) API for combining levels of the hierarchy - pminfo support for a new -l/--labels option - pmcd support for label requests and responses, in a transparent and backward-compatible way - local context support for the same, also backward-compatible - a pmdaLabel(3) API for PMDAs wishing to export labels on values, in an opt-in backward-compatible fashion - pmdalinux support for labels on many metrics and indoms, such as per-NUMA-node, per-CPU and per-memory-zone. - pmdasample support for various values having labels set on each level of the hierarchy - rudimentary documentation (much more to come) - early regression testing (more to come as well) One of the more interesting aspects of this work is its potential for tackling long-standing problems around compound instance names (e.g. the Linux per-cgroup, per-device and per-CPU metrics, below cgroup.*) such that the sub-components of these complex indoms can be represented, and in a way that crosses PMDAs (unlike indoms and metrics). This initial commit shows this aspect within the Linux PMDA, where per-NUMA-node, per-CPU and per-memory-zone values are present.
Added: man/man3/pmdalabel.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdalabel.3 )
Added: man/man3/pmgetlabels.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmgetlabels.3 )
Added: man/man3/pmmergelabels.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmmergelabels.3 )
Added: qa/561 ( https://github.com/performancecopilot/pcp/blob/labels/qa/561 )
Added: qa/561.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/561.out )
Added: qa/src/mergelabels.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabels.c )
Added: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Added: src/libpcp/src/p_label.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_label.c )
Modified: GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/GNUmakefile )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: debian/libpcp-pmda3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp-pmda3-dev.install )
Modified: debian/libpcp3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp3-dev.install )
Modified: man/man1/pmcd.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmcd.1 )
Modified: man/man1/pminfo.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pminfo.1 )
Modified: man/man3/pmdacache.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdacache.3 )
Modified: man/man3/pmdainstance.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdainstance.3 )
Modified: man/man3/pmfetch.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmfetch.3 )
Modified: qa/006.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/006.out )
Modified: qa/031.out.darwin ( https://github.com/performancecopilot/pcp/blob/labels/qa/031.out.darwin )
Modified: qa/031.out.freebsd ( https://github.com/performancecopilot/pcp/blob/labels/qa/031.out.freebsd )
Modified: qa/031.out.linux ( https://github.com/performancecopilot/pcp/blob/labels/qa/031.out.linux )
Modified: qa/031.out.netbsd ( https://github.com/performancecopilot/pcp/blob/labels/qa/031.out.netbsd )
Modified: qa/031.out.openbsd ( https://github.com/performancecopilot/pcp/blob/labels/qa/031.out.openbsd )
Modified: qa/031.out.solaris ( https://github.com/performancecopilot/pcp/blob/labels/qa/031.out.solaris )
Modified: qa/574.out.darwin ( https://github.com/performancecopilot/pcp/blob/labels/qa/574.out.darwin )
Modified: qa/574.out.freebsd ( https://github.com/performancecopilot/pcp/blob/labels/qa/574.out.freebsd )
Modified: qa/574.out.linux ( https://github.com/performancecopilot/pcp/blob/labels/qa/574.out.linux )
Modified: qa/574.out.netbsd ( https://github.com/performancecopilot/pcp/blob/labels/qa/574.out.netbsd )
Modified: qa/574.out.openbsd ( https://github.com/performancecopilot/pcp/blob/labels/qa/574.out.openbsd )
Modified: qa/574.out.solaris ( https://github.com/performancecopilot/pcp/blob/labels/qa/574.out.solaris )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/.gitignore )
Modified: qa/src/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/GNUlocaldefs )
Modified: qa/src/pdu-server.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/pdu-server.c )
Modified: qa/src/pducheck.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/pducheck.c )
Modified: qa/src/pducrash.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/pducrash.c )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/include/pcp/pmda.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmda.h )
Modified: src/libpcp/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/.gitignore )
Modified: src/libpcp/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUmakefile )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/check-statics )
Modified: src/libpcp/src/err.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/err.c )
Modified: src/libpcp/src/exports ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/exports )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/pdu.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pdu.c )
Modified: src/libpcp_pmda/src/callback.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/callback.c )
Modified: src/libpcp_pmda/src/exports ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/exports )
Modified: src/libpcp_pmda/src/libdefs.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/libdefs.h )
Modified: src/libpcp_pmda/src/mainloop.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/mainloop.c )
Modified: src/libpcp_pmda/src/open.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/open.c )
Modified: src/pmcd/src/dopdus.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/dopdus.c )
Modified: src/pmcd/src/pmcd.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/pmcd.c )
Modified: src/pmcd/src/pmcd.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/pmcd.h )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux/proc_buddyinfo.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_buddyinfo.c )
Modified: src/pmdas/linux/proc_buddyinfo.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_buddyinfo.h )
Modified: src/pmdas/pmcd/help ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/help )
Modified: src/pmdas/pmcd/root_pmcd ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/root_pmcd )
Modified: src/pmdas/pmcd/src/pmcd.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/src/pmcd.c )
Modified: src/pmdas/sample/src/sample.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/sample/src/sample.c )
Modified: src/pmdbg/pmdbg.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdbg/pmdbg.c )
Modified: src/pminfo/pminfo.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pminfo/pminfo.c )
Modified: src/python/pmapi.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmapi.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
72b00edc30e5 ( https://github.com/performancecopilot/pcp/commit/72b00edc30e56fad1258a97016bb4727e6bc07fe ) : Merge branch 'master' into labels
Added: qa/1074 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1074 )
Added: qa/1074.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1074.out )
Added: qa/1174 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1174 )
Added: qa/1174.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1174.out )
Added: qa/942 ( https://github.com/performancecopilot/pcp/blob/labels/qa/942 )
Added: qa/942.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/942.out )
Added: qa/952 ( https://github.com/performancecopilot/pcp/blob/labels/qa/952 )
Added: qa/952.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/952.out )
Added: qa/953 ( https://github.com/performancecopilot/pcp/blob/labels/qa/953 )
Added: qa/953.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/953.out )
Added: qa/954 ( https://github.com/performancecopilot/pcp/blob/labels/qa/954 )
Added: qa/954.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/954.out )
Added: qa/helgrind-suppress ( https://github.com/performancecopilot/pcp/blob/labels/qa/helgrind-suppress )
Added: qa/src/loadconfig2.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/loadconfig2.c )
Added: qa/valgrind-suppress-3.11.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.11.0 )
Added: src/libpcp/doc/nolock.calls ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/nolock.calls )
Removed: src/libpcp/src/derive.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/derive.c )
Modified: man/man3/pmdadaemon.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdadaemon.3 )
Modified: man/man3/pmdadso.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdadso.3 )
Modified: qa/022.out.linux ( https://github.com/performancecopilot/pcp/blob/labels/qa/022.out.linux )
Modified: qa/024.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/024.out )
Modified: qa/037.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/037.out )
Modified: qa/060.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/060.out )
Modified: qa/200 ( https://github.com/performancecopilot/pcp/blob/labels/qa/200 )
Modified: qa/246.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/246.out )
Modified: qa/273.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/273.out )
Modified: qa/297.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/297.out )
Modified: qa/344 ( https://github.com/performancecopilot/pcp/blob/labels/qa/344 )
Modified: qa/4751 ( https://github.com/performancecopilot/pcp/blob/labels/qa/4751 )
Modified: qa/4751.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/4751.out )
Modified: qa/520.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/520.out )
Modified: qa/523.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/523.out )
Modified: qa/660 ( https://github.com/performancecopilot/pcp/blob/labels/qa/660 )
Modified: qa/706 ( https://github.com/performancecopilot/pcp/blob/labels/qa/706 )
Modified: qa/720 ( https://github.com/performancecopilot/pcp/blob/labels/qa/720 )
Modified: qa/720.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/720.out )
Modified: qa/778 ( https://github.com/performancecopilot/pcp/blob/labels/qa/778 )
Modified: qa/778.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/778.out )
Modified: qa/792.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/792.out )
Modified: qa/924.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/924.out )
Modified: qa/common ( https://github.com/performancecopilot/pcp/blob/labels/qa/common )
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.check )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/new ( https://github.com/performancecopilot/pcp/blob/labels/qa/new )
Modified: qa/perfevent/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/perfevent/GNUmakefile )
Modified: qa/src/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/GNUlocaldefs )
Modified: qa/src/context_test.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/context_test.c )
Modified: scripts/pcp-push ( https://github.com/performancecopilot/pcp/blob/labels/scripts/pcp-push )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/libpcp/doc/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/GNUmakefile )
Modified: src/libpcp/doc/glibc.safe ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/glibc.safe )
Modified: src/libpcp/doc/glibc.unsafe ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/glibc.unsafe )
Modified: src/libpcp/doc/libpcp-locking.odt ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/libpcp-locking.odt )
Modified: src/libpcp/doc/mk.cgraph ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/mk.cgraph )
Modified: src/libpcp/src/GNUlocaldefs.debug ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUlocaldefs.debug )
Modified: src/libpcp/src/auxconnect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/auxconnect.c )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/check-statics )
Modified: src/libpcp/src/config.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/config.c )
Modified: src/libpcp/src/connect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/connect.c )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/derive_parser.y.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/derive_parser.y.in )
Modified: src/libpcp/src/err.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/err.c )
Modified: src/libpcp/src/exports ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/exports )
Modified: src/libpcp/src/fetchgroup.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetchgroup.c )
Modified: src/libpcp/src/hash.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/hash.c )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/ipc.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/ipc.c )
Modified: src/libpcp/src/lock.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/lock.c )
Modified: src/libpcp/src/logconnect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logconnect.c )
Modified: src/libpcp/src/logutil.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logutil.c )
Modified: src/libpcp/src/optfetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/optfetch.c )
Modified: src/libpcp/src/pdu.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pdu.c )
Modified: src/libpcp/src/pmns.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pmns.c )
Modified: src/libpcp/src/store.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/store.c )
Modified: src/libpcp/src/tz.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/tz.c )
Modified: src/libpcp/src/util.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/util.c )
Modified: src/libpcp_pmda/src/open.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/open.c )
Modified: src/libpcp_web/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_web/src/.gitignore )
Modified: src/pmlc/gram.y ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlc/gram.y )
[pcp:labels] By Nathan Scott <***@redhat.com>:
be2be93b05d8 ( https://github.com/performancecopilot/pcp/commit/be2be93b05d8c534cbc12f639fc56a4a3f735fb8 ) : libpcp_fault: sync up and add latest sources, incl. labels
Modified: src/libpcp/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUmakefile )
Modified: src/libpcp_fault/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_fault/src/.gitignore )
Modified: src/libpcp_fault/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_fault/src/GNUmakefile )
[pcp:labels] By Nathan Scott <***@redhat.com>:
e99a14fb6354 ( https://github.com/performancecopilot/pcp/commit/e99a14fb6354c3b194639d4ad1a76cd45de27b11 ) : Merge branch 'master' into labels
Added: src/libpcp/src/GNUlocaldefs.lock_debug ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUlocaldefs.lock_debug )
Added: src/libpcp/src/cscope.files ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/cscope.files )
Added: src/libpcp_pmda/src/GNUlocaldefs.debug ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/GNUlocaldefs.debug )
Modified: qa/1052 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1052 )
Modified: qa/1052.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1052.out )
Modified: qa/706 ( https://github.com/performancecopilot/pcp/blob/labels/qa/706 )
Modified: src/libpcp/doc/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/GNUmakefile )
Modified: src/libpcp/doc/libpcp-locking.odt ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/libpcp-locking.odt )
Modified: src/libpcp/doc/mk.cgraph ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/mk.cgraph )
Modified: src/libpcp/src/config.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/config.c )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/exports ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/exports )
Modified: src/libpcp/src/logutil.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logutil.c )
Modified: src/libpcp_pmda/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/GNUmakefile )
Modified: src/libpcp_pmda/src/callback.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/callback.c )
Modified: src/libpcp_pmda/src/open.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/open.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
13347977290a ( https://github.com/performancecopilot/pcp/commit/13347977290ad7c33b13dc71e3d1783ed9038561 ) : Merge branch 'master' into labels
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
[pcp:labels] By Nathan Scott <***@redhat.com>:
128ea5b21275 ( https://github.com/performancecopilot/pcp/commit/128ea5b2127521ef74cd9d7d747cbea13b24717a ) : Merge branch 'master' into labels
Added: books/PCP_PG/fop.xconf ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_PG/fop.xconf )
Added: books/PCP_UAG/fop.xconf ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_UAG/fop.xconf )
Removed: books/PCP_TCS/Author_Group.xml ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/Author_Group.xml )
Removed: books/PCP_TCS/Book_Info.xml ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/Book_Info.xml )
Removed: books/PCP_TCS/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/GNUmakefile )
Removed: books/PCP_TCS/Revision_History.xml ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/Revision_History.xml )
Removed: books/PCP_TCS/pcp-tutorials-and-case-studies.ent ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/pcp-tutorials-and-case-studies.ent )
Removed: books/PCP_TCS/pcp-tutorials-and-case-studies.pdf ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/pcp-tutorials-and-case-studies.pdf )
Removed: books/PCP_TCS/pcp-tutorials-and-case-studies.xml ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/pcp-tutorials-and-case-studies.xml )
Removed: books/PCP_TCS/publican.cfg.in ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/publican.cfg.in )
Modified: books/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/books/GNUmakefile )
Modified: books/PCP_PG/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_PG/GNUmakefile )
Modified: books/PCP_PG/pcp-programmers-guide.pdf ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_PG/pcp-programmers-guide.pdf )
Modified: books/PCP_UAG/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_UAG/GNUmakefile )
Modified: books/PCP_UAG/pcp-users-and-administrators-guide.pdf ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_UAG/pcp-users-and-administrators-guide.pdf )
[pcp:labels] By Nathan Scott <***@redhat.com>:
9032f607e22c ( https://github.com/performancecopilot/pcp/commit/9032f607e22c508b46f984c060a6a84752c44d3f ) : dbpmda, qa: add support for labels commands for PMDA debugging Introduce commands allowing dbpmda to exercise the PMDA label interface. Several labels QA tests are also introduced here, some verifying dbpmda functionality but others more general.
Added: qa/562 ( https://github.com/performancecopilot/pcp/blob/labels/qa/562 )
Added: qa/562.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/562.out )
Added: qa/563 ( https://github.com/performancecopilot/pcp/blob/labels/qa/563 )
Added: qa/563.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/563.out )
Modified: qa/561 ( https://github.com/performancecopilot/pcp/blob/labels/qa/561 )
Modified: qa/561.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/561.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/dbpmda/src/dbpmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/dbpmda.c )
Modified: src/dbpmda/src/dso.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/dso.c )
Modified: src/dbpmda/src/gram.y ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/gram.y )
Modified: src/dbpmda/src/lex.l ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/lex.l )
Modified: src/dbpmda/src/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/pmda.c )
Modified: src/dbpmda/src/util.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/util.c )
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
2839c8208085 ( https://github.com/performancecopilot/pcp/commit/2839c8208085b8620ef6039d8d1f2d0ac155e720 ) : Merge branch 'master' into labels
Modified: qa/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/.gitignore )
[pcp:labels] By Nathan Scott <***@redhat.com>:
362f0c5283e8 ( https://github.com/performancecopilot/pcp/commit/362f0c5283e8bc04a8974a90f6dfc5477c10a149 ) : Merge branch 'master' into labels
Added: qa/1075 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1075 )
Added: qa/1075.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1075.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/libpcp/src/logmeta.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logmeta.c )
Modified: src/pmlogger/src/callback.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/src/callback.c )
Modified: src/pmlogrewrite/indom.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogrewrite/indom.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
3acb7e14fc34 ( https://github.com/performancecopilot/pcp/commit/3acb7e14fc345e589d5f0b6963a59bc13ccba9e1 ) : sort_r: portable version of qsort_r used in label sorting Add the public domain sort_r header into src/external so we can use this as-needed. While there complete transitioning the lookup2.c hash/mix function code (also public domain).
Added: src/external/lookup2.c ( https://github.com/performancecopilot/pcp/blob/labels/src/external/lookup2.c )
Added: src/external/sort_r.h ( https://github.com/performancecopilot/pcp/blob/labels/src/external/sort_r.h )
Removed: src/libpcp_pmda/src/lookup2.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/lookup2.c )
Modified: src/external/README ( https://github.com/performancecopilot/pcp/blob/labels/src/external/README )
Modified: src/libpcp/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/.gitignore )
Modified: src/libpcp/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUmakefile )
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Modified: src/libpcp_pmda/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/.gitignore )
Modified: src/libpcp_pmda/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/GNUmakefile )
[pcp:labels] By Nathan Scott <***@redhat.com>:
afd9b31e720d ( https://github.com/performancecopilot/pcp/commit/afd9b31e720d105d9c57a2f4f104dc60a3321ac5 ) : pmdaproc: Linux proc PMDA labels, esp. compound cgroups indom
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
28269a09a101 ( https://github.com/performancecopilot/pcp/commit/28269a09a101488628bf768b32947173713f0f1e ) : Merge branch 'master' into labels
Added: qa/archives/badlog-4.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badlog-4.0 )
Added: qa/archives/badlog-4.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badlog-4.index )
Added: qa/archives/badlog-4.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badlog-4.meta )
Added: src/pmlogconf/zeroconf/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/GNUmakefile )
Added: src/pmlogconf/zeroconf/atop-proc ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/atop-proc )
Added: src/pmlogconf/zeroconf/localdefs ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/localdefs )
Added: src/pmlogconf/zeroconf/nfsclient ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/nfsclient )
Added: src/pmlogconf/zeroconf/xfs-perdev ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/xfs-perdev )
Modified: build/rpm/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/GNUmakefile )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/labels/configure.ac )
Modified: qa/1069 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1069 )
Modified: qa/1069.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1069.out )
Modified: qa/366 ( https://github.com/performancecopilot/pcp/blob/labels/qa/366 )
Modified: qa/366.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/366.out )
Modified: qa/566.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/566.out )
Modified: qa/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile )
Modified: qa/archives/mkbadlabel ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/mkbadlabel )
Modified: qa/archives/mkbadlog ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/mkbadlog )
Modified: qa/archives/mkbadti ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/mkbadti )
Modified: qa/src/multithread9.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/multithread9.c )
Modified: src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/GNUmakefile )
Modified: src/bashrc/pcp_completion.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/bashrc/pcp_completion.sh )
Modified: src/libpcp/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/.gitignore )
Modified: src/libpcp/src/units.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/units.c )
Modified: src/libpcp_fault/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_fault/src/.gitignore )
Modified: src/libpcp_fault/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_fault/src/GNUmakefile )
Modified: src/pmlogconf/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/GNUmakefile )
Modified: src/pmrep/TODO ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/TODO )
Modified: src/pmrep/pmrep.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.1 )
Modified: src/pmrep/pmrep.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.conf )
Modified: src/pmrep/pmrep.conf.5 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.conf.5 )
Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.py )
Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/zshrc/_pcp )
[pcp:labels] By Nathan Scott <***@redhat.com>:
636264bd6354 ( https://github.com/performancecopilot/pcp/commit/636264bd63547cd45b74da93aa2896906e829042 ) : qa: update dbpmda test 226 to cater for new label commands
Modified: qa/226.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/226.out )
[pcp:labels] By Nathan Scott <***@redhat.com>:
27641ad3b7bc ( https://github.com/performancecopilot/pcp/commit/27641ad3b7bc0e66b6d8f7d11e09a760a91a6a44 ) : Merge branch 'master' into labels
Modified: qa/739 ( https://github.com/performancecopilot/pcp/blob/labels/qa/739 )
Modified: qa/739.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/739.out )
Modified: qa/968 ( https://github.com/performancecopilot/pcp/blob/labels/qa/968 )
Modified: qa/968.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/968.out )
Modified: qa/src/procpid.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/procpid.python )
Modified: qa/src/test_pcp_getopts.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_pcp_getopts.python )
Modified: qa/src/test_pcp_options.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_pcp_options.python )
Modified: src/pcp/dmcache/pcp-dmcache.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/dmcache/pcp-dmcache.py )
Modified: src/pcp2graphite/pcp2graphite.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp2graphite/pcp2graphite.py )
Modified: src/pcp2influxdb/pcp2influxdb.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp2influxdb/pcp2influxdb.py )
Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.py )
Modified: src/python/pcp/pmapi.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmapi.py )
Modified: src/python/pmapi.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmapi.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
449665cc962c ( https://github.com/performancecopilot/pcp/commit/449665cc962c3b71b7a36716b53766676694ae26 ) : Merge branch 'master' into labels
Modified: src/pmdas/linux_proc/help ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/help )
Modified: src/pmdas/linux_proc/help_text.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/help_text.h )
Modified: src/pmdas/linux_proc/proc_dynamic.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/proc_dynamic.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
bca95f2889e3 ( https://github.com/performancecopilot/pcp/commit/bca95f2889e38d1d93698617e85dd1639b4ded94 ) : Merge branch 'master' into labels
Modified: src/pmrep/pmrep.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.1 )
Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.py )
[pcp:labels] By Nathan Scott <***@redhat.com>:
9586b303b082 ( https://github.com/performancecopilot/pcp/commit/9586b303b08261a90a70285beda404cb48206533 ) : Merge branch 'master' into labels
Added: qa/1076 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1076 )
Added: qa/1076.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1076.out )
Added: qa/archives/badmeta-1.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badmeta-1.0 )
Added: qa/archives/badmeta-1.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badmeta-1.index )
Added: qa/archives/badmeta-1.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badmeta-1.meta )
Added: qa/archives/badmeta-2.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badmeta-2.0 )
Added: qa/archives/badmeta-2.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badmeta-2.index )
Added: qa/archives/badmeta-2.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badmeta-2.meta )
Added: qa/archives/idtohex ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/idtohex )
Added: qa/archives/mkbadmeta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/mkbadmeta )
Modified: man/man1/pmlogcheck.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmlogcheck.1 )
Modified: qa/4751 ( https://github.com/performancecopilot/pcp/blob/labels/qa/4751 )
Modified: qa/archives/dupname-a.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-a.0 )
Modified: qa/archives/dupname-a.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-a.index )
Modified: qa/archives/dupname-a.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-a.meta )
Modified: qa/archives/dupname-b.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-b.0 )
Modified: qa/archives/dupname-b.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-b.index )
Modified: qa/archives/dupname-b.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-b.meta )
Modified: qa/archives/dupname-c.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-c.0 )
Modified: qa/archives/dupname-c.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-c.index )
Modified: qa/archives/dupname-c.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-c.meta )
Modified: qa/archives/mkbadlen ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/mkbadlen )
Modified: qa/archives/mkbadti ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/mkbadti )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/helgrind-suppress ( https://github.com/performancecopilot/pcp/blob/labels/qa/helgrind-suppress )
Modified: qa/valgrind-suppress-3.7.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.7.0 )
Modified: src/libpcp/src/cscope.files ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/cscope.files )
Modified: src/pmdas/libvirt/pmdalibvirt.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/pmdalibvirt.python )
Modified: src/pmdas/linux/mk.rewrite ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/mk.rewrite )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/pmda.c )
Modified: src/pmlogcheck/logcheck.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/logcheck.h )
Modified: src/pmlogcheck/pass2.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pass2.c )
Modified: src/pmlogcheck/pass3.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pass3.c )
Modified: src/pmlogcheck/pmlogcheck.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pmlogcheck.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
4817301f24e3 ( https://github.com/performancecopilot/pcp/commit/4817301f24e3215bbc2c8d0abc2bd0c08b4b4aa7 ) : libpcp: revisit aspects of the labels API to pass more info Switch from a model of passing JSONB strings out only, to now passing the pmLabel and pmLabelSet structures directly. These contain the JSONB strings, and also provide indexing information and state flags about individual labels. This allows us to keep track of the hierarchy better as well as representing instrinsic and extrinsic metric value labels. Has the additional property of giving all labels APIs consistent arguments (pmGetLabels was previously slightly different, due to needing to pass out instance identifiers separately). The skeletal man pages are more fleshed out in this commit also, and some of the label names have been changed slightly to align more with the metrics20.org suggested names.
Added: man/man3/pmfreelabelsets.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmfreelabelsets.3 )
Modified: debian/libpcp3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp3-dev.install )
Modified: man/man3/pmapi.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmapi.3 )
Modified: man/man3/pmdafetch.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdafetch.3 )
Modified: man/man3/pmdainstance.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdainstance.3 )
Modified: man/man3/pmdalabel.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdalabel.3 )
Modified: man/man3/pmfreeprofile.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmfreeprofile.3 )
Modified: man/man3/pmfreeresult.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmfreeresult.3 )
Modified: man/man3/pmgetlabels.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmgetlabels.3 )
Modified: man/man3/pmmergelabels.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmmergelabels.3 )
Modified: qa/561.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/561.out )
Modified: qa/562 ( https://github.com/performancecopilot/pcp/blob/labels/qa/562 )
Modified: qa/562.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/562.out )
Modified: qa/src/pdu-server.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/pdu-server.c )
Modified: qa/src/pducheck.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/pducheck.c )
Modified: qa/src/pducrash.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/pducrash.c )
Modified: src/dbpmda/src/dso.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/dso.c )
Modified: src/dbpmda/src/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/pmda.c )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/include/pcp/pmda.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmda.h )
Modified: src/libpcp/src/exports ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/exports )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Modified: src/libpcp/src/p_label.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_label.c )
Modified: src/libpcp_pmda/src/callback.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/callback.c )
Modified: src/libpcp_pmda/src/mainloop.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/mainloop.c )
Modified: src/pmcd/src/dopdus.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/dopdus.c )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmda.c )
Modified: src/pmdas/pmcd/src/pmcd.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/src/pmcd.c )
Modified: src/pmdas/sample/src/sample.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/sample/src/sample.c )
Modified: src/pminfo/pminfo.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pminfo/pminfo.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
b3bc07b9ac02 ( https://github.com/performancecopilot/pcp/commit/b3bc07b9ac0214cb4d6ac2442b729ca8d068baff ) : Merge branch 'master' into labels
Added: qa/1077 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1077 )
Added: qa/1077.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1077.out )
Removed: src/pmlogconf/zeroconf/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/GNUmakefile )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/src/churnctx.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/churnctx.c )
Modified: src/pmchart/groupcontrol.cpp ( https://github.com/performancecopilot/pcp/blob/labels/src/pmchart/groupcontrol.cpp )
Modified: src/pmchart/timeaxis.cpp ( https://github.com/performancecopilot/pcp/blob/labels/src/pmchart/timeaxis.cpp )
Modified: src/pmchart/timeaxis.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmchart/timeaxis.h )
Modified: src/pmdas/simple/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/simple/GNUmakefile )
Modified: src/pmlogconf/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/.gitignore )
Modified: src/pmlogconf/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/GNUmakefile )
Modified: src/pmtime/pmtimearch.cpp ( https://github.com/performancecopilot/pcp/blob/labels/src/pmtime/pmtimearch.cpp )
Modified: src/pmtime/pmtimelive.cpp ( https://github.com/performancecopilot/pcp/blob/labels/src/pmtime/pmtimelive.cpp )
Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/zshrc/_pcp )
[pcp:labels] By Nathan Scott <***@redhat.com>:
7c313245c4af ( https://github.com/performancecopilot/pcp/commit/7c313245c4af755ddf4db38bfd1f8062070ab463 ) : libpcp: send indexing information and label flags over-the-wire
Modified: src/libpcp/src/p_instance.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_instance.c )
Modified: src/libpcp/src/p_label.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_label.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
33aa3f6fb932 ( https://github.com/performancecopilot/pcp/commit/33aa3f6fb932d8f4133fa0d17261dc6e4de76519 ) : Merge branch 'master' into labels
Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/labels/CHANGELOG )
Modified: VERSION.pcp ( https://github.com/performancecopilot/pcp/blob/labels/VERSION.pcp )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: debian/changelog ( https://github.com/performancecopilot/pcp/blob/labels/debian/changelog )
Modified: scripts/bintray-version ( https://github.com/performancecopilot/pcp/blob/labels/scripts/bintray-version )
Modified: src/libpcp/src/p_profile.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_profile.c )
Modified: src/pmcd/src/client.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/client.c )
Modified: src/pmcd/src/client.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/client.h )
Modified: src/pmcd/src/dofetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/dofetch.c )
Modified: src/pmcd/src/dopdus.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/dopdus.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
7b1b7020f10d ( https://github.com/performancecopilot/pcp/commit/7b1b7020f10df5db9a0724ebd8beaeb5b2e2945a ) : Merge branch 'master' into labels
Added: qa/1191 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1191 )
Added: qa/1191.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1191.out )
Added: qa/archives/pcp-zeroconf.0.gz ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/pcp-zeroconf.0.gz )
Added: qa/archives/pcp-zeroconf.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/pcp-zeroconf.index )
Added: qa/archives/pcp-zeroconf.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/pcp-zeroconf.meta )
Added: src/pmdas/json/Makefile.demos ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/json/Makefile.demos )
Added: src/pmdas/json/README.demos ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/json/README.demos )
Added: src/pmdas/json/acme_json.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/json/acme_json.c )
Added: src/pmdas/prometheus/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/.gitignore )
Added: src/pmdas/prometheus/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/GNUmakefile )
Added: src/pmdas/prometheus/Install ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/Install )
Added: src/pmdas/prometheus/Remove ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/Remove )
Added: src/pmdas/prometheus/metadata/sample.json ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/metadata/sample.json )
Added: src/pmdas/prometheus/pmdaprometheus.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.1 )
Added: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
Added: src/pmdas/prometheus/sample_prometheus_metrics ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/sample_prometheus_metrics )
Added: src/pmieconf/entropy/available ( https://github.com/performancecopilot/pcp/blob/labels/src/pmieconf/entropy/available )
Added: src/pmieconf/entropy/localdefs ( https://github.com/performancecopilot/pcp/blob/labels/src/pmieconf/entropy/localdefs )
Modified: aclocal.m4 ( https://github.com/performancecopilot/pcp/blob/labels/aclocal.m4 )
Modified: build/rpm/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/GNUmakefile )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/labels/configure.ac )
Modified: qa/1051.out.linux ( https://github.com/performancecopilot/pcp/blob/labels/qa/1051.out.linux )
Modified: qa/1080 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1080 )
Modified: qa/1080.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1080.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/builddefs.in )
Modified: src/pcp/atop/deviate.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/atop/deviate.c )
Modified: src/pcp/atop/photosyst.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/atop/photosyst.c )
Modified: src/pmdas/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/GNUmakefile )
Modified: src/pmdas/json/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/json/GNUmakefile )
Modified: src/pmdas/json/README ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/json/README )
Modified: src/pmdas/libvirt/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/GNUmakefile )
Modified: src/pmdas/lio/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/lio/GNUmakefile )
Modified: src/pmieconf/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/pmieconf/.gitignore )
Modified: src/pmieconf/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmieconf/GNUmakefile )
Modified: src/python/pcp/pmda.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmda.py )
[pcp:labels] By Nathan Scott <***@redhat.com>:
87178a3135d1 ( https://github.com/performancecopilot/pcp/commit/87178a3135d1085cd55c6f6d5388c49fd3f3640d ) : Merge branch 'master' into labels
Added: qa/1140 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1140 )
Added: qa/1140.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1140.out )
Added: src/pmdas/linux_proc/proc_discrete_strings.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/proc_discrete_strings.conf )
Added: src/pmlogconf/tools/tapestat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/tools/tapestat )
Added: src/pmlogconf/zeroconf/numastat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/numastat )
Added: src/pmlogconf/zeroconf/pidstat-summary ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/pidstat-summary )
Added: src/pmlogconf/zeroconf/tapestat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/tapestat )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: man/man3/pmnameall.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmnameall.3 )
Modified: qa/366 ( https://github.com/performancecopilot/pcp/blob/labels/qa/366 )
Modified: qa/366.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/366.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/collectl2pcp/metrics.c ( https://github.com/performancecopilot/pcp/blob/labels/src/collectl2pcp/metrics.c )
Modified: src/libpcp/src/secureconnect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/secureconnect.c )
Modified: src/libpcp/src/secureserver.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/secureserver.c )
Modified: src/pcp/numastat/pcp-numastat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/numastat/pcp-numastat.py )
Modified: src/pmdas/linux/mk.rewrite ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/mk.rewrite )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux_proc/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/.gitignore )
Modified: src/pmdas/linux_proc/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/GNUmakefile )
Modified: src/pmdas/linux_proc/mk.rewrite ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/mk.rewrite )
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmda.c )
Modified: src/pmlogcheck/RFC ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/RFC )
Modified: src/pmlogconf/tools/atop-proc ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/tools/atop-proc )
Modified: src/pmlogconf/tools/localdefs ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/tools/localdefs )
Modified: src/pmlogconf/tools/pcp-summary ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/tools/pcp-summary )
Modified: src/pmlogconf/zeroconf/atop-proc ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/atop-proc )
Modified: src/pmlogconf/zeroconf/localdefs ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/localdefs )
[pcp:labels] By Nathan Scott <***@redhat.com>:
d4a6e83244bd ( https://github.com/performancecopilot/pcp/commit/d4a6e83244bd9f835cb27cb3f1d55d1a23543dd8 ) : Merge branch 'master' into labels
Added: qa/1192 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1192 )
Added: qa/1192.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1192.out )
Modified: qa/1191 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1191 )
Modified: qa/1191.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1191.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
[pcp:labels] By Nathan Scott <***@redhat.com>:
2b6a801b755a ( https://github.com/performancecopilot/pcp/commit/2b6a801b755a47a29a8dc6a455e4ab1b79c6bbf8 ) : Merge branch 'master' into labels
Added: qa/1084 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1084 )
Added: qa/1084.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1084.out )
Added: qa/linux/proc_net_sockstat ( https://github.com/performancecopilot/pcp/blob/labels/qa/linux/proc_net_sockstat )
Added: qa/linux/proc_net_sockstat6 ( https://github.com/performancecopilot/pcp/blob/labels/qa/linux/proc_net_sockstat6 )
Added: src/pmdas/linux/proc_net_sockstat6.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_net_sockstat6.c )
Added: src/pmdas/linux/proc_net_sockstat6.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_net_sockstat6.h )
Added: src/pmdas/linux/proc_net_sockstat_deprecate.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_net_sockstat_deprecate.conf )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/linux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/linux/GNUmakefile )
Modified: src/pmdas/linux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/GNUmakefile )
Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/help )
Modified: src/pmdas/linux/linux.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/linux.h )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux/proc_net_sockstat.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_net_sockstat.c )
Modified: src/pmdas/linux/proc_net_sockstat.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_net_sockstat.h )
Modified: src/pmdas/linux/root_linux ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/root_linux )
Modified: src/python/distutils-setup.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/distutils-setup.py )
Modified: src/python/setup.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/setup.py )
[pcp:labels] By Nathan Scott <***@redhat.com>:
11b131909da3 ( https://github.com/performancecopilot/pcp/commit/11b131909da3eed2d26cb6245093564cee75c96d ) : Merge branch 'master' into labels
Added: qa/1193 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1193 )
Added: qa/1193.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1193.out )
Modified: qa/1191 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1191 )
Modified: qa/1192 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1192 )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
[pcp:labels] By Nathan Scott <***@redhat.com>:
e5dc8d62f00b ( https://github.com/performancecopilot/pcp/commit/e5dc8d62f00bf62cc82ed2fd3ec86d82b800aad1 ) : Merge branch 'master' into labels
Modified: src/python/pcp/pmda.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmda.py )
[pcp:labels] By Nathan Scott <***@redhat.com>:
79051f82b01c ( https://github.com/performancecopilot/pcp/commit/79051f82b01c9c162d0c898fed4eec3fb7727b54 ) : Merge branch 'master' into labels
Added: qa/1085 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1085 )
Added: qa/1085.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1085.out )
Added: qa/1088 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1088 )
Added: qa/1088.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1088.out )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: man/man1/pmlogger.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmlogger.1 )
Modified: man/man1/pmmgr.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmmgr.1 )
Modified: qa/183.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/183.out )
Modified: qa/917 ( https://github.com/performancecopilot/pcp/blob/labels/qa/917 )
Modified: qa/917.out.in ( https://github.com/performancecopilot/pcp/blob/labels/qa/917.out.in )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/pmlogger/pmnewlog.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/pmnewlog.sh )
Modified: src/pmlogger/src/pmlogger.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/src/pmlogger.c )
Modified: src/pmmgr/pmmgr.cxx ( https://github.com/performancecopilot/pcp/blob/labels/src/pmmgr/pmmgr.cxx )
Modified: src/selinux/pcpupstream.te.in ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/pcpupstream.te.in )
[pcp:labels] By Nathan Scott <***@redhat.com>:
1bec3704629b ( https://github.com/performancecopilot/pcp/commit/1bec3704629baaf4133bf703d58a5131721654eb ) : Merge branch 'master' into labels
Added: src/pmdas/prometheus/metadata/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/metadata/GNUmakefile )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: src/include/pcp/config.h.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/config.h.in )
Modified: src/include/pcp/platform_defs.h.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/platform_defs.h.in )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/pmdas/prometheus/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/GNUmakefile )
Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/zshrc/_pcp )
[pcp:labels] By Nathan Scott <***@redhat.com>:
c90220f96bae ( https://github.com/performancecopilot/pcp/commit/c90220f96bae195b2605b8237516fbf9defb1382 ) : libpcp: add filter option to labelset-based label merging
Modified: man/man3/pmmergelabels.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmmergelabels.3 )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Modified: src/pminfo/pminfo.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pminfo/pminfo.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
267e57cb94ac ( https://github.com/performancecopilot/pcp/commit/267e57cb94ac5c6bae33219d3748b75948ab8524 ) : Merge branch 'master' into labels
Added: qa/1199 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1199 )
Added: qa/1199.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1199.out )
Added: qa/new-seqs ( https://github.com/performancecopilot/pcp/blob/labels/qa/new-seqs )
Modified: qa/121 ( https://github.com/performancecopilot/pcp/blob/labels/qa/121 )
Modified: qa/366 ( https://github.com/performancecopilot/pcp/blob/labels/qa/366 )
Modified: qa/512 ( https://github.com/performancecopilot/pcp/blob/labels/qa/512 )
Modified: qa/512.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/512.out )
Modified: qa/792.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/792.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/new ( https://github.com/performancecopilot/pcp/blob/labels/qa/new )
Modified: qa/src/churnctx.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/churnctx.c )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetch.c )
Modified: src/libpcp/src/p_fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_fetch.c )
Modified: src/libpcp/src/p_profile.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_profile.c )
Modified: src/pmcd/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/GNUmakefile )
Modified: src/pmcd/src/client.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/client.h )
Modified: src/pmcd/src/dopdus.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/dopdus.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
fc0849499e26 ( https://github.com/performancecopilot/pcp/commit/fc0849499e26025a4098044c5ad25d9e4a60f71c ) : Merge branch 'master' into labels
Added: src/pmdas/prometheus/Generate ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/Generate )
Modified: qa/1191 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1191 )
Modified: qa/1192 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1192 )
Modified: qa/1193 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1193 )
Modified: src/pmdas/prometheus/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/GNUmakefile )
Modified: src/pmdas/prometheus/pmdaprometheus.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.1 )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
[pcp:labels] By Nathan Scott <***@redhat.com>:
9fe55182b06a ( https://github.com/performancecopilot/pcp/commit/9fe55182b06a1a8892dae71bef191db22d9cab74 ) : Merge branch 'master' into labels
Modified: man/man3/pmnewcontext.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmnewcontext.3 )
Modified: man/man3/pmregisterderived.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmregisterderived.3 )
Modified: qa/022 ( https://github.com/performancecopilot/pcp/blob/labels/qa/022 )
Modified: qa/022.out.linux ( https://github.com/performancecopilot/pcp/blob/labels/qa/022.out.linux )
Modified: qa/024.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/024.out )
Modified: qa/169.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/169.out )
Modified: qa/297.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/297.out )
Modified: qa/792.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/792.out )
Modified: qa/865.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/865.out )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/libpcp/doc/libpcp-locking.odt ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/libpcp-locking.odt )
Modified: src/libpcp/src/connect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/connect.c )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/desc.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/desc.c )
Modified: src/libpcp/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetch.c )
Modified: src/libpcp/src/help.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/help.c )
Modified: src/libpcp/src/instance.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/instance.c )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/lock.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/lock.c )
Modified: src/libpcp/src/logconnect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logconnect.c )
Modified: src/libpcp/src/logcontrol.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logcontrol.c )
Modified: src/libpcp/src/pmns.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pmns.c )
Modified: src/libpcp/src/secureconnect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/secureconnect.c )
Modified: src/libpcp/src/secureserver.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/secureserver.c )
Modified: src/libpcp/src/spec.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/spec.c )
Modified: src/libpcp/src/store.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/store.c )
Modified: src/pmlogger/src/pmlogger.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/src/pmlogger.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
4810f4cf5f11 ( https://github.com/performancecopilot/pcp/commit/4810f4cf5f11b8db017bfc7d5fec35b0a179ecd0 ) : libpcp: update labels PDU locking for recent changes
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Modified: src/libpcp/src/p_label.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_label.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
73f0ee5191f3 ( https://github.com/performancecopilot/pcp/commit/73f0ee5191f3bec7a752ffcd7614d9f62b08a2d4 ) : Merge branch 'master' into labels
Modified: man/man1/pmdabash.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmdabash.1 )
[pcp:labels] By Nathan Scott <***@redhat.com>:
2baa8ca0ba1b ( https://github.com/performancecopilot/pcp/commit/2baa8ca0ba1ba3f452a02ef1fba07000ad48474f ) : Merge branch 'master' into labels
Modified: aclocal.m4 ( https://github.com/performancecopilot/pcp/blob/labels/aclocal.m4 )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/labels/configure.ac )
Modified: man/man3/pmregisterderived.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmregisterderived.3 )
Modified: qa/917.out.in ( https://github.com/performancecopilot/pcp/blob/labels/qa/917.out.in )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/builddefs.in )
Modified: src/pmmgr/pmmgr.cxx ( https://github.com/performancecopilot/pcp/blob/labels/src/pmmgr/pmmgr.cxx )
Modified: src/selinux/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/GNUlocaldefs )
Modified: src/selinux/pcpupstream.te.in ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/pcpupstream.te.in )
[pcp:labels] By Nathan Scott <***@redhat.com>:
7cb49df65a4c ( https://github.com/performancecopilot/pcp/commit/7cb49df65a4c00d0ae47352cb2d64e47219c9e27 ) : Merge branch 'master' into labels
Removed: src/pmdas/linux/proc_net_sockstat_deprecate.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_net_sockstat_deprecate.conf )
Modified: man/man1/pmprobe.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmprobe.1 )
Modified: qa/569.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/569.out )
Modified: qa/common.filter ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.filter )
Modified: src/pmdas/linux/mk.rewrite ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/mk.rewrite )
Modified: src/pmlogconf/pmlogconf-setup.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/pmlogconf-setup.sh )
Modified: src/pmlogconf/pmlogconf.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/pmlogconf.sh )
Modified: src/pmprobe/pmprobe.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmprobe/pmprobe.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
f7976606831b ( https://github.com/performancecopilot/pcp/commit/f7976606831b5eab11aacf11ed22371980455ee0 ) : Merge branch 'master' into labels
Added: qa/1086 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1086 )
Added: qa/1086.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1086.out )
Added: qa/1100 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1100 )
Added: qa/1100.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1100.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/bashrc/pcp_completion.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/bashrc/pcp_completion.sh )
Modified: src/pmprobe/pmprobe.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmprobe/pmprobe.c )
Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/zshrc/_pcp )
[pcp:labels] By Nathan Scott <***@redhat.com>:
01bd7cd6e5e7 ( https://github.com/performancecopilot/pcp/commit/01bd7cd6e5e74bbd8bac44aca9ffa6aef7bd2640 ) : Merge branch 'master' into labels
Modified: qa/archives/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/GNUmakefile )
Modified: src/libpcp/src/auxconnect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/auxconnect.c )
Modified: src/libpcp_web/src/http_client.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_web/src/http_client.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
11f06444c6db ( https://github.com/performancecopilot/pcp/commit/11f06444c6dbb40ad532f3c0c9b0f26826b692a9 ) : Merge branch 'master' into labels
Added: qa/1089 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1089 )
Added: qa/1089.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1089.out )
Modified: qa/1032.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1032.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/src/test_pmcc.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_pmcc.python )
Modified: qa/src/test_pmfg.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_pmfg.python )
Modified: qa/src/test_webapi.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_webapi.python )
Modified: qa/src/test_webcontainers.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_webcontainers.python )
Modified: qa/src/test_webprocesses.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_webprocesses.python )
Modified: src/pcp/atop/various.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/atop/various.c )
Modified: src/pmdas/linux/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/.gitignore )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux_proc/contexts.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/contexts.c )
Modified: src/pmdas/mysql/pmdamysql.pl ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/mysql/pmdamysql.pl )
Modified: src/pmdas/pmcd/src/pmcd.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/src/pmcd.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
3ae7a9a90e5f ( https://github.com/performancecopilot/pcp/commit/3ae7a9a90e5f7e2b5ab0c1c728cfbdbe0e3c2481 ) : Merge branch 'master' into labels
Added: qa/064 ( https://github.com/performancecopilot/pcp/blob/labels/qa/064 )
Added: qa/064.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/064.out )
Modified: man/man5/mmv.5 ( https://github.com/performancecopilot/pcp/blob/labels/man/man5/mmv.5 )
Modified: qa/1078.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1078.out )
Modified: qa/1140 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1140 )
Modified: qa/1140.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1140.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/qt/qmc_context/qmc_context.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_context/qmc_context.pro )
Modified: qa/qt/qmc_desc/qmc_desc.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_desc/qmc_desc.pro )
Modified: qa/qt/qmc_dynamic/qmc_dynamic.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_dynamic/qmc_dynamic.pro )
Modified: qa/qt/qmc_event/qmc_event.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_event/qmc_event.pro )
Modified: qa/qt/qmc_format/qmc_format.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_format/qmc_format.pro )
Modified: qa/qt/qmc_group/qmc_group.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_group/qmc_group.pro )
Modified: qa/qt/qmc_hosts/qmc_hosts.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_hosts/qmc_hosts.pro )
Modified: qa/qt/qmc_indom/qmc_indom.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_indom/qmc_indom.pro )
Modified: qa/qt/qmc_metric/qmc_metric.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_metric/qmc_metric.pro )
Modified: qa/qt/qmc_source/qmc_source.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_source/qmc_source.pro )
Modified: src/libpcp_qed/src/libpcp_qed.pro ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_qed/src/libpcp_qed.pro )
Modified: src/libpcp_qmc/src/libpcp_qmc.pro ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_qmc/src/libpcp_qmc.pro )
Modified: src/libpcp_qwt/src/libpcp_qwt.pro ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_qwt/src/libpcp_qwt.pro )
Modified: src/pcp/pidstat/pcp-pidstat.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/pidstat/pcp-pidstat.1 )
Modified: src/pcp/pidstat/pcp-pidstat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/pidstat/pcp-pidstat.py )
Modified: src/pmdas/cifs/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/cifs/GNUmakefile )
Modified: src/pmdumptext/pmdumptext.pro ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdumptext/pmdumptext.pro )
Modified: src/pmquery/pmquery.pro ( https://github.com/performancecopilot/pcp/blob/labels/src/pmquery/pmquery.pro )
Modified: src/pmtime/pmtime.pro ( https://github.com/performancecopilot/pcp/blob/labels/src/pmtime/pmtime.pro )
[pcp:labels] By Nathan Scott <***@redhat.com>:
47082ed34d43 ( https://github.com/performancecopilot/pcp/commit/47082ed34d4309cc9744014b85760f089353d387 ) : Merge branch 'master' into labels
Added: qa/1388 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1388 )
Added: qa/1388.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1388.out )
Modified: man/man1/pmwebd.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmwebd.1 )
Modified: qa/1100 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1100 )
Modified: qa/151.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/151.out )
Modified: qa/160.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/160.out )
Modified: qa/234 ( https://github.com/performancecopilot/pcp/blob/labels/qa/234 )
Modified: qa/273 ( https://github.com/performancecopilot/pcp/blob/labels/qa/273 )
Modified: qa/273.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/273.out )
Modified: qa/338.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/338.out )
Modified: qa/456.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/456.out )
Modified: qa/503.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/503.out )
Modified: qa/530.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/530.out )
Modified: qa/532.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/532.out )
Modified: qa/564.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/564.out )
Modified: qa/792 ( https://github.com/performancecopilot/pcp/blob/labels/qa/792 )
Modified: qa/792.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/792.out )
Modified: qa/823 ( https://github.com/performancecopilot/pcp/blob/labels/qa/823 )
Modified: qa/832 ( https://github.com/performancecopilot/pcp/blob/labels/qa/832 )
Modified: qa/915 ( https://github.com/performancecopilot/pcp/blob/labels/qa/915 )
Modified: qa/925.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/925.out )
Modified: qa/929.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/929.out )
Modified: qa/954.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/954.out )
Modified: qa/common.secure ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.secure )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/qt/qmc_indom/qmc_indom.cpp ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_indom/qmc_indom.cpp )
Modified: qa/src/descreqX2.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/descreqX2.c )
Modified: qa/src/torture_logmeta.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/torture_logmeta.c )
Modified: qa/valgrind-suppress-3.10.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.0 )
Modified: scripts/bintray-version ( https://github.com/performancecopilot/pcp/blob/labels/scripts/bintray-version )
Modified: src/dbpmda/src/util.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/util.c )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/check-statics )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/derive_fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/derive_fetch.c )
Modified: src/libpcp/src/derive_parser.y.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/derive_parser.y.in )
Modified: src/libpcp/src/desc.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/desc.c )
Modified: src/libpcp/src/events.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/events.c )
Modified: src/libpcp/src/exports ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/exports )
Modified: src/libpcp/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetch.c )
Modified: src/libpcp/src/fetchgroup.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetchgroup.c )
Modified: src/libpcp/src/help.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/help.c )
Modified: src/libpcp/src/instance.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/instance.c )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/interp.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/interp.c )
Modified: src/libpcp/src/ipc.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/ipc.c )
Modified: src/libpcp/src/lock.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/lock.c )
Modified: src/libpcp/src/logmeta.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logmeta.c )
Modified: src/libpcp/src/logutil.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logutil.c )
Modified: src/libpcp/src/optfetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/optfetch.c )
Modified: src/libpcp/src/p_result.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_result.c )
Modified: src/libpcp/src/pmns.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pmns.c )
Modified: src/libpcp/src/profile.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/profile.c )
Modified: src/libpcp/src/store.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/store.c )
Modified: src/libpcp/src/tz.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/tz.c )
Modified: src/libpcp/src/util.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/util.c )
Modified: src/pmdumplog/pmdumplog.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdumplog/pmdumplog.c )
Modified: src/pmie/pmie_check.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/pmie_check.sh )
Modified: src/pmie/pmie_daily.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/pmie_daily.sh )
Modified: src/pmlogcheck/pass3.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pass3.c )
Modified: src/pmlogcheck/pmlogcheck.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pmlogcheck.c )
Modified: src/pmlogextract/pmlogextract.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogextract/pmlogextract.c )
Modified: src/pmlogger/pmlogger_check.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/pmlogger_check.sh )
Modified: src/pmlogger/pmlogger_daily.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/pmlogger_daily.sh )
Modified: src/pmlogger/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/src/fetch.c )
Modified: src/pmlogger/src/pmlogger.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/src/pmlogger.c )
Modified: src/pmlogrewrite/gram.y ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogrewrite/gram.y )
Modified: src/pmlogrewrite/pmlogrewrite.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogrewrite/pmlogrewrite.c )
Modified: src/pmwebapi/main.cxx ( https://github.com/performancecopilot/pcp/blob/labels/src/pmwebapi/main.cxx )
Modified: src/pmwebapi/pmwebapi.cxx ( https://github.com/performancecopilot/pcp/blob/labels/src/pmwebapi/pmwebapi.cxx )
[pcp:labels] By Nathan Scott <***@redhat.com>:
6e1dc42254b5 ( https://github.com/performancecopilot/pcp/commit/6e1dc42254b5c3b1e5b32cd34533ccb38d0465c6 ) : libpcp: add context lock checking into labels API
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
d0d375fe73bd ( https://github.com/performancecopilot/pcp/commit/d0d375fe73bd49622f2ef8a529930c8f53475c16 ) : Merge branch 'master' into labels
Modified: man/man1/pmwebd.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmwebd.1 )
Modified: qa/064.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/064.out )
Modified: src/pcp/free/pcp-free.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/free/pcp-free.py )
Modified: src/pcp/numastat/pcp-numastat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/numastat/pcp-numastat.py )
Modified: src/pmdas/linux_proc/pmdaproc.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmdaproc.1 )
Modified: src/pmdas/summary/Install ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/summary/Install )
Modified: src/pmlogconf/disk/perpartition ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/disk/perpartition )
Modified: src/pmlogconf/memory/proc-linux ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/memory/proc-linux )
Modified: src/pmlogconf/networking/softnet ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/networking/softnet )
Modified: src/pmlogconf/tools/dmcache ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/tools/dmcache )
Modified: src/pmlogconf/zeroconf/atop-proc ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/atop-proc )
Modified: src/pmlogconf/zeroconf/nfsclient ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/nfsclient )
Modified: src/pmlogconf/zeroconf/numastat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/numastat )
Modified: src/pmlogconf/zeroconf/pidstat-summary ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/pidstat-summary )
Modified: src/pmlogconf/zeroconf/tapestat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/tapestat )
Modified: src/pmlogconf/zeroconf/xfs-perdev ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/xfs-perdev )
[pcp:labels] By Nathan Scott <***@redhat.com>:
14d43808510e ( https://github.com/performancecopilot/pcp/commit/14d43808510eafbf72933b975a0eddb71cea2c46 ) : Merge branch 'master' into labels
Added: qa/1331 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331 )
Added: qa/1331.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331.out )
Added: qa/valgrind-suppress-3.10.1 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.1 )
Added: src/libpcp/src/libpcp.pc.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/libpcp.pc.in )
Added: src/libpcp_pmda/src/libpcp_pmda.pc.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/libpcp_pmda.pc.in )
Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/labels/CHANGELOG )
Modified: GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/GNUmakefile )
Modified: VERSION.pcp ( https://github.com/performancecopilot/pcp/blob/labels/VERSION.pcp )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/labels/configure.ac )
Modified: debian/changelog ( https://github.com/performancecopilot/pcp/blob/labels/debian/changelog )
Modified: debian/libpcp-pmda3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp-pmda3-dev.install )
Modified: debian/libpcp3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp3-dev.install )
Modified: qa/1089 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1089 )
Modified: qa/1100 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1100 )
Modified: qa/1388 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1388 )
Modified: qa/198 ( https://github.com/performancecopilot/pcp/blob/labels/qa/198 )
Modified: qa/347 ( https://github.com/performancecopilot/pcp/blob/labels/qa/347 )
Modified: qa/727.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/727.out )
Modified: qa/840.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/840.out )
Modified: qa/917 ( https://github.com/performancecopilot/pcp/blob/labels/qa/917 )
Modified: qa/940 ( https://github.com/performancecopilot/pcp/blob/labels/qa/940 )
Modified: qa/950.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/950.out )
Modified: qa/admin/show-me-all ( https://github.com/performancecopilot/pcp/blob/labels/qa/admin/show-me-all )
Modified: qa/check ( https://github.com/performancecopilot/pcp/blob/labels/qa/check )
Modified: qa/common ( https://github.com/performancecopilot/pcp/blob/labels/qa/common )
Modified: qa/common.avahi ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.avahi )
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.check )
Modified: qa/common.compress ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.compress )
Modified: qa/common.config ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.config )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/new ( https://github.com/performancecopilot/pcp/blob/labels/qa/new )
Modified: qa/src/github-50.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/github-50.c )
Modified: qa/valgrind-suppress-3.10.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.0 )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/builddefs.in )
Modified: src/libpcp/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/.gitignore )
Modified: src/libpcp/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUmakefile )
Modified: src/libpcp/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetch.c )
Modified: src/libpcp/src/util.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/util.c )
Modified: src/libpcp_pmda/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/.gitignore )
Modified: src/libpcp_pmda/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/GNUmakefile )
Modified: src/pcp/atop/various.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/atop/various.c )
Modified: src/pmdas/dm/help ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/dm/help )
Modified: src/pmdas/libvirt/connect ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/connect )
Modified: src/pmdas/libvirt/pmdalibvirt.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/pmdalibvirt.python )
Modified: src/pmdas/nfsclient/pmdanfsclient.pl ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/nfsclient/pmdanfsclient.pl )
Modified: src/pmdas/prometheus/pmdaprometheus.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.1 )
Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.py )
Modified: src/selinux/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/GNUlocaldefs )
Modified: src/selinux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/GNUmakefile )
Modified: src/selinux/pcpupstream.te.in ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/pcpupstream.te.in )
[pcp:labels] By Nathan Scott <***@redhat.com>:
82e7cf1c273a ( https://github.com/performancecopilot/pcp/commit/82e7cf1c273aedeb51e632bd4160d53ab36a3064 ) : Merge branch 'master' into labels
Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/labels/CHANGELOG )
Modified: qa/828 ( https://github.com/performancecopilot/pcp/blob/labels/qa/828 )
Modified: qa/helgrind-suppress ( https://github.com/performancecopilot/pcp/blob/labels/qa/helgrind-suppress )
Modified: qa/valgrind-suppress-3.10.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.0 )
Modified: qa/valgrind-suppress-3.10.1 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.1 )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/check-statics )
Modified: src/libpcp/src/pdu.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pdu.c )
Modified: src/libpcp_pmda/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/GNUmakefile )
Modified: src/perl/PMDA/PMDA.xs ( https://github.com/performancecopilot/pcp/blob/labels/src/perl/PMDA/PMDA.xs )
[pcp:labels] By Nathan Scott <***@redhat.com>:
1bb3543d7357 ( https://github.com/performancecopilot/pcp/commit/1bb3543d7357577154473c0265cafe7ac48b450f ) : libpcp: correct the prototype of pmMergeLabelSets callback Fix labelset filtering and add some QA to exercise the API. Found while discussing the layered python APIs with Ronak.
Added: qa/567 ( https://github.com/performancecopilot/pcp/blob/labels/qa/567 )
Added: qa/567.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/567.out )
Added: qa/src/mergelabelsets.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabelsets.c )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/.gitignore )
Modified: qa/src/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/GNUlocaldefs )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Modified: src/libpcp/src/p_label.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_label.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
94eb7f863dd2 ( https://github.com/performancecopilot/pcp/commit/94eb7f863dd297a8f5721ae7fd36d5b882156346 ) : Merge branch 'master' into labels
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
[pcp:labels] By Nathan Scott <***@redhat.com>:
093009ba74a7 ( https://github.com/performancecopilot/pcp/commit/093009ba74a7fa12061e69437aaf3d432c66d2f9 ) : Merge branch 'master' into labels
Modified: qa/662.out.4 ( https://github.com/performancecopilot/pcp/blob/labels/qa/662.out.4 )
Modified: src/pmns/stdpmid.pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/pmns/stdpmid.pcp )
[pcp:labels] By Ronak Jain <***@outlook.in>:
352d643bb4c5 ( https://github.com/performancecopilot/pcp/commit/352d643bb4c552a49a9b17bddde0a718d3057dad ) : Python: Add initial labels support for python
Modified: src/python/pcp/pmapi.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmapi.py )
Modified: src/python/pcp/pmda.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmda.py )
Modified: src/python/pmapi.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmapi.c )
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
25a5a8728454 ( https://github.com/performancecopilot/pcp/commit/25a5a8728454557c30f828885098232406a4f2fb ) : pmdaproc: correct the DSO variant interface version
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
4c77fa76029b ( https://github.com/performancecopilot/pcp/commit/4c77fa76029b7e2340c3b998a4e040b58b4bdf11 ) : Merge branch 'master' into labels
Modified: qa/1331 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331 )
Modified: qa/469 ( https://github.com/performancecopilot/pcp/blob/labels/qa/469 )
Modified: src/pmdas/root/root.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/root/root.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
53278c60120a ( https://github.com/performancecopilot/pcp/commit/53278c60120af22d2dca02b0a866f0bc56c3c646 ) : qa: update several tests output affected by labels changes
Modified: qa/344.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/344.out )
Modified: qa/449.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/449.out )
Modified: qa/617.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/617.out )
Modified: src/bashrc/pcp_completion.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/bashrc/pcp_completion.sh )
Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/zshrc/_pcp )
[pcp:labels] By Ronak Jain <***@outlook.in>:
71c8ef9b339e ( https://github.com/performancecopilot/pcp/commit/71c8ef9b339e789609d7f774125dcb98fe2e46be ) : Python: Fix invalid arguement issue with label methods
Modified: src/python/pcp/pmapi.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmapi.py )
Modified: src/python/pcp/pmda.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmda.py )
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
bbea7e1fc9f4 ( https://github.com/performancecopilot/pcp/commit/bbea7e1fc9f4457b03ce8f1a3be541996a375fd9 ) : Merge branch 'master' into labels
Added: qa/1141 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1141 )
Added: qa/1141.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1141.out )
Added: qa/buildbot/Dockerfile.fedora25.qa ( https://github.com/performancecopilot/pcp/blob/labels/qa/buildbot/Dockerfile.fedora25.qa )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: debian/changelog ( https://github.com/performancecopilot/pcp/blob/labels/debian/changelog )
Modified: debian/control.master ( https://github.com/performancecopilot/pcp/blob/labels/debian/control.master )
Modified: qa/023 ( https://github.com/performancecopilot/pcp/blob/labels/qa/023 )
Modified: qa/064.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/064.out )
Modified: qa/1078.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1078.out )
Modified: qa/1083 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1083 )
Modified: qa/1140.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1140.out )
Modified: qa/908 ( https://github.com/performancecopilot/pcp/blob/labels/qa/908 )
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.check )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/pcp/pidstat/pcp-pidstat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/pidstat/pcp-pidstat.py )
Modified: src/pmdas/pmcd/src/pmcd.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/src/pmcd.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
e0776ffa776e ( https://github.com/performancecopilot/pcp/commit/e0776ffa776e050405bb31ab6cc77fb3b1089655 ) : Merge branch 'master' into labels
Added: qa/1110 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1110 )
Added: qa/1110.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1110.out )
Added: qa/haproxy/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/haproxy/GNUmakefile )
Added: qa/haproxy/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/labels/qa/haproxy/GNUmakefile.install )
Added: qa/haproxy/haproxy_stats_server.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/haproxy/haproxy_stats_server.python )
Added: src/pmdas/haproxy/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/GNUmakefile )
Added: src/pmdas/haproxy/Install ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/Install )
Added: src/pmdas/haproxy/Remove ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/Remove )
Added: src/pmdas/haproxy/connect ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/connect )
Added: src/pmdas/haproxy/haproxy.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/haproxy.conf )
Added: src/pmdas/haproxy/pmdahaproxy.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/pmdahaproxy.1 )
Added: src/pmdas/haproxy/pmdahaproxy.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/pmdahaproxy.python )
Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/labels/CHANGELOG )
Modified: VERSION.pcp ( https://github.com/performancecopilot/pcp/blob/labels/VERSION.pcp )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: debian/changelog ( https://github.com/performancecopilot/pcp/blob/labels/debian/changelog )
Modified: qa/1141 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1141 )
Modified: qa/188 ( https://github.com/performancecopilot/pcp/blob/labels/qa/188 )
Modified: qa/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile )
Modified: qa/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile.install )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/pmdas/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/GNUmakefile )
[pcp:labels] By Ronak Jain <***@outlook.in>:
fbae941d9783 ( https://github.com/performancecopilot/pcp/commit/fbae941d9783d4cafe06374179a07e955cd973fe ) : QA: Modify 561 test to verify python wrapper for pmMergeLabel
Added: qa/src/mergelabels.py ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabels.py )
Modified: qa/561 ( https://github.com/performancecopilot/pcp/blob/labels/qa/561 )
Modified: qa/561.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/561.out )
[pcp:labels] By Ronak Jain <***@outlook.in>:
0af5e17528b6 ( https://github.com/performancecopilot/pcp/commit/0af5e17528b6d69b21376207c0641ffa2d6bcb01 ) : QA: Modify 567 testcase to verify python wrapper for pmMergeLabelSets Python: Fix Null callback issue of pmMergeLabelSets
Added: qa/src/mergelabelsets.py ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabelsets.py )
Modified: qa/567 ( https://github.com/performancecopilot/pcp/blob/labels/qa/567 )
Modified: qa/567.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/567.out )
Modified: src/python/pcp/pmapi.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmapi.py )
[pcp:labels] By Ronak Jain <***@outlook.in>:
ce18d40d2833 ( https://github.com/performancecopilot/pcp/commit/ce18d40d2833f365b69c6a294db9abf049802425 ) : Python: Fix label and label_callback functionality
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
[pcp:labels] By Ronak Jain <***@outlook.in>:
64ce2a9da7dc ( https://github.com/performancecopilot/pcp/commit/64ce2a9da7dc9865e56da582c83bc8b06d20de20 ) : pmdaprometheus: Add initial support for labels
Modified: src/pmdas/prometheus/metadata/sample.json ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/metadata/sample.json )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
[pcp:labels] By Nathan Scott <***@redhat.com>:
f62fe152f84e ( https://github.com/performancecopilot/pcp/commit/f62fe152f84e68f008e8fc1570ee4fc12e518122 ) : Merge branch 'master' into labels
Added: qa/1110 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1110 )
Added: qa/1110.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1110.out )
Added: qa/1122 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1122 )
Added: qa/1122.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1122.out )
Added: qa/1128 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1128 )
Added: qa/1128.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1128.out )
Added: qa/1141 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1141 )
Added: qa/1141.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1141.out )
Added: qa/1186 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1186 )
Added: qa/1186.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1186.out )
Added: qa/1331 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331 )
Added: qa/1331.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331.out )
Added: qa/buildbot/Dockerfile.fedora25.qa ( https://github.com/performancecopilot/pcp/blob/labels/qa/buildbot/Dockerfile.fedora25.qa )
Added: qa/haproxy/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/haproxy/GNUmakefile )
Added: qa/haproxy/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/labels/qa/haproxy/GNUmakefile.install )
Added: qa/haproxy/haproxy_stats_server.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/haproxy/haproxy_stats_server.python )
Added: qa/valgrind-suppress-3.10.1 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.1 )
Added: src/libpcp/src/libpcp.pc.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/libpcp.pc.in )
Added: src/libpcp_pmda/src/libpcp_pmda.pc.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/libpcp_pmda.pc.in )
Added: src/pmdas/haproxy/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/GNUmakefile )
Added: src/pmdas/haproxy/Install ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/Install )
Added: src/pmdas/haproxy/Remove ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/Remove )
Added: src/pmdas/haproxy/connect ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/connect )
Added: src/pmdas/haproxy/haproxy.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/haproxy.conf )
Added: src/pmdas/haproxy/pmdahaproxy.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/pmdahaproxy.1 )
Added: src/pmdas/haproxy/pmdahaproxy.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/pmdahaproxy.python )
Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/labels/CHANGELOG )
Modified: GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/GNUmakefile )
Modified: VERSION.pcp ( https://github.com/performancecopilot/pcp/blob/labels/VERSION.pcp )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/labels/configure.ac )
Modified: debian/changelog ( https://github.com/performancecopilot/pcp/blob/labels/debian/changelog )
Modified: debian/control.master ( https://github.com/performancecopilot/pcp/blob/labels/debian/control.master )
Modified: debian/libpcp-pmda3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp-pmda3-dev.install )
Modified: debian/libpcp3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp3-dev.install )
Modified: man/man1/pmwebd.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmwebd.1 )
Modified: qa/023 ( https://github.com/performancecopilot/pcp/blob/labels/qa/023 )
Modified: qa/064.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/064.out )
Modified: qa/1078.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1078.out )
Modified: qa/1083 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1083 )
Modified: qa/1089 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1089 )
Modified: qa/110 ( https://github.com/performancecopilot/pcp/blob/labels/qa/110 )
Modified: qa/1100 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1100 )
Modified: qa/1140.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1140.out )
Modified: qa/1388 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1388 )
Modified: qa/188 ( https://github.com/performancecopilot/pcp/blob/labels/qa/188 )
Modified: qa/198 ( https://github.com/performancecopilot/pcp/blob/labels/qa/198 )
Modified: qa/347 ( https://github.com/performancecopilot/pcp/blob/labels/qa/347 )
Modified: qa/356 ( https://github.com/performancecopilot/pcp/blob/labels/qa/356 )
Modified: qa/356.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/356.out )
Modified: qa/469 ( https://github.com/performancecopilot/pcp/blob/labels/qa/469 )
Modified: qa/662.out.4 ( https://github.com/performancecopilot/pcp/blob/labels/qa/662.out.4 )
Modified: qa/727.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/727.out )
Modified: qa/828 ( https://github.com/performancecopilot/pcp/blob/labels/qa/828 )
Modified: qa/840.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/840.out )
Modified: qa/908 ( https://github.com/performancecopilot/pcp/blob/labels/qa/908 )
Modified: qa/917 ( https://github.com/performancecopilot/pcp/blob/labels/qa/917 )
Modified: qa/917.out.in ( https://github.com/performancecopilot/pcp/blob/labels/qa/917.out.in )
Modified: qa/940 ( https://github.com/performancecopilot/pcp/blob/labels/qa/940 )
Modified: qa/950.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/950.out )
Modified: qa/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile )
Modified: qa/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile.install )
Modified: qa/admin/show-me-all ( https://github.com/performancecopilot/pcp/blob/labels/qa/admin/show-me-all )
Modified: qa/admin/whatami ( https://github.com/performancecopilot/pcp/blob/labels/qa/admin/whatami )
Modified: qa/check ( https://github.com/performancecopilot/pcp/blob/labels/qa/check )
Modified: qa/common ( https://github.com/performancecopilot/pcp/blob/labels/qa/common )
Modified: qa/common.avahi ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.avahi )
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.check )
Modified: qa/common.compress ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.compress )
Modified: qa/common.config ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.config )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/helgrind-suppress ( https://github.com/performancecopilot/pcp/blob/labels/qa/helgrind-suppress )
Modified: qa/new ( https://github.com/performancecopilot/pcp/blob/labels/qa/new )
Modified: qa/src/github-50.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/github-50.c )
Modified: qa/valgrind-suppress-3.10.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.0 )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/builddefs.in )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/libpcp/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/.gitignore )
Modified: src/libpcp/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUmakefile )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/check-statics )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/desc.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/desc.c )
Modified: src/libpcp/src/events.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/events.c )
Modified: src/libpcp/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetch.c )
Modified: src/libpcp/src/fetchgroup.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetchgroup.c )
Modified: src/libpcp/src/help.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/help.c )
Modified: src/libpcp/src/instance.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/instance.c )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/lock.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/lock.c )
Modified: src/libpcp/src/logmeta.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logmeta.c )
Modified: src/libpcp/src/logutil.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logutil.c )
Modified: src/libpcp/src/p_result.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_result.c )
Modified: src/libpcp/src/pdu.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pdu.c )
Modified: src/libpcp/src/pmns.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pmns.c )
Modified: src/libpcp/src/profile.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/profile.c )
Modified: src/libpcp/src/store.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/store.c )
Modified: src/libpcp/src/util.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/util.c )
Modified: src/libpcp_pmda/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/.gitignore )
Modified: src/libpcp_pmda/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/GNUmakefile )
Modified: src/libpcp_pmda/src/callback.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/callback.c )
Modified: src/libpcp_pmda/src/mainloop.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/mainloop.c )
Modified: src/libpcp_pmda/src/open.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/open.c )
Modified: src/pcp/atop/various.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/atop/various.c )
Modified: src/pcp/free/pcp-free.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/free/pcp-free.py )
Modified: src/pcp/numastat/pcp-numastat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/numastat/pcp-numastat.py )
Modified: src/pcp/pidstat/pcp-pidstat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/pidstat/pcp-pidstat.py )
Modified: src/perl/PMDA/PMDA.xs ( https://github.com/performancecopilot/pcp/blob/labels/src/perl/PMDA/PMDA.xs )
Modified: src/pmdas/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/GNUmakefile )
Modified: src/pmdas/dm/help ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/dm/help )
Modified: src/pmdas/libvirt/connect ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/connect )
Modified: src/pmdas/libvirt/pmdalibvirt.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/pmdalibvirt.python )
Modified: src/pmdas/linux_proc/pmdaproc.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmdaproc.1 )
Modified: src/pmdas/news/pmdanews.pl ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/news/pmdanews.pl )
Modified: src/pmdas/nfsclient/pmdanfsclient.pl ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/nfsclient/pmdanfsclient.pl )
Modified: src/pmdas/pmcd/src/pmcd.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/src/pmcd.c )
Modified: src/pmdas/prometheus/pmdaprometheus.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.1 )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
Modified: src/pmdas/root/root.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/root/root.c )
Modified: src/pmdas/summary/Install ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/summary/Install )
Modified: src/pmdbg/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdbg/GNUmakefile )
Modified: src/pmdbg/pmdbg.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdbg/pmdbg.c )
Modified: src/pmdumplog/pmdumplog.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdumplog/pmdumplog.c )
Modified: src/pmie/src/dstruct.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/dstruct.c )
Modified: src/pmie/src/dstruct.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/dstruct.h )
Modified: src/pmie/src/eval.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/eval.c )
Modified: src/pmie/src/fetch.sk ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/fetch.sk )
Modified: src/pmie/src/pragmatics.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/pragmatics.c )
Modified: src/pmie/src/pragmatics.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/pragmatics.h )
Modified: src/pmie/src/show.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/show.c )
Modified: src/pmlogcheck/pass3.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pass3.c )
Modified: src/pmlogconf/disk/perpartition ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/disk/perpartition )
Modified: src/pmlogconf/memory/proc-linux ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/memory/proc-linux )
Modified: src/pmlogconf/networking/softnet ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/networking/softnet )
Modified: src/pmlogconf/tools/dmcache ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/tools/dmcache )
Modified: src/pmlogconf/zeroconf/atop-proc ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/atop-proc )
Modified: src/pmlogconf/zeroconf/nfsclient ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/nfsclient )
Modified: src/pmlogconf/zeroconf/numastat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/numastat )
Modified: src/pmlogconf/zeroconf/pidstat-summary ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/pidstat-summary )
Modified: src/pmlogconf/zeroconf/tapestat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/tapestat )
Modified: src/pmlogconf/zeroconf/xfs-perdev ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/xfs-perdev )
Modified: src/pmlogrewrite/pmlogrewrite.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogrewrite/pmlogrewrite.c )
Modified: src/pmns/stdpmid.pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/pmns/stdpmid.pcp )
Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.py )
Modified: src/selinux/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/GNUlocaldefs )
Modified: src/selinux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/GNUmakefile )
Modified: src/selinux/pcpupstream.te.in ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/pcpupstream.te.in )
[pcp:labels] By Nathan Scott <***@redhat.com>:
dd5b5704ddc1 ( https://github.com/performancecopilot/pcp/commit/dd5b5704ddc184ceec1622581cdfab2a56586fbf ) : build: change labels code after recent locking updates
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
f73b50db0e95 ( https://github.com/performancecopilot/pcp/commit/f73b50db0e9596a9bddbbe286080d396c3acfecb ) : Merge branch 'labels' of https://github.com/jronak/pcp into ronak-merge
Added: qa/567 ( https://github.com/performancecopilot/pcp/blob/labels/qa/567 )
Added: qa/567.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/567.out )
Added: qa/src/mergelabels.py ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabels.py )
Added: qa/src/mergelabelsets.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabelsets.c )
Added: qa/src/mergelabelsets.py ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabelsets.py )
Modified: qa/561 ( https://github.com/performancecopilot/pcp/blob/labels/qa/561 )
Modified: qa/561.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/561.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/.gitignore )
Modified: qa/src/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/GNUlocaldefs )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/libpcp/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUmakefile )
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Modified: src/libpcp/src/p_label.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_label.c )
Modified: src/pmdas/prometheus/metadata/sample.json ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/metadata/sample.json )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
Modified: src/python/pcp/pmapi.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmapi.py )
Modified: src/python/pcp/pmda.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmda.py )
Modified: src/python/pmapi.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmapi.c )
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
330c70f53f8d ( https://github.com/performancecopilot/pcp/commit/330c70f53f8d9a81b6a46619192f466dfe9aea5a ) : python: small tweaks to initial label code, mostly costmetic
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
Modified: src/python/pcp/pmapi.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmapi.py )
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
4ccd9c18d893 ( https://github.com/performancecopilot/pcp/commit/4ccd9c18d8930fccbc8080806ac85d28159ef41b ) : Merge branch 'labels' of ssh://git.pcp.io/oss/git/pcp into labels
Modified: qa/344.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/344.out )
Modified: qa/449.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/449.out )
Modified: qa/617.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/617.out )
Modified: src/bashrc/pcp_completion.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/bashrc/pcp_completion.sh )
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmda.c )
Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/zshrc/_pcp )
[pcp:labels] By Nathan Scott <***@redhat.com>:
8253a7960126 ( https://github.com/performancecopilot/pcp/commit/8253a7960126c2b4cf04db347ca6b66bc8454021 ) : Merge branch 'master' into labels
Added: qa/archives/pcp-mpstat2.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/pcp-mpstat2.0 )
Added: qa/archives/pcp-mpstat2.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/pcp-mpstat2.index )
Added: qa/archives/pcp-mpstat2.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/pcp-mpstat2.meta )
Added: qa/prometheus/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/prometheus/GNUmakefile )
Added: qa/prometheus/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/labels/qa/prometheus/GNUmakefile.install )
Added: qa/prometheus/prometheus_client_server.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/prometheus/prometheus_client_server.python )
Added: src/libpcp_import/src/libpcp_import.pc.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_import/src/libpcp_import.pc.in )
Added: src/pcp/mpstat/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/mpstat/.gitignore )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: debian/libpcp-import1-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp-import1-dev.install )
Modified: qa/1192 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1192 )
Modified: qa/1192.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1192.out )
Modified: qa/1331 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331 )
Modified: qa/1331.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331.out )
Modified: qa/451 ( https://github.com/performancecopilot/pcp/blob/labels/qa/451 )
Modified: qa/883 ( https://github.com/performancecopilot/pcp/blob/labels/qa/883 )
Modified: qa/883.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/883.out )
Modified: qa/917.out.in ( https://github.com/performancecopilot/pcp/blob/labels/qa/917.out.in )
Modified: qa/998 ( https://github.com/performancecopilot/pcp/blob/labels/qa/998 )
Modified: qa/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile )
Modified: qa/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile.install )
Modified: qa/archives/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/GNUmakefile )
Modified: qa/check ( https://github.com/performancecopilot/pcp/blob/labels/qa/check )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/src/multithread4.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/multithread4.c )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/libpcp/doc/libpcp-locking.odt ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/libpcp-locking.odt )
Modified: src/libpcp/doc/mk.cgraph ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/mk.cgraph )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/check-statics )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/lock.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/lock.c )
Modified: src/libpcp/src/logutil.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logutil.c )
Modified: src/libpcp/src/pmns.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pmns.c )
Modified: src/libpcp_import/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_import/src/.gitignore )
Modified: src/libpcp_import/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_import/src/GNUmakefile )
Modified: src/pcp/mpstat/pcp-mpstat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/mpstat/pcp-mpstat.py )
Modified: src/pmdas/libvirt/pmdalibvirt.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/pmdalibvirt.python )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
Modified: src/pmdumplog/pmdumplog.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdumplog/pmdumplog.c )
Modified: src/pmlogcheck/pass3.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pass3.c )
Modified: src/pmlogextract/pmlogextract.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogextract/pmlogextract.c )
Modified: src/pmlogger/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/src/fetch.c )
Modified: src/pmlogrewrite/pmlogrewrite.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogrewrite/pmlogrewrite.c )
Modified: src/pmrep/pmrep.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.conf )
Modified: src/python/pcp/pmda.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmda.py )
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
Modified: src/selinux/pcpupstream.te.in ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/pcpupstream.te.in )
[pcp:labels] By Marko Myllynen <***@redhat.com>:
7db92b50fa7f ( https://github.com/performancecopilot/pcp/commit/7db92b50fa7f2924282130a6d39392ed1ad63041 ) : Merge branch 'master' into labels
Modified: src/pmdas/ds389/pmdads389.pl ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/ds389/pmdads389.pl )
Modified: src/pmdas/vmware/pmdavmware.pl ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/vmware/pmdavmware.pl )
Modified: src/pmrep/pmrep.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.conf )
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
980b8dc5de89 ( https://github.com/performancecopilot/pcp/commit/980b8dc5de896df3a91d7dd66944cde8d0527f43 ) : Merge branch 'master' into labels
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/labels/configure.ac )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/builddefs.in )
Modified: src/pmrep/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/GNUmakefile )
[pcp:master] By Nathan Scott <***@redhat.com>:
4f68a5a2ab36 ( https://github.com/performancecopilot/pcp/commit/4f68a5a2ab360ede5e7d2c198f6ff0094fc6b247 ) : build: add configury for python OrderedDict module Use configure checking to ensure OrderedDict pre-req of pmdajson, pmdaprometheus and pmrep is available.
Modified: configure ( https://github.com/performancecopilot/pcp/blob/master/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/master/configure.ac )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/master/src/include/builddefs.in )
Modified: src/pmrep/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/pmrep/GNUmakefile )
---
[pcp] New branch labels ( https://github.com/performancecopilot/pcp/tree/labels ) was created by natoscott.
---
68 New Commits:
[pcp:labels] By Nathan Scott <***@redhat.com>:
ac220cac8635 ( https://github.com/performancecopilot/pcp/commit/ac220cac8635de1752133b2913287e2aaeafa22c ) : pcp: initial support for metric value label metadata in PCP First working steps toward a mechanism for labeling metric values with arbitrary name:value pairs. Labels are represented via a cascading hierarchy of labels spanning contexts, domains, InDoms, PMIDs and instances in order to reduce duplication at all levels (labels are often repeated between values). These hierarchies are combined (client-side) to form "merged sets" of labels, according to the precendence rules described in pmGetLabels(3). This initial commit introduces: - label request/response PDU support in libpcp, - PMAPI interfaces for clients to access the label hierarchy - libpcp APIs to parse JSONB format and produce label sets which conform to the rules we've set out (no duplicate labels, sorted label names with no redundant whitespace, and so on). - a pmMergeLabels(3) API for combining levels of the hierarchy - pminfo support for a new -l/--labels option - pmcd support for label requests and responses, in a transparent and backward-compatible way - local context support for the same, also backward-compatible - a pmdaLabel(3) API for PMDAs wishing to export labels on values, in an opt-in backward-compatible fashion - pmdalinux support for labels on many metrics and indoms, such as per-NUMA-node, per-CPU and per-memory-zone. - pmdasample support for various values having labels set on each level of the hierarchy - rudimentary documentation (much more to come) - early regression testing (more to come as well) One of the more interesting aspects of this work is its potential for tackling long-standing problems around compound instance names (e.g. the Linux per-cgroup, per-device and per-CPU metrics, below cgroup.*) such that the sub-components of these complex indoms can be represented, and in a way that crosses PMDAs (unlike indoms and metrics). This initial commit shows this aspect within the Linux PMDA, where per-NUMA-node, per-CPU and per-memory-zone values are present.
Added: man/man3/pmdalabel.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdalabel.3 )
Added: man/man3/pmgetlabels.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmgetlabels.3 )
Added: man/man3/pmmergelabels.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmmergelabels.3 )
Added: qa/561 ( https://github.com/performancecopilot/pcp/blob/labels/qa/561 )
Added: qa/561.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/561.out )
Added: qa/src/mergelabels.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabels.c )
Added: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Added: src/libpcp/src/p_label.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_label.c )
Modified: GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/GNUmakefile )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: debian/libpcp-pmda3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp-pmda3-dev.install )
Modified: debian/libpcp3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp3-dev.install )
Modified: man/man1/pmcd.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmcd.1 )
Modified: man/man1/pminfo.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pminfo.1 )
Modified: man/man3/pmdacache.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdacache.3 )
Modified: man/man3/pmdainstance.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdainstance.3 )
Modified: man/man3/pmfetch.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmfetch.3 )
Modified: qa/006.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/006.out )
Modified: qa/031.out.darwin ( https://github.com/performancecopilot/pcp/blob/labels/qa/031.out.darwin )
Modified: qa/031.out.freebsd ( https://github.com/performancecopilot/pcp/blob/labels/qa/031.out.freebsd )
Modified: qa/031.out.linux ( https://github.com/performancecopilot/pcp/blob/labels/qa/031.out.linux )
Modified: qa/031.out.netbsd ( https://github.com/performancecopilot/pcp/blob/labels/qa/031.out.netbsd )
Modified: qa/031.out.openbsd ( https://github.com/performancecopilot/pcp/blob/labels/qa/031.out.openbsd )
Modified: qa/031.out.solaris ( https://github.com/performancecopilot/pcp/blob/labels/qa/031.out.solaris )
Modified: qa/574.out.darwin ( https://github.com/performancecopilot/pcp/blob/labels/qa/574.out.darwin )
Modified: qa/574.out.freebsd ( https://github.com/performancecopilot/pcp/blob/labels/qa/574.out.freebsd )
Modified: qa/574.out.linux ( https://github.com/performancecopilot/pcp/blob/labels/qa/574.out.linux )
Modified: qa/574.out.netbsd ( https://github.com/performancecopilot/pcp/blob/labels/qa/574.out.netbsd )
Modified: qa/574.out.openbsd ( https://github.com/performancecopilot/pcp/blob/labels/qa/574.out.openbsd )
Modified: qa/574.out.solaris ( https://github.com/performancecopilot/pcp/blob/labels/qa/574.out.solaris )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/.gitignore )
Modified: qa/src/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/GNUlocaldefs )
Modified: qa/src/pdu-server.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/pdu-server.c )
Modified: qa/src/pducheck.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/pducheck.c )
Modified: qa/src/pducrash.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/pducrash.c )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/include/pcp/pmda.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmda.h )
Modified: src/libpcp/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/.gitignore )
Modified: src/libpcp/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUmakefile )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/check-statics )
Modified: src/libpcp/src/err.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/err.c )
Modified: src/libpcp/src/exports ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/exports )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/pdu.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pdu.c )
Modified: src/libpcp_pmda/src/callback.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/callback.c )
Modified: src/libpcp_pmda/src/exports ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/exports )
Modified: src/libpcp_pmda/src/libdefs.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/libdefs.h )
Modified: src/libpcp_pmda/src/mainloop.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/mainloop.c )
Modified: src/libpcp_pmda/src/open.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/open.c )
Modified: src/pmcd/src/dopdus.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/dopdus.c )
Modified: src/pmcd/src/pmcd.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/pmcd.c )
Modified: src/pmcd/src/pmcd.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/pmcd.h )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux/proc_buddyinfo.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_buddyinfo.c )
Modified: src/pmdas/linux/proc_buddyinfo.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_buddyinfo.h )
Modified: src/pmdas/pmcd/help ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/help )
Modified: src/pmdas/pmcd/root_pmcd ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/root_pmcd )
Modified: src/pmdas/pmcd/src/pmcd.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/src/pmcd.c )
Modified: src/pmdas/sample/src/sample.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/sample/src/sample.c )
Modified: src/pmdbg/pmdbg.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdbg/pmdbg.c )
Modified: src/pminfo/pminfo.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pminfo/pminfo.c )
Modified: src/python/pmapi.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmapi.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
72b00edc30e5 ( https://github.com/performancecopilot/pcp/commit/72b00edc30e56fad1258a97016bb4727e6bc07fe ) : Merge branch 'master' into labels
Added: qa/1074 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1074 )
Added: qa/1074.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1074.out )
Added: qa/1174 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1174 )
Added: qa/1174.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1174.out )
Added: qa/942 ( https://github.com/performancecopilot/pcp/blob/labels/qa/942 )
Added: qa/942.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/942.out )
Added: qa/952 ( https://github.com/performancecopilot/pcp/blob/labels/qa/952 )
Added: qa/952.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/952.out )
Added: qa/953 ( https://github.com/performancecopilot/pcp/blob/labels/qa/953 )
Added: qa/953.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/953.out )
Added: qa/954 ( https://github.com/performancecopilot/pcp/blob/labels/qa/954 )
Added: qa/954.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/954.out )
Added: qa/helgrind-suppress ( https://github.com/performancecopilot/pcp/blob/labels/qa/helgrind-suppress )
Added: qa/src/loadconfig2.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/loadconfig2.c )
Added: qa/valgrind-suppress-3.11.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.11.0 )
Added: src/libpcp/doc/nolock.calls ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/nolock.calls )
Removed: src/libpcp/src/derive.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/derive.c )
Modified: man/man3/pmdadaemon.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdadaemon.3 )
Modified: man/man3/pmdadso.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdadso.3 )
Modified: qa/022.out.linux ( https://github.com/performancecopilot/pcp/blob/labels/qa/022.out.linux )
Modified: qa/024.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/024.out )
Modified: qa/037.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/037.out )
Modified: qa/060.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/060.out )
Modified: qa/200 ( https://github.com/performancecopilot/pcp/blob/labels/qa/200 )
Modified: qa/246.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/246.out )
Modified: qa/273.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/273.out )
Modified: qa/297.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/297.out )
Modified: qa/344 ( https://github.com/performancecopilot/pcp/blob/labels/qa/344 )
Modified: qa/4751 ( https://github.com/performancecopilot/pcp/blob/labels/qa/4751 )
Modified: qa/4751.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/4751.out )
Modified: qa/520.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/520.out )
Modified: qa/523.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/523.out )
Modified: qa/660 ( https://github.com/performancecopilot/pcp/blob/labels/qa/660 )
Modified: qa/706 ( https://github.com/performancecopilot/pcp/blob/labels/qa/706 )
Modified: qa/720 ( https://github.com/performancecopilot/pcp/blob/labels/qa/720 )
Modified: qa/720.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/720.out )
Modified: qa/778 ( https://github.com/performancecopilot/pcp/blob/labels/qa/778 )
Modified: qa/778.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/778.out )
Modified: qa/792.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/792.out )
Modified: qa/924.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/924.out )
Modified: qa/common ( https://github.com/performancecopilot/pcp/blob/labels/qa/common )
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.check )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/new ( https://github.com/performancecopilot/pcp/blob/labels/qa/new )
Modified: qa/perfevent/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/perfevent/GNUmakefile )
Modified: qa/src/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/GNUlocaldefs )
Modified: qa/src/context_test.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/context_test.c )
Modified: scripts/pcp-push ( https://github.com/performancecopilot/pcp/blob/labels/scripts/pcp-push )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/libpcp/doc/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/GNUmakefile )
Modified: src/libpcp/doc/glibc.safe ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/glibc.safe )
Modified: src/libpcp/doc/glibc.unsafe ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/glibc.unsafe )
Modified: src/libpcp/doc/libpcp-locking.odt ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/libpcp-locking.odt )
Modified: src/libpcp/doc/mk.cgraph ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/mk.cgraph )
Modified: src/libpcp/src/GNUlocaldefs.debug ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUlocaldefs.debug )
Modified: src/libpcp/src/auxconnect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/auxconnect.c )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/check-statics )
Modified: src/libpcp/src/config.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/config.c )
Modified: src/libpcp/src/connect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/connect.c )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/derive_parser.y.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/derive_parser.y.in )
Modified: src/libpcp/src/err.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/err.c )
Modified: src/libpcp/src/exports ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/exports )
Modified: src/libpcp/src/fetchgroup.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetchgroup.c )
Modified: src/libpcp/src/hash.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/hash.c )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/ipc.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/ipc.c )
Modified: src/libpcp/src/lock.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/lock.c )
Modified: src/libpcp/src/logconnect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logconnect.c )
Modified: src/libpcp/src/logutil.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logutil.c )
Modified: src/libpcp/src/optfetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/optfetch.c )
Modified: src/libpcp/src/pdu.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pdu.c )
Modified: src/libpcp/src/pmns.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pmns.c )
Modified: src/libpcp/src/store.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/store.c )
Modified: src/libpcp/src/tz.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/tz.c )
Modified: src/libpcp/src/util.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/util.c )
Modified: src/libpcp_pmda/src/open.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/open.c )
Modified: src/libpcp_web/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_web/src/.gitignore )
Modified: src/pmlc/gram.y ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlc/gram.y )
[pcp:labels] By Nathan Scott <***@redhat.com>:
be2be93b05d8 ( https://github.com/performancecopilot/pcp/commit/be2be93b05d8c534cbc12f639fc56a4a3f735fb8 ) : libpcp_fault: sync up and add latest sources, incl. labels
Modified: src/libpcp/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUmakefile )
Modified: src/libpcp_fault/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_fault/src/.gitignore )
Modified: src/libpcp_fault/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_fault/src/GNUmakefile )
[pcp:labels] By Nathan Scott <***@redhat.com>:
e99a14fb6354 ( https://github.com/performancecopilot/pcp/commit/e99a14fb6354c3b194639d4ad1a76cd45de27b11 ) : Merge branch 'master' into labels
Added: src/libpcp/src/GNUlocaldefs.lock_debug ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUlocaldefs.lock_debug )
Added: src/libpcp/src/cscope.files ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/cscope.files )
Added: src/libpcp_pmda/src/GNUlocaldefs.debug ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/GNUlocaldefs.debug )
Modified: qa/1052 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1052 )
Modified: qa/1052.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1052.out )
Modified: qa/706 ( https://github.com/performancecopilot/pcp/blob/labels/qa/706 )
Modified: src/libpcp/doc/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/GNUmakefile )
Modified: src/libpcp/doc/libpcp-locking.odt ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/libpcp-locking.odt )
Modified: src/libpcp/doc/mk.cgraph ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/mk.cgraph )
Modified: src/libpcp/src/config.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/config.c )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/exports ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/exports )
Modified: src/libpcp/src/logutil.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logutil.c )
Modified: src/libpcp_pmda/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/GNUmakefile )
Modified: src/libpcp_pmda/src/callback.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/callback.c )
Modified: src/libpcp_pmda/src/open.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/open.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
13347977290a ( https://github.com/performancecopilot/pcp/commit/13347977290ad7c33b13dc71e3d1783ed9038561 ) : Merge branch 'master' into labels
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
[pcp:labels] By Nathan Scott <***@redhat.com>:
128ea5b21275 ( https://github.com/performancecopilot/pcp/commit/128ea5b2127521ef74cd9d7d747cbea13b24717a ) : Merge branch 'master' into labels
Added: books/PCP_PG/fop.xconf ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_PG/fop.xconf )
Added: books/PCP_UAG/fop.xconf ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_UAG/fop.xconf )
Removed: books/PCP_TCS/Author_Group.xml ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/Author_Group.xml )
Removed: books/PCP_TCS/Book_Info.xml ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/Book_Info.xml )
Removed: books/PCP_TCS/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/GNUmakefile )
Removed: books/PCP_TCS/Revision_History.xml ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/Revision_History.xml )
Removed: books/PCP_TCS/pcp-tutorials-and-case-studies.ent ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/pcp-tutorials-and-case-studies.ent )
Removed: books/PCP_TCS/pcp-tutorials-and-case-studies.pdf ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/pcp-tutorials-and-case-studies.pdf )
Removed: books/PCP_TCS/pcp-tutorials-and-case-studies.xml ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/pcp-tutorials-and-case-studies.xml )
Removed: books/PCP_TCS/publican.cfg.in ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_TCS/publican.cfg.in )
Modified: books/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/books/GNUmakefile )
Modified: books/PCP_PG/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_PG/GNUmakefile )
Modified: books/PCP_PG/pcp-programmers-guide.pdf ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_PG/pcp-programmers-guide.pdf )
Modified: books/PCP_UAG/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_UAG/GNUmakefile )
Modified: books/PCP_UAG/pcp-users-and-administrators-guide.pdf ( https://github.com/performancecopilot/pcp/blob/labels/books/PCP_UAG/pcp-users-and-administrators-guide.pdf )
[pcp:labels] By Nathan Scott <***@redhat.com>:
9032f607e22c ( https://github.com/performancecopilot/pcp/commit/9032f607e22c508b46f984c060a6a84752c44d3f ) : dbpmda, qa: add support for labels commands for PMDA debugging Introduce commands allowing dbpmda to exercise the PMDA label interface. Several labels QA tests are also introduced here, some verifying dbpmda functionality but others more general.
Added: qa/562 ( https://github.com/performancecopilot/pcp/blob/labels/qa/562 )
Added: qa/562.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/562.out )
Added: qa/563 ( https://github.com/performancecopilot/pcp/blob/labels/qa/563 )
Added: qa/563.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/563.out )
Modified: qa/561 ( https://github.com/performancecopilot/pcp/blob/labels/qa/561 )
Modified: qa/561.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/561.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/dbpmda/src/dbpmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/dbpmda.c )
Modified: src/dbpmda/src/dso.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/dso.c )
Modified: src/dbpmda/src/gram.y ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/gram.y )
Modified: src/dbpmda/src/lex.l ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/lex.l )
Modified: src/dbpmda/src/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/pmda.c )
Modified: src/dbpmda/src/util.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/util.c )
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
2839c8208085 ( https://github.com/performancecopilot/pcp/commit/2839c8208085b8620ef6039d8d1f2d0ac155e720 ) : Merge branch 'master' into labels
Modified: qa/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/.gitignore )
[pcp:labels] By Nathan Scott <***@redhat.com>:
362f0c5283e8 ( https://github.com/performancecopilot/pcp/commit/362f0c5283e8bc04a8974a90f6dfc5477c10a149 ) : Merge branch 'master' into labels
Added: qa/1075 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1075 )
Added: qa/1075.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1075.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/libpcp/src/logmeta.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logmeta.c )
Modified: src/pmlogger/src/callback.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/src/callback.c )
Modified: src/pmlogrewrite/indom.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogrewrite/indom.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
3acb7e14fc34 ( https://github.com/performancecopilot/pcp/commit/3acb7e14fc345e589d5f0b6963a59bc13ccba9e1 ) : sort_r: portable version of qsort_r used in label sorting Add the public domain sort_r header into src/external so we can use this as-needed. While there complete transitioning the lookup2.c hash/mix function code (also public domain).
Added: src/external/lookup2.c ( https://github.com/performancecopilot/pcp/blob/labels/src/external/lookup2.c )
Added: src/external/sort_r.h ( https://github.com/performancecopilot/pcp/blob/labels/src/external/sort_r.h )
Removed: src/libpcp_pmda/src/lookup2.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/lookup2.c )
Modified: src/external/README ( https://github.com/performancecopilot/pcp/blob/labels/src/external/README )
Modified: src/libpcp/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/.gitignore )
Modified: src/libpcp/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUmakefile )
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Modified: src/libpcp_pmda/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/.gitignore )
Modified: src/libpcp_pmda/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/GNUmakefile )
[pcp:labels] By Nathan Scott <***@redhat.com>:
afd9b31e720d ( https://github.com/performancecopilot/pcp/commit/afd9b31e720d105d9c57a2f4f104dc60a3321ac5 ) : pmdaproc: Linux proc PMDA labels, esp. compound cgroups indom
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
28269a09a101 ( https://github.com/performancecopilot/pcp/commit/28269a09a101488628bf768b32947173713f0f1e ) : Merge branch 'master' into labels
Added: qa/archives/badlog-4.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badlog-4.0 )
Added: qa/archives/badlog-4.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badlog-4.index )
Added: qa/archives/badlog-4.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badlog-4.meta )
Added: src/pmlogconf/zeroconf/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/GNUmakefile )
Added: src/pmlogconf/zeroconf/atop-proc ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/atop-proc )
Added: src/pmlogconf/zeroconf/localdefs ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/localdefs )
Added: src/pmlogconf/zeroconf/nfsclient ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/nfsclient )
Added: src/pmlogconf/zeroconf/xfs-perdev ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/xfs-perdev )
Modified: build/rpm/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/GNUmakefile )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/labels/configure.ac )
Modified: qa/1069 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1069 )
Modified: qa/1069.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1069.out )
Modified: qa/366 ( https://github.com/performancecopilot/pcp/blob/labels/qa/366 )
Modified: qa/366.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/366.out )
Modified: qa/566.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/566.out )
Modified: qa/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile )
Modified: qa/archives/mkbadlabel ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/mkbadlabel )
Modified: qa/archives/mkbadlog ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/mkbadlog )
Modified: qa/archives/mkbadti ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/mkbadti )
Modified: qa/src/multithread9.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/multithread9.c )
Modified: src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/GNUmakefile )
Modified: src/bashrc/pcp_completion.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/bashrc/pcp_completion.sh )
Modified: src/libpcp/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/.gitignore )
Modified: src/libpcp/src/units.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/units.c )
Modified: src/libpcp_fault/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_fault/src/.gitignore )
Modified: src/libpcp_fault/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_fault/src/GNUmakefile )
Modified: src/pmlogconf/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/GNUmakefile )
Modified: src/pmrep/TODO ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/TODO )
Modified: src/pmrep/pmrep.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.1 )
Modified: src/pmrep/pmrep.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.conf )
Modified: src/pmrep/pmrep.conf.5 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.conf.5 )
Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.py )
Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/zshrc/_pcp )
[pcp:labels] By Nathan Scott <***@redhat.com>:
636264bd6354 ( https://github.com/performancecopilot/pcp/commit/636264bd63547cd45b74da93aa2896906e829042 ) : qa: update dbpmda test 226 to cater for new label commands
Modified: qa/226.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/226.out )
[pcp:labels] By Nathan Scott <***@redhat.com>:
27641ad3b7bc ( https://github.com/performancecopilot/pcp/commit/27641ad3b7bc0e66b6d8f7d11e09a760a91a6a44 ) : Merge branch 'master' into labels
Modified: qa/739 ( https://github.com/performancecopilot/pcp/blob/labels/qa/739 )
Modified: qa/739.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/739.out )
Modified: qa/968 ( https://github.com/performancecopilot/pcp/blob/labels/qa/968 )
Modified: qa/968.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/968.out )
Modified: qa/src/procpid.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/procpid.python )
Modified: qa/src/test_pcp_getopts.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_pcp_getopts.python )
Modified: qa/src/test_pcp_options.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_pcp_options.python )
Modified: src/pcp/dmcache/pcp-dmcache.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/dmcache/pcp-dmcache.py )
Modified: src/pcp2graphite/pcp2graphite.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp2graphite/pcp2graphite.py )
Modified: src/pcp2influxdb/pcp2influxdb.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp2influxdb/pcp2influxdb.py )
Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.py )
Modified: src/python/pcp/pmapi.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmapi.py )
Modified: src/python/pmapi.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmapi.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
449665cc962c ( https://github.com/performancecopilot/pcp/commit/449665cc962c3b71b7a36716b53766676694ae26 ) : Merge branch 'master' into labels
Modified: src/pmdas/linux_proc/help ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/help )
Modified: src/pmdas/linux_proc/help_text.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/help_text.h )
Modified: src/pmdas/linux_proc/proc_dynamic.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/proc_dynamic.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
bca95f2889e3 ( https://github.com/performancecopilot/pcp/commit/bca95f2889e38d1d93698617e85dd1639b4ded94 ) : Merge branch 'master' into labels
Modified: src/pmrep/pmrep.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.1 )
Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.py )
[pcp:labels] By Nathan Scott <***@redhat.com>:
9586b303b082 ( https://github.com/performancecopilot/pcp/commit/9586b303b08261a90a70285beda404cb48206533 ) : Merge branch 'master' into labels
Added: qa/1076 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1076 )
Added: qa/1076.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1076.out )
Added: qa/archives/badmeta-1.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badmeta-1.0 )
Added: qa/archives/badmeta-1.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badmeta-1.index )
Added: qa/archives/badmeta-1.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badmeta-1.meta )
Added: qa/archives/badmeta-2.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badmeta-2.0 )
Added: qa/archives/badmeta-2.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badmeta-2.index )
Added: qa/archives/badmeta-2.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/badmeta-2.meta )
Added: qa/archives/idtohex ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/idtohex )
Added: qa/archives/mkbadmeta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/mkbadmeta )
Modified: man/man1/pmlogcheck.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmlogcheck.1 )
Modified: qa/4751 ( https://github.com/performancecopilot/pcp/blob/labels/qa/4751 )
Modified: qa/archives/dupname-a.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-a.0 )
Modified: qa/archives/dupname-a.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-a.index )
Modified: qa/archives/dupname-a.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-a.meta )
Modified: qa/archives/dupname-b.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-b.0 )
Modified: qa/archives/dupname-b.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-b.index )
Modified: qa/archives/dupname-b.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-b.meta )
Modified: qa/archives/dupname-c.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-c.0 )
Modified: qa/archives/dupname-c.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-c.index )
Modified: qa/archives/dupname-c.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/dupname-c.meta )
Modified: qa/archives/mkbadlen ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/mkbadlen )
Modified: qa/archives/mkbadti ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/mkbadti )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/helgrind-suppress ( https://github.com/performancecopilot/pcp/blob/labels/qa/helgrind-suppress )
Modified: qa/valgrind-suppress-3.7.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.7.0 )
Modified: src/libpcp/src/cscope.files ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/cscope.files )
Modified: src/pmdas/libvirt/pmdalibvirt.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/pmdalibvirt.python )
Modified: src/pmdas/linux/mk.rewrite ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/mk.rewrite )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/pmda.c )
Modified: src/pmlogcheck/logcheck.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/logcheck.h )
Modified: src/pmlogcheck/pass2.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pass2.c )
Modified: src/pmlogcheck/pass3.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pass3.c )
Modified: src/pmlogcheck/pmlogcheck.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pmlogcheck.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
4817301f24e3 ( https://github.com/performancecopilot/pcp/commit/4817301f24e3215bbc2c8d0abc2bd0c08b4b4aa7 ) : libpcp: revisit aspects of the labels API to pass more info Switch from a model of passing JSONB strings out only, to now passing the pmLabel and pmLabelSet structures directly. These contain the JSONB strings, and also provide indexing information and state flags about individual labels. This allows us to keep track of the hierarchy better as well as representing instrinsic and extrinsic metric value labels. Has the additional property of giving all labels APIs consistent arguments (pmGetLabels was previously slightly different, due to needing to pass out instance identifiers separately). The skeletal man pages are more fleshed out in this commit also, and some of the label names have been changed slightly to align more with the metrics20.org suggested names.
Added: man/man3/pmfreelabelsets.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmfreelabelsets.3 )
Modified: debian/libpcp3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp3-dev.install )
Modified: man/man3/pmapi.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmapi.3 )
Modified: man/man3/pmdafetch.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdafetch.3 )
Modified: man/man3/pmdainstance.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdainstance.3 )
Modified: man/man3/pmdalabel.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmdalabel.3 )
Modified: man/man3/pmfreeprofile.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmfreeprofile.3 )
Modified: man/man3/pmfreeresult.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmfreeresult.3 )
Modified: man/man3/pmgetlabels.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmgetlabels.3 )
Modified: man/man3/pmmergelabels.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmmergelabels.3 )
Modified: qa/561.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/561.out )
Modified: qa/562 ( https://github.com/performancecopilot/pcp/blob/labels/qa/562 )
Modified: qa/562.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/562.out )
Modified: qa/src/pdu-server.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/pdu-server.c )
Modified: qa/src/pducheck.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/pducheck.c )
Modified: qa/src/pducrash.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/pducrash.c )
Modified: src/dbpmda/src/dso.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/dso.c )
Modified: src/dbpmda/src/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/pmda.c )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/include/pcp/pmda.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmda.h )
Modified: src/libpcp/src/exports ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/exports )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Modified: src/libpcp/src/p_label.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_label.c )
Modified: src/libpcp_pmda/src/callback.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/callback.c )
Modified: src/libpcp_pmda/src/mainloop.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/mainloop.c )
Modified: src/pmcd/src/dopdus.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/dopdus.c )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmda.c )
Modified: src/pmdas/pmcd/src/pmcd.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/src/pmcd.c )
Modified: src/pmdas/sample/src/sample.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/sample/src/sample.c )
Modified: src/pminfo/pminfo.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pminfo/pminfo.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
b3bc07b9ac02 ( https://github.com/performancecopilot/pcp/commit/b3bc07b9ac0214cb4d6ac2442b729ca8d068baff ) : Merge branch 'master' into labels
Added: qa/1077 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1077 )
Added: qa/1077.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1077.out )
Removed: src/pmlogconf/zeroconf/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/GNUmakefile )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/src/churnctx.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/churnctx.c )
Modified: src/pmchart/groupcontrol.cpp ( https://github.com/performancecopilot/pcp/blob/labels/src/pmchart/groupcontrol.cpp )
Modified: src/pmchart/timeaxis.cpp ( https://github.com/performancecopilot/pcp/blob/labels/src/pmchart/timeaxis.cpp )
Modified: src/pmchart/timeaxis.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmchart/timeaxis.h )
Modified: src/pmdas/simple/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/simple/GNUmakefile )
Modified: src/pmlogconf/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/.gitignore )
Modified: src/pmlogconf/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/GNUmakefile )
Modified: src/pmtime/pmtimearch.cpp ( https://github.com/performancecopilot/pcp/blob/labels/src/pmtime/pmtimearch.cpp )
Modified: src/pmtime/pmtimelive.cpp ( https://github.com/performancecopilot/pcp/blob/labels/src/pmtime/pmtimelive.cpp )
Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/zshrc/_pcp )
[pcp:labels] By Nathan Scott <***@redhat.com>:
7c313245c4af ( https://github.com/performancecopilot/pcp/commit/7c313245c4af755ddf4db38bfd1f8062070ab463 ) : libpcp: send indexing information and label flags over-the-wire
Modified: src/libpcp/src/p_instance.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_instance.c )
Modified: src/libpcp/src/p_label.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_label.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
33aa3f6fb932 ( https://github.com/performancecopilot/pcp/commit/33aa3f6fb932d8f4133fa0d17261dc6e4de76519 ) : Merge branch 'master' into labels
Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/labels/CHANGELOG )
Modified: VERSION.pcp ( https://github.com/performancecopilot/pcp/blob/labels/VERSION.pcp )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: debian/changelog ( https://github.com/performancecopilot/pcp/blob/labels/debian/changelog )
Modified: scripts/bintray-version ( https://github.com/performancecopilot/pcp/blob/labels/scripts/bintray-version )
Modified: src/libpcp/src/p_profile.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_profile.c )
Modified: src/pmcd/src/client.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/client.c )
Modified: src/pmcd/src/client.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/client.h )
Modified: src/pmcd/src/dofetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/dofetch.c )
Modified: src/pmcd/src/dopdus.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/dopdus.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
7b1b7020f10d ( https://github.com/performancecopilot/pcp/commit/7b1b7020f10df5db9a0724ebd8beaeb5b2e2945a ) : Merge branch 'master' into labels
Added: qa/1191 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1191 )
Added: qa/1191.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1191.out )
Added: qa/archives/pcp-zeroconf.0.gz ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/pcp-zeroconf.0.gz )
Added: qa/archives/pcp-zeroconf.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/pcp-zeroconf.index )
Added: qa/archives/pcp-zeroconf.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/pcp-zeroconf.meta )
Added: src/pmdas/json/Makefile.demos ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/json/Makefile.demos )
Added: src/pmdas/json/README.demos ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/json/README.demos )
Added: src/pmdas/json/acme_json.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/json/acme_json.c )
Added: src/pmdas/prometheus/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/.gitignore )
Added: src/pmdas/prometheus/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/GNUmakefile )
Added: src/pmdas/prometheus/Install ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/Install )
Added: src/pmdas/prometheus/Remove ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/Remove )
Added: src/pmdas/prometheus/metadata/sample.json ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/metadata/sample.json )
Added: src/pmdas/prometheus/pmdaprometheus.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.1 )
Added: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
Added: src/pmdas/prometheus/sample_prometheus_metrics ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/sample_prometheus_metrics )
Added: src/pmieconf/entropy/available ( https://github.com/performancecopilot/pcp/blob/labels/src/pmieconf/entropy/available )
Added: src/pmieconf/entropy/localdefs ( https://github.com/performancecopilot/pcp/blob/labels/src/pmieconf/entropy/localdefs )
Modified: aclocal.m4 ( https://github.com/performancecopilot/pcp/blob/labels/aclocal.m4 )
Modified: build/rpm/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/GNUmakefile )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/labels/configure.ac )
Modified: qa/1051.out.linux ( https://github.com/performancecopilot/pcp/blob/labels/qa/1051.out.linux )
Modified: qa/1080 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1080 )
Modified: qa/1080.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1080.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/builddefs.in )
Modified: src/pcp/atop/deviate.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/atop/deviate.c )
Modified: src/pcp/atop/photosyst.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/atop/photosyst.c )
Modified: src/pmdas/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/GNUmakefile )
Modified: src/pmdas/json/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/json/GNUmakefile )
Modified: src/pmdas/json/README ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/json/README )
Modified: src/pmdas/libvirt/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/GNUmakefile )
Modified: src/pmdas/lio/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/lio/GNUmakefile )
Modified: src/pmieconf/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/pmieconf/.gitignore )
Modified: src/pmieconf/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmieconf/GNUmakefile )
Modified: src/python/pcp/pmda.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmda.py )
[pcp:labels] By Nathan Scott <***@redhat.com>:
87178a3135d1 ( https://github.com/performancecopilot/pcp/commit/87178a3135d1085cd55c6f6d5388c49fd3f3640d ) : Merge branch 'master' into labels
Added: qa/1140 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1140 )
Added: qa/1140.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1140.out )
Added: src/pmdas/linux_proc/proc_discrete_strings.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/proc_discrete_strings.conf )
Added: src/pmlogconf/tools/tapestat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/tools/tapestat )
Added: src/pmlogconf/zeroconf/numastat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/numastat )
Added: src/pmlogconf/zeroconf/pidstat-summary ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/pidstat-summary )
Added: src/pmlogconf/zeroconf/tapestat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/tapestat )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: man/man3/pmnameall.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmnameall.3 )
Modified: qa/366 ( https://github.com/performancecopilot/pcp/blob/labels/qa/366 )
Modified: qa/366.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/366.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/collectl2pcp/metrics.c ( https://github.com/performancecopilot/pcp/blob/labels/src/collectl2pcp/metrics.c )
Modified: src/libpcp/src/secureconnect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/secureconnect.c )
Modified: src/libpcp/src/secureserver.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/secureserver.c )
Modified: src/pcp/numastat/pcp-numastat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/numastat/pcp-numastat.py )
Modified: src/pmdas/linux/mk.rewrite ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/mk.rewrite )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux_proc/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/.gitignore )
Modified: src/pmdas/linux_proc/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/GNUmakefile )
Modified: src/pmdas/linux_proc/mk.rewrite ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/mk.rewrite )
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmda.c )
Modified: src/pmlogcheck/RFC ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/RFC )
Modified: src/pmlogconf/tools/atop-proc ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/tools/atop-proc )
Modified: src/pmlogconf/tools/localdefs ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/tools/localdefs )
Modified: src/pmlogconf/tools/pcp-summary ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/tools/pcp-summary )
Modified: src/pmlogconf/zeroconf/atop-proc ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/atop-proc )
Modified: src/pmlogconf/zeroconf/localdefs ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/localdefs )
[pcp:labels] By Nathan Scott <***@redhat.com>:
d4a6e83244bd ( https://github.com/performancecopilot/pcp/commit/d4a6e83244bd9f835cb27cb3f1d55d1a23543dd8 ) : Merge branch 'master' into labels
Added: qa/1192 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1192 )
Added: qa/1192.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1192.out )
Modified: qa/1191 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1191 )
Modified: qa/1191.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1191.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
[pcp:labels] By Nathan Scott <***@redhat.com>:
2b6a801b755a ( https://github.com/performancecopilot/pcp/commit/2b6a801b755a47a29a8dc6a455e4ab1b79c6bbf8 ) : Merge branch 'master' into labels
Added: qa/1084 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1084 )
Added: qa/1084.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1084.out )
Added: qa/linux/proc_net_sockstat ( https://github.com/performancecopilot/pcp/blob/labels/qa/linux/proc_net_sockstat )
Added: qa/linux/proc_net_sockstat6 ( https://github.com/performancecopilot/pcp/blob/labels/qa/linux/proc_net_sockstat6 )
Added: src/pmdas/linux/proc_net_sockstat6.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_net_sockstat6.c )
Added: src/pmdas/linux/proc_net_sockstat6.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_net_sockstat6.h )
Added: src/pmdas/linux/proc_net_sockstat_deprecate.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_net_sockstat_deprecate.conf )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/linux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/linux/GNUmakefile )
Modified: src/pmdas/linux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/GNUmakefile )
Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/help )
Modified: src/pmdas/linux/linux.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/linux.h )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux/proc_net_sockstat.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_net_sockstat.c )
Modified: src/pmdas/linux/proc_net_sockstat.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_net_sockstat.h )
Modified: src/pmdas/linux/root_linux ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/root_linux )
Modified: src/python/distutils-setup.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/distutils-setup.py )
Modified: src/python/setup.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/setup.py )
[pcp:labels] By Nathan Scott <***@redhat.com>:
11b131909da3 ( https://github.com/performancecopilot/pcp/commit/11b131909da3eed2d26cb6245093564cee75c96d ) : Merge branch 'master' into labels
Added: qa/1193 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1193 )
Added: qa/1193.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1193.out )
Modified: qa/1191 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1191 )
Modified: qa/1192 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1192 )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
[pcp:labels] By Nathan Scott <***@redhat.com>:
e5dc8d62f00b ( https://github.com/performancecopilot/pcp/commit/e5dc8d62f00bf62cc82ed2fd3ec86d82b800aad1 ) : Merge branch 'master' into labels
Modified: src/python/pcp/pmda.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmda.py )
[pcp:labels] By Nathan Scott <***@redhat.com>:
79051f82b01c ( https://github.com/performancecopilot/pcp/commit/79051f82b01c9c162d0c898fed4eec3fb7727b54 ) : Merge branch 'master' into labels
Added: qa/1085 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1085 )
Added: qa/1085.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1085.out )
Added: qa/1088 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1088 )
Added: qa/1088.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1088.out )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: man/man1/pmlogger.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmlogger.1 )
Modified: man/man1/pmmgr.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmmgr.1 )
Modified: qa/183.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/183.out )
Modified: qa/917 ( https://github.com/performancecopilot/pcp/blob/labels/qa/917 )
Modified: qa/917.out.in ( https://github.com/performancecopilot/pcp/blob/labels/qa/917.out.in )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/pmlogger/pmnewlog.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/pmnewlog.sh )
Modified: src/pmlogger/src/pmlogger.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/src/pmlogger.c )
Modified: src/pmmgr/pmmgr.cxx ( https://github.com/performancecopilot/pcp/blob/labels/src/pmmgr/pmmgr.cxx )
Modified: src/selinux/pcpupstream.te.in ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/pcpupstream.te.in )
[pcp:labels] By Nathan Scott <***@redhat.com>:
1bec3704629b ( https://github.com/performancecopilot/pcp/commit/1bec3704629baaf4133bf703d58a5131721654eb ) : Merge branch 'master' into labels
Added: src/pmdas/prometheus/metadata/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/metadata/GNUmakefile )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: src/include/pcp/config.h.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/config.h.in )
Modified: src/include/pcp/platform_defs.h.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/platform_defs.h.in )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/pmdas/prometheus/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/GNUmakefile )
Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/zshrc/_pcp )
[pcp:labels] By Nathan Scott <***@redhat.com>:
c90220f96bae ( https://github.com/performancecopilot/pcp/commit/c90220f96bae195b2605b8237516fbf9defb1382 ) : libpcp: add filter option to labelset-based label merging
Modified: man/man3/pmmergelabels.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmmergelabels.3 )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Modified: src/pminfo/pminfo.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pminfo/pminfo.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
267e57cb94ac ( https://github.com/performancecopilot/pcp/commit/267e57cb94ac5c6bae33219d3748b75948ab8524 ) : Merge branch 'master' into labels
Added: qa/1199 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1199 )
Added: qa/1199.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1199.out )
Added: qa/new-seqs ( https://github.com/performancecopilot/pcp/blob/labels/qa/new-seqs )
Modified: qa/121 ( https://github.com/performancecopilot/pcp/blob/labels/qa/121 )
Modified: qa/366 ( https://github.com/performancecopilot/pcp/blob/labels/qa/366 )
Modified: qa/512 ( https://github.com/performancecopilot/pcp/blob/labels/qa/512 )
Modified: qa/512.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/512.out )
Modified: qa/792.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/792.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/new ( https://github.com/performancecopilot/pcp/blob/labels/qa/new )
Modified: qa/src/churnctx.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/churnctx.c )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetch.c )
Modified: src/libpcp/src/p_fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_fetch.c )
Modified: src/libpcp/src/p_profile.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_profile.c )
Modified: src/pmcd/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/GNUmakefile )
Modified: src/pmcd/src/client.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/client.h )
Modified: src/pmcd/src/dopdus.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmcd/src/dopdus.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
fc0849499e26 ( https://github.com/performancecopilot/pcp/commit/fc0849499e26025a4098044c5ad25d9e4a60f71c ) : Merge branch 'master' into labels
Added: src/pmdas/prometheus/Generate ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/Generate )
Modified: qa/1191 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1191 )
Modified: qa/1192 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1192 )
Modified: qa/1193 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1193 )
Modified: src/pmdas/prometheus/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/GNUmakefile )
Modified: src/pmdas/prometheus/pmdaprometheus.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.1 )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
[pcp:labels] By Nathan Scott <***@redhat.com>:
9fe55182b06a ( https://github.com/performancecopilot/pcp/commit/9fe55182b06a1a8892dae71bef191db22d9cab74 ) : Merge branch 'master' into labels
Modified: man/man3/pmnewcontext.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmnewcontext.3 )
Modified: man/man3/pmregisterderived.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmregisterderived.3 )
Modified: qa/022 ( https://github.com/performancecopilot/pcp/blob/labels/qa/022 )
Modified: qa/022.out.linux ( https://github.com/performancecopilot/pcp/blob/labels/qa/022.out.linux )
Modified: qa/024.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/024.out )
Modified: qa/169.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/169.out )
Modified: qa/297.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/297.out )
Modified: qa/792.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/792.out )
Modified: qa/865.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/865.out )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/libpcp/doc/libpcp-locking.odt ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/libpcp-locking.odt )
Modified: src/libpcp/src/connect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/connect.c )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/desc.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/desc.c )
Modified: src/libpcp/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetch.c )
Modified: src/libpcp/src/help.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/help.c )
Modified: src/libpcp/src/instance.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/instance.c )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/lock.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/lock.c )
Modified: src/libpcp/src/logconnect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logconnect.c )
Modified: src/libpcp/src/logcontrol.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logcontrol.c )
Modified: src/libpcp/src/pmns.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pmns.c )
Modified: src/libpcp/src/secureconnect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/secureconnect.c )
Modified: src/libpcp/src/secureserver.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/secureserver.c )
Modified: src/libpcp/src/spec.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/spec.c )
Modified: src/libpcp/src/store.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/store.c )
Modified: src/pmlogger/src/pmlogger.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/src/pmlogger.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
4810f4cf5f11 ( https://github.com/performancecopilot/pcp/commit/4810f4cf5f11b8db017bfc7d5fec35b0a179ecd0 ) : libpcp: update labels PDU locking for recent changes
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Modified: src/libpcp/src/p_label.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_label.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
73f0ee5191f3 ( https://github.com/performancecopilot/pcp/commit/73f0ee5191f3bec7a752ffcd7614d9f62b08a2d4 ) : Merge branch 'master' into labels
Modified: man/man1/pmdabash.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmdabash.1 )
[pcp:labels] By Nathan Scott <***@redhat.com>:
2baa8ca0ba1b ( https://github.com/performancecopilot/pcp/commit/2baa8ca0ba1ba3f452a02ef1fba07000ad48474f ) : Merge branch 'master' into labels
Modified: aclocal.m4 ( https://github.com/performancecopilot/pcp/blob/labels/aclocal.m4 )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/labels/configure.ac )
Modified: man/man3/pmregisterderived.3 ( https://github.com/performancecopilot/pcp/blob/labels/man/man3/pmregisterderived.3 )
Modified: qa/917.out.in ( https://github.com/performancecopilot/pcp/blob/labels/qa/917.out.in )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/builddefs.in )
Modified: src/pmmgr/pmmgr.cxx ( https://github.com/performancecopilot/pcp/blob/labels/src/pmmgr/pmmgr.cxx )
Modified: src/selinux/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/GNUlocaldefs )
Modified: src/selinux/pcpupstream.te.in ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/pcpupstream.te.in )
[pcp:labels] By Nathan Scott <***@redhat.com>:
7cb49df65a4c ( https://github.com/performancecopilot/pcp/commit/7cb49df65a4c00d0ae47352cb2d64e47219c9e27 ) : Merge branch 'master' into labels
Removed: src/pmdas/linux/proc_net_sockstat_deprecate.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/proc_net_sockstat_deprecate.conf )
Modified: man/man1/pmprobe.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmprobe.1 )
Modified: qa/569.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/569.out )
Modified: qa/common.filter ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.filter )
Modified: src/pmdas/linux/mk.rewrite ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/mk.rewrite )
Modified: src/pmlogconf/pmlogconf-setup.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/pmlogconf-setup.sh )
Modified: src/pmlogconf/pmlogconf.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/pmlogconf.sh )
Modified: src/pmprobe/pmprobe.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmprobe/pmprobe.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
f7976606831b ( https://github.com/performancecopilot/pcp/commit/f7976606831b5eab11aacf11ed22371980455ee0 ) : Merge branch 'master' into labels
Added: qa/1086 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1086 )
Added: qa/1086.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1086.out )
Added: qa/1100 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1100 )
Added: qa/1100.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1100.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/bashrc/pcp_completion.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/bashrc/pcp_completion.sh )
Modified: src/pmprobe/pmprobe.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmprobe/pmprobe.c )
Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/zshrc/_pcp )
[pcp:labels] By Nathan Scott <***@redhat.com>:
01bd7cd6e5e7 ( https://github.com/performancecopilot/pcp/commit/01bd7cd6e5e74bbd8bac44aca9ffa6aef7bd2640 ) : Merge branch 'master' into labels
Modified: qa/archives/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/GNUmakefile )
Modified: src/libpcp/src/auxconnect.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/auxconnect.c )
Modified: src/libpcp_web/src/http_client.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_web/src/http_client.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
11f06444c6db ( https://github.com/performancecopilot/pcp/commit/11f06444c6dbb40ad532f3c0c9b0f26826b692a9 ) : Merge branch 'master' into labels
Added: qa/1089 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1089 )
Added: qa/1089.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1089.out )
Modified: qa/1032.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1032.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/src/test_pmcc.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_pmcc.python )
Modified: qa/src/test_pmfg.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_pmfg.python )
Modified: qa/src/test_webapi.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_webapi.python )
Modified: qa/src/test_webcontainers.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_webcontainers.python )
Modified: qa/src/test_webprocesses.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/test_webprocesses.python )
Modified: src/pcp/atop/various.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/atop/various.c )
Modified: src/pmdas/linux/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/.gitignore )
Modified: src/pmdas/linux/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux/pmda.c )
Modified: src/pmdas/linux_proc/contexts.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/contexts.c )
Modified: src/pmdas/mysql/pmdamysql.pl ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/mysql/pmdamysql.pl )
Modified: src/pmdas/pmcd/src/pmcd.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/src/pmcd.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
3ae7a9a90e5f ( https://github.com/performancecopilot/pcp/commit/3ae7a9a90e5f7e2b5ab0c1c728cfbdbe0e3c2481 ) : Merge branch 'master' into labels
Added: qa/064 ( https://github.com/performancecopilot/pcp/blob/labels/qa/064 )
Added: qa/064.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/064.out )
Modified: man/man5/mmv.5 ( https://github.com/performancecopilot/pcp/blob/labels/man/man5/mmv.5 )
Modified: qa/1078.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1078.out )
Modified: qa/1140 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1140 )
Modified: qa/1140.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1140.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/qt/qmc_context/qmc_context.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_context/qmc_context.pro )
Modified: qa/qt/qmc_desc/qmc_desc.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_desc/qmc_desc.pro )
Modified: qa/qt/qmc_dynamic/qmc_dynamic.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_dynamic/qmc_dynamic.pro )
Modified: qa/qt/qmc_event/qmc_event.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_event/qmc_event.pro )
Modified: qa/qt/qmc_format/qmc_format.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_format/qmc_format.pro )
Modified: qa/qt/qmc_group/qmc_group.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_group/qmc_group.pro )
Modified: qa/qt/qmc_hosts/qmc_hosts.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_hosts/qmc_hosts.pro )
Modified: qa/qt/qmc_indom/qmc_indom.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_indom/qmc_indom.pro )
Modified: qa/qt/qmc_metric/qmc_metric.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_metric/qmc_metric.pro )
Modified: qa/qt/qmc_source/qmc_source.pro ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_source/qmc_source.pro )
Modified: src/libpcp_qed/src/libpcp_qed.pro ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_qed/src/libpcp_qed.pro )
Modified: src/libpcp_qmc/src/libpcp_qmc.pro ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_qmc/src/libpcp_qmc.pro )
Modified: src/libpcp_qwt/src/libpcp_qwt.pro ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_qwt/src/libpcp_qwt.pro )
Modified: src/pcp/pidstat/pcp-pidstat.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/pidstat/pcp-pidstat.1 )
Modified: src/pcp/pidstat/pcp-pidstat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/pidstat/pcp-pidstat.py )
Modified: src/pmdas/cifs/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/cifs/GNUmakefile )
Modified: src/pmdumptext/pmdumptext.pro ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdumptext/pmdumptext.pro )
Modified: src/pmquery/pmquery.pro ( https://github.com/performancecopilot/pcp/blob/labels/src/pmquery/pmquery.pro )
Modified: src/pmtime/pmtime.pro ( https://github.com/performancecopilot/pcp/blob/labels/src/pmtime/pmtime.pro )
[pcp:labels] By Nathan Scott <***@redhat.com>:
47082ed34d43 ( https://github.com/performancecopilot/pcp/commit/47082ed34d4309cc9744014b85760f089353d387 ) : Merge branch 'master' into labels
Added: qa/1388 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1388 )
Added: qa/1388.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1388.out )
Modified: man/man1/pmwebd.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmwebd.1 )
Modified: qa/1100 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1100 )
Modified: qa/151.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/151.out )
Modified: qa/160.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/160.out )
Modified: qa/234 ( https://github.com/performancecopilot/pcp/blob/labels/qa/234 )
Modified: qa/273 ( https://github.com/performancecopilot/pcp/blob/labels/qa/273 )
Modified: qa/273.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/273.out )
Modified: qa/338.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/338.out )
Modified: qa/456.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/456.out )
Modified: qa/503.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/503.out )
Modified: qa/530.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/530.out )
Modified: qa/532.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/532.out )
Modified: qa/564.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/564.out )
Modified: qa/792 ( https://github.com/performancecopilot/pcp/blob/labels/qa/792 )
Modified: qa/792.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/792.out )
Modified: qa/823 ( https://github.com/performancecopilot/pcp/blob/labels/qa/823 )
Modified: qa/832 ( https://github.com/performancecopilot/pcp/blob/labels/qa/832 )
Modified: qa/915 ( https://github.com/performancecopilot/pcp/blob/labels/qa/915 )
Modified: qa/925.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/925.out )
Modified: qa/929.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/929.out )
Modified: qa/954.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/954.out )
Modified: qa/common.secure ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.secure )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/qt/qmc_indom/qmc_indom.cpp ( https://github.com/performancecopilot/pcp/blob/labels/qa/qt/qmc_indom/qmc_indom.cpp )
Modified: qa/src/descreqX2.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/descreqX2.c )
Modified: qa/src/torture_logmeta.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/torture_logmeta.c )
Modified: qa/valgrind-suppress-3.10.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.0 )
Modified: scripts/bintray-version ( https://github.com/performancecopilot/pcp/blob/labels/scripts/bintray-version )
Modified: src/dbpmda/src/util.c ( https://github.com/performancecopilot/pcp/blob/labels/src/dbpmda/src/util.c )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/check-statics )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/derive_fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/derive_fetch.c )
Modified: src/libpcp/src/derive_parser.y.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/derive_parser.y.in )
Modified: src/libpcp/src/desc.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/desc.c )
Modified: src/libpcp/src/events.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/events.c )
Modified: src/libpcp/src/exports ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/exports )
Modified: src/libpcp/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetch.c )
Modified: src/libpcp/src/fetchgroup.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetchgroup.c )
Modified: src/libpcp/src/help.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/help.c )
Modified: src/libpcp/src/instance.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/instance.c )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/interp.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/interp.c )
Modified: src/libpcp/src/ipc.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/ipc.c )
Modified: src/libpcp/src/lock.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/lock.c )
Modified: src/libpcp/src/logmeta.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logmeta.c )
Modified: src/libpcp/src/logutil.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logutil.c )
Modified: src/libpcp/src/optfetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/optfetch.c )
Modified: src/libpcp/src/p_result.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_result.c )
Modified: src/libpcp/src/pmns.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pmns.c )
Modified: src/libpcp/src/profile.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/profile.c )
Modified: src/libpcp/src/store.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/store.c )
Modified: src/libpcp/src/tz.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/tz.c )
Modified: src/libpcp/src/util.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/util.c )
Modified: src/pmdumplog/pmdumplog.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdumplog/pmdumplog.c )
Modified: src/pmie/pmie_check.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/pmie_check.sh )
Modified: src/pmie/pmie_daily.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/pmie_daily.sh )
Modified: src/pmlogcheck/pass3.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pass3.c )
Modified: src/pmlogcheck/pmlogcheck.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pmlogcheck.c )
Modified: src/pmlogextract/pmlogextract.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogextract/pmlogextract.c )
Modified: src/pmlogger/pmlogger_check.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/pmlogger_check.sh )
Modified: src/pmlogger/pmlogger_daily.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/pmlogger_daily.sh )
Modified: src/pmlogger/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/src/fetch.c )
Modified: src/pmlogger/src/pmlogger.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/src/pmlogger.c )
Modified: src/pmlogrewrite/gram.y ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogrewrite/gram.y )
Modified: src/pmlogrewrite/pmlogrewrite.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogrewrite/pmlogrewrite.c )
Modified: src/pmwebapi/main.cxx ( https://github.com/performancecopilot/pcp/blob/labels/src/pmwebapi/main.cxx )
Modified: src/pmwebapi/pmwebapi.cxx ( https://github.com/performancecopilot/pcp/blob/labels/src/pmwebapi/pmwebapi.cxx )
[pcp:labels] By Nathan Scott <***@redhat.com>:
6e1dc42254b5 ( https://github.com/performancecopilot/pcp/commit/6e1dc42254b5c3b1e5b32cd34533ccb38d0465c6 ) : libpcp: add context lock checking into labels API
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
d0d375fe73bd ( https://github.com/performancecopilot/pcp/commit/d0d375fe73bd49622f2ef8a529930c8f53475c16 ) : Merge branch 'master' into labels
Modified: man/man1/pmwebd.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmwebd.1 )
Modified: qa/064.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/064.out )
Modified: src/pcp/free/pcp-free.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/free/pcp-free.py )
Modified: src/pcp/numastat/pcp-numastat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/numastat/pcp-numastat.py )
Modified: src/pmdas/linux_proc/pmdaproc.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmdaproc.1 )
Modified: src/pmdas/summary/Install ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/summary/Install )
Modified: src/pmlogconf/disk/perpartition ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/disk/perpartition )
Modified: src/pmlogconf/memory/proc-linux ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/memory/proc-linux )
Modified: src/pmlogconf/networking/softnet ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/networking/softnet )
Modified: src/pmlogconf/tools/dmcache ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/tools/dmcache )
Modified: src/pmlogconf/zeroconf/atop-proc ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/atop-proc )
Modified: src/pmlogconf/zeroconf/nfsclient ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/nfsclient )
Modified: src/pmlogconf/zeroconf/numastat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/numastat )
Modified: src/pmlogconf/zeroconf/pidstat-summary ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/pidstat-summary )
Modified: src/pmlogconf/zeroconf/tapestat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/tapestat )
Modified: src/pmlogconf/zeroconf/xfs-perdev ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/xfs-perdev )
[pcp:labels] By Nathan Scott <***@redhat.com>:
14d43808510e ( https://github.com/performancecopilot/pcp/commit/14d43808510eafbf72933b975a0eddb71cea2c46 ) : Merge branch 'master' into labels
Added: qa/1331 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331 )
Added: qa/1331.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331.out )
Added: qa/valgrind-suppress-3.10.1 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.1 )
Added: src/libpcp/src/libpcp.pc.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/libpcp.pc.in )
Added: src/libpcp_pmda/src/libpcp_pmda.pc.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/libpcp_pmda.pc.in )
Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/labels/CHANGELOG )
Modified: GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/GNUmakefile )
Modified: VERSION.pcp ( https://github.com/performancecopilot/pcp/blob/labels/VERSION.pcp )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/labels/configure.ac )
Modified: debian/changelog ( https://github.com/performancecopilot/pcp/blob/labels/debian/changelog )
Modified: debian/libpcp-pmda3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp-pmda3-dev.install )
Modified: debian/libpcp3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp3-dev.install )
Modified: qa/1089 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1089 )
Modified: qa/1100 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1100 )
Modified: qa/1388 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1388 )
Modified: qa/198 ( https://github.com/performancecopilot/pcp/blob/labels/qa/198 )
Modified: qa/347 ( https://github.com/performancecopilot/pcp/blob/labels/qa/347 )
Modified: qa/727.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/727.out )
Modified: qa/840.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/840.out )
Modified: qa/917 ( https://github.com/performancecopilot/pcp/blob/labels/qa/917 )
Modified: qa/940 ( https://github.com/performancecopilot/pcp/blob/labels/qa/940 )
Modified: qa/950.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/950.out )
Modified: qa/admin/show-me-all ( https://github.com/performancecopilot/pcp/blob/labels/qa/admin/show-me-all )
Modified: qa/check ( https://github.com/performancecopilot/pcp/blob/labels/qa/check )
Modified: qa/common ( https://github.com/performancecopilot/pcp/blob/labels/qa/common )
Modified: qa/common.avahi ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.avahi )
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.check )
Modified: qa/common.compress ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.compress )
Modified: qa/common.config ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.config )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/new ( https://github.com/performancecopilot/pcp/blob/labels/qa/new )
Modified: qa/src/github-50.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/github-50.c )
Modified: qa/valgrind-suppress-3.10.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.0 )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/builddefs.in )
Modified: src/libpcp/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/.gitignore )
Modified: src/libpcp/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUmakefile )
Modified: src/libpcp/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetch.c )
Modified: src/libpcp/src/util.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/util.c )
Modified: src/libpcp_pmda/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/.gitignore )
Modified: src/libpcp_pmda/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/GNUmakefile )
Modified: src/pcp/atop/various.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/atop/various.c )
Modified: src/pmdas/dm/help ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/dm/help )
Modified: src/pmdas/libvirt/connect ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/connect )
Modified: src/pmdas/libvirt/pmdalibvirt.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/pmdalibvirt.python )
Modified: src/pmdas/nfsclient/pmdanfsclient.pl ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/nfsclient/pmdanfsclient.pl )
Modified: src/pmdas/prometheus/pmdaprometheus.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.1 )
Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.py )
Modified: src/selinux/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/GNUlocaldefs )
Modified: src/selinux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/GNUmakefile )
Modified: src/selinux/pcpupstream.te.in ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/pcpupstream.te.in )
[pcp:labels] By Nathan Scott <***@redhat.com>:
82e7cf1c273a ( https://github.com/performancecopilot/pcp/commit/82e7cf1c273aedeb51e632bd4160d53ab36a3064 ) : Merge branch 'master' into labels
Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/labels/CHANGELOG )
Modified: qa/828 ( https://github.com/performancecopilot/pcp/blob/labels/qa/828 )
Modified: qa/helgrind-suppress ( https://github.com/performancecopilot/pcp/blob/labels/qa/helgrind-suppress )
Modified: qa/valgrind-suppress-3.10.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.0 )
Modified: qa/valgrind-suppress-3.10.1 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.1 )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/check-statics )
Modified: src/libpcp/src/pdu.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pdu.c )
Modified: src/libpcp_pmda/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/GNUmakefile )
Modified: src/perl/PMDA/PMDA.xs ( https://github.com/performancecopilot/pcp/blob/labels/src/perl/PMDA/PMDA.xs )
[pcp:labels] By Nathan Scott <***@redhat.com>:
1bb3543d7357 ( https://github.com/performancecopilot/pcp/commit/1bb3543d7357577154473c0265cafe7ac48b450f ) : libpcp: correct the prototype of pmMergeLabelSets callback Fix labelset filtering and add some QA to exercise the API. Found while discussing the layered python APIs with Ronak.
Added: qa/567 ( https://github.com/performancecopilot/pcp/blob/labels/qa/567 )
Added: qa/567.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/567.out )
Added: qa/src/mergelabelsets.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabelsets.c )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/.gitignore )
Modified: qa/src/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/GNUlocaldefs )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Modified: src/libpcp/src/p_label.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_label.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
94eb7f863dd2 ( https://github.com/performancecopilot/pcp/commit/94eb7f863dd297a8f5721ae7fd36d5b882156346 ) : Merge branch 'master' into labels
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
[pcp:labels] By Nathan Scott <***@redhat.com>:
093009ba74a7 ( https://github.com/performancecopilot/pcp/commit/093009ba74a7fa12061e69437aaf3d432c66d2f9 ) : Merge branch 'master' into labels
Modified: qa/662.out.4 ( https://github.com/performancecopilot/pcp/blob/labels/qa/662.out.4 )
Modified: src/pmns/stdpmid.pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/pmns/stdpmid.pcp )
[pcp:labels] By Ronak Jain <***@outlook.in>:
352d643bb4c5 ( https://github.com/performancecopilot/pcp/commit/352d643bb4c552a49a9b17bddde0a718d3057dad ) : Python: Add initial labels support for python
Modified: src/python/pcp/pmapi.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmapi.py )
Modified: src/python/pcp/pmda.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmda.py )
Modified: src/python/pmapi.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmapi.c )
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
25a5a8728454 ( https://github.com/performancecopilot/pcp/commit/25a5a8728454557c30f828885098232406a4f2fb ) : pmdaproc: correct the DSO variant interface version
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
4c77fa76029b ( https://github.com/performancecopilot/pcp/commit/4c77fa76029b7e2340c3b998a4e040b58b4bdf11 ) : Merge branch 'master' into labels
Modified: qa/1331 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331 )
Modified: qa/469 ( https://github.com/performancecopilot/pcp/blob/labels/qa/469 )
Modified: src/pmdas/root/root.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/root/root.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
53278c60120a ( https://github.com/performancecopilot/pcp/commit/53278c60120af22d2dca02b0a866f0bc56c3c646 ) : qa: update several tests output affected by labels changes
Modified: qa/344.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/344.out )
Modified: qa/449.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/449.out )
Modified: qa/617.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/617.out )
Modified: src/bashrc/pcp_completion.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/bashrc/pcp_completion.sh )
Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/zshrc/_pcp )
[pcp:labels] By Ronak Jain <***@outlook.in>:
71c8ef9b339e ( https://github.com/performancecopilot/pcp/commit/71c8ef9b339e789609d7f774125dcb98fe2e46be ) : Python: Fix invalid arguement issue with label methods
Modified: src/python/pcp/pmapi.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmapi.py )
Modified: src/python/pcp/pmda.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmda.py )
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
bbea7e1fc9f4 ( https://github.com/performancecopilot/pcp/commit/bbea7e1fc9f4457b03ce8f1a3be541996a375fd9 ) : Merge branch 'master' into labels
Added: qa/1141 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1141 )
Added: qa/1141.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1141.out )
Added: qa/buildbot/Dockerfile.fedora25.qa ( https://github.com/performancecopilot/pcp/blob/labels/qa/buildbot/Dockerfile.fedora25.qa )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: debian/changelog ( https://github.com/performancecopilot/pcp/blob/labels/debian/changelog )
Modified: debian/control.master ( https://github.com/performancecopilot/pcp/blob/labels/debian/control.master )
Modified: qa/023 ( https://github.com/performancecopilot/pcp/blob/labels/qa/023 )
Modified: qa/064.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/064.out )
Modified: qa/1078.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1078.out )
Modified: qa/1083 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1083 )
Modified: qa/1140.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1140.out )
Modified: qa/908 ( https://github.com/performancecopilot/pcp/blob/labels/qa/908 )
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.check )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/pcp/pidstat/pcp-pidstat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/pidstat/pcp-pidstat.py )
Modified: src/pmdas/pmcd/src/pmcd.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/src/pmcd.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
e0776ffa776e ( https://github.com/performancecopilot/pcp/commit/e0776ffa776e050405bb31ab6cc77fb3b1089655 ) : Merge branch 'master' into labels
Added: qa/1110 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1110 )
Added: qa/1110.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1110.out )
Added: qa/haproxy/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/haproxy/GNUmakefile )
Added: qa/haproxy/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/labels/qa/haproxy/GNUmakefile.install )
Added: qa/haproxy/haproxy_stats_server.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/haproxy/haproxy_stats_server.python )
Added: src/pmdas/haproxy/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/GNUmakefile )
Added: src/pmdas/haproxy/Install ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/Install )
Added: src/pmdas/haproxy/Remove ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/Remove )
Added: src/pmdas/haproxy/connect ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/connect )
Added: src/pmdas/haproxy/haproxy.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/haproxy.conf )
Added: src/pmdas/haproxy/pmdahaproxy.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/pmdahaproxy.1 )
Added: src/pmdas/haproxy/pmdahaproxy.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/pmdahaproxy.python )
Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/labels/CHANGELOG )
Modified: VERSION.pcp ( https://github.com/performancecopilot/pcp/blob/labels/VERSION.pcp )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: debian/changelog ( https://github.com/performancecopilot/pcp/blob/labels/debian/changelog )
Modified: qa/1141 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1141 )
Modified: qa/188 ( https://github.com/performancecopilot/pcp/blob/labels/qa/188 )
Modified: qa/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile )
Modified: qa/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile.install )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: src/pmdas/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/GNUmakefile )
[pcp:labels] By Ronak Jain <***@outlook.in>:
fbae941d9783 ( https://github.com/performancecopilot/pcp/commit/fbae941d9783d4cafe06374179a07e955cd973fe ) : QA: Modify 561 test to verify python wrapper for pmMergeLabel
Added: qa/src/mergelabels.py ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabels.py )
Modified: qa/561 ( https://github.com/performancecopilot/pcp/blob/labels/qa/561 )
Modified: qa/561.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/561.out )
[pcp:labels] By Ronak Jain <***@outlook.in>:
0af5e17528b6 ( https://github.com/performancecopilot/pcp/commit/0af5e17528b6d69b21376207c0641ffa2d6bcb01 ) : QA: Modify 567 testcase to verify python wrapper for pmMergeLabelSets Python: Fix Null callback issue of pmMergeLabelSets
Added: qa/src/mergelabelsets.py ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabelsets.py )
Modified: qa/567 ( https://github.com/performancecopilot/pcp/blob/labels/qa/567 )
Modified: qa/567.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/567.out )
Modified: src/python/pcp/pmapi.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmapi.py )
[pcp:labels] By Ronak Jain <***@outlook.in>:
ce18d40d2833 ( https://github.com/performancecopilot/pcp/commit/ce18d40d2833f365b69c6a294db9abf049802425 ) : Python: Fix label and label_callback functionality
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
[pcp:labels] By Ronak Jain <***@outlook.in>:
64ce2a9da7dc ( https://github.com/performancecopilot/pcp/commit/64ce2a9da7dc9865e56da582c83bc8b06d20de20 ) : pmdaprometheus: Add initial support for labels
Modified: src/pmdas/prometheus/metadata/sample.json ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/metadata/sample.json )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
[pcp:labels] By Nathan Scott <***@redhat.com>:
f62fe152f84e ( https://github.com/performancecopilot/pcp/commit/f62fe152f84e68f008e8fc1570ee4fc12e518122 ) : Merge branch 'master' into labels
Added: qa/1110 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1110 )
Added: qa/1110.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1110.out )
Added: qa/1122 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1122 )
Added: qa/1122.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1122.out )
Added: qa/1128 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1128 )
Added: qa/1128.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1128.out )
Added: qa/1141 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1141 )
Added: qa/1141.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1141.out )
Added: qa/1186 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1186 )
Added: qa/1186.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1186.out )
Added: qa/1331 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331 )
Added: qa/1331.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331.out )
Added: qa/buildbot/Dockerfile.fedora25.qa ( https://github.com/performancecopilot/pcp/blob/labels/qa/buildbot/Dockerfile.fedora25.qa )
Added: qa/haproxy/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/haproxy/GNUmakefile )
Added: qa/haproxy/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/labels/qa/haproxy/GNUmakefile.install )
Added: qa/haproxy/haproxy_stats_server.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/haproxy/haproxy_stats_server.python )
Added: qa/valgrind-suppress-3.10.1 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.1 )
Added: src/libpcp/src/libpcp.pc.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/libpcp.pc.in )
Added: src/libpcp_pmda/src/libpcp_pmda.pc.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/libpcp_pmda.pc.in )
Added: src/pmdas/haproxy/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/GNUmakefile )
Added: src/pmdas/haproxy/Install ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/Install )
Added: src/pmdas/haproxy/Remove ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/Remove )
Added: src/pmdas/haproxy/connect ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/connect )
Added: src/pmdas/haproxy/haproxy.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/haproxy.conf )
Added: src/pmdas/haproxy/pmdahaproxy.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/pmdahaproxy.1 )
Added: src/pmdas/haproxy/pmdahaproxy.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/haproxy/pmdahaproxy.python )
Modified: CHANGELOG ( https://github.com/performancecopilot/pcp/blob/labels/CHANGELOG )
Modified: GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/GNUmakefile )
Modified: VERSION.pcp ( https://github.com/performancecopilot/pcp/blob/labels/VERSION.pcp )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/labels/configure.ac )
Modified: debian/changelog ( https://github.com/performancecopilot/pcp/blob/labels/debian/changelog )
Modified: debian/control.master ( https://github.com/performancecopilot/pcp/blob/labels/debian/control.master )
Modified: debian/libpcp-pmda3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp-pmda3-dev.install )
Modified: debian/libpcp3-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp3-dev.install )
Modified: man/man1/pmwebd.1 ( https://github.com/performancecopilot/pcp/blob/labels/man/man1/pmwebd.1 )
Modified: qa/023 ( https://github.com/performancecopilot/pcp/blob/labels/qa/023 )
Modified: qa/064.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/064.out )
Modified: qa/1078.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1078.out )
Modified: qa/1083 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1083 )
Modified: qa/1089 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1089 )
Modified: qa/110 ( https://github.com/performancecopilot/pcp/blob/labels/qa/110 )
Modified: qa/1100 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1100 )
Modified: qa/1140.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1140.out )
Modified: qa/1388 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1388 )
Modified: qa/188 ( https://github.com/performancecopilot/pcp/blob/labels/qa/188 )
Modified: qa/198 ( https://github.com/performancecopilot/pcp/blob/labels/qa/198 )
Modified: qa/347 ( https://github.com/performancecopilot/pcp/blob/labels/qa/347 )
Modified: qa/356 ( https://github.com/performancecopilot/pcp/blob/labels/qa/356 )
Modified: qa/356.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/356.out )
Modified: qa/469 ( https://github.com/performancecopilot/pcp/blob/labels/qa/469 )
Modified: qa/662.out.4 ( https://github.com/performancecopilot/pcp/blob/labels/qa/662.out.4 )
Modified: qa/727.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/727.out )
Modified: qa/828 ( https://github.com/performancecopilot/pcp/blob/labels/qa/828 )
Modified: qa/840.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/840.out )
Modified: qa/908 ( https://github.com/performancecopilot/pcp/blob/labels/qa/908 )
Modified: qa/917 ( https://github.com/performancecopilot/pcp/blob/labels/qa/917 )
Modified: qa/917.out.in ( https://github.com/performancecopilot/pcp/blob/labels/qa/917.out.in )
Modified: qa/940 ( https://github.com/performancecopilot/pcp/blob/labels/qa/940 )
Modified: qa/950.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/950.out )
Modified: qa/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile )
Modified: qa/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile.install )
Modified: qa/admin/show-me-all ( https://github.com/performancecopilot/pcp/blob/labels/qa/admin/show-me-all )
Modified: qa/admin/whatami ( https://github.com/performancecopilot/pcp/blob/labels/qa/admin/whatami )
Modified: qa/check ( https://github.com/performancecopilot/pcp/blob/labels/qa/check )
Modified: qa/common ( https://github.com/performancecopilot/pcp/blob/labels/qa/common )
Modified: qa/common.avahi ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.avahi )
Modified: qa/common.check ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.check )
Modified: qa/common.compress ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.compress )
Modified: qa/common.config ( https://github.com/performancecopilot/pcp/blob/labels/qa/common.config )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/helgrind-suppress ( https://github.com/performancecopilot/pcp/blob/labels/qa/helgrind-suppress )
Modified: qa/new ( https://github.com/performancecopilot/pcp/blob/labels/qa/new )
Modified: qa/src/github-50.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/github-50.c )
Modified: qa/valgrind-suppress-3.10.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/valgrind-suppress-3.10.0 )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/builddefs.in )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/libpcp/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/.gitignore )
Modified: src/libpcp/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUmakefile )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/check-statics )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/desc.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/desc.c )
Modified: src/libpcp/src/events.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/events.c )
Modified: src/libpcp/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetch.c )
Modified: src/libpcp/src/fetchgroup.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/fetchgroup.c )
Modified: src/libpcp/src/help.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/help.c )
Modified: src/libpcp/src/instance.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/instance.c )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/lock.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/lock.c )
Modified: src/libpcp/src/logmeta.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logmeta.c )
Modified: src/libpcp/src/logutil.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logutil.c )
Modified: src/libpcp/src/p_result.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_result.c )
Modified: src/libpcp/src/pdu.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pdu.c )
Modified: src/libpcp/src/pmns.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pmns.c )
Modified: src/libpcp/src/profile.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/profile.c )
Modified: src/libpcp/src/store.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/store.c )
Modified: src/libpcp/src/util.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/util.c )
Modified: src/libpcp_pmda/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/.gitignore )
Modified: src/libpcp_pmda/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/GNUmakefile )
Modified: src/libpcp_pmda/src/callback.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/callback.c )
Modified: src/libpcp_pmda/src/mainloop.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/mainloop.c )
Modified: src/libpcp_pmda/src/open.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_pmda/src/open.c )
Modified: src/pcp/atop/various.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/atop/various.c )
Modified: src/pcp/free/pcp-free.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/free/pcp-free.py )
Modified: src/pcp/numastat/pcp-numastat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/numastat/pcp-numastat.py )
Modified: src/pcp/pidstat/pcp-pidstat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/pidstat/pcp-pidstat.py )
Modified: src/perl/PMDA/PMDA.xs ( https://github.com/performancecopilot/pcp/blob/labels/src/perl/PMDA/PMDA.xs )
Modified: src/pmdas/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/GNUmakefile )
Modified: src/pmdas/dm/help ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/dm/help )
Modified: src/pmdas/libvirt/connect ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/connect )
Modified: src/pmdas/libvirt/pmdalibvirt.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/pmdalibvirt.python )
Modified: src/pmdas/linux_proc/pmdaproc.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmdaproc.1 )
Modified: src/pmdas/news/pmdanews.pl ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/news/pmdanews.pl )
Modified: src/pmdas/nfsclient/pmdanfsclient.pl ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/nfsclient/pmdanfsclient.pl )
Modified: src/pmdas/pmcd/src/pmcd.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/pmcd/src/pmcd.c )
Modified: src/pmdas/prometheus/pmdaprometheus.1 ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.1 )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
Modified: src/pmdas/root/root.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/root/root.c )
Modified: src/pmdas/summary/Install ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/summary/Install )
Modified: src/pmdbg/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdbg/GNUmakefile )
Modified: src/pmdbg/pmdbg.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdbg/pmdbg.c )
Modified: src/pmdumplog/pmdumplog.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdumplog/pmdumplog.c )
Modified: src/pmie/src/dstruct.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/dstruct.c )
Modified: src/pmie/src/dstruct.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/dstruct.h )
Modified: src/pmie/src/eval.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/eval.c )
Modified: src/pmie/src/fetch.sk ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/fetch.sk )
Modified: src/pmie/src/pragmatics.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/pragmatics.c )
Modified: src/pmie/src/pragmatics.h ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/pragmatics.h )
Modified: src/pmie/src/show.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmie/src/show.c )
Modified: src/pmlogcheck/pass3.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pass3.c )
Modified: src/pmlogconf/disk/perpartition ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/disk/perpartition )
Modified: src/pmlogconf/memory/proc-linux ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/memory/proc-linux )
Modified: src/pmlogconf/networking/softnet ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/networking/softnet )
Modified: src/pmlogconf/tools/dmcache ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/tools/dmcache )
Modified: src/pmlogconf/zeroconf/atop-proc ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/atop-proc )
Modified: src/pmlogconf/zeroconf/nfsclient ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/nfsclient )
Modified: src/pmlogconf/zeroconf/numastat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/numastat )
Modified: src/pmlogconf/zeroconf/pidstat-summary ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/pidstat-summary )
Modified: src/pmlogconf/zeroconf/tapestat ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/tapestat )
Modified: src/pmlogconf/zeroconf/xfs-perdev ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogconf/zeroconf/xfs-perdev )
Modified: src/pmlogrewrite/pmlogrewrite.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogrewrite/pmlogrewrite.c )
Modified: src/pmns/stdpmid.pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/pmns/stdpmid.pcp )
Modified: src/pmrep/pmrep.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.py )
Modified: src/selinux/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/GNUlocaldefs )
Modified: src/selinux/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/GNUmakefile )
Modified: src/selinux/pcpupstream.te.in ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/pcpupstream.te.in )
[pcp:labels] By Nathan Scott <***@redhat.com>:
dd5b5704ddc1 ( https://github.com/performancecopilot/pcp/commit/dd5b5704ddc184ceec1622581cdfab2a56586fbf ) : build: change labels code after recent locking updates
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
f73b50db0e95 ( https://github.com/performancecopilot/pcp/commit/f73b50db0e9596a9bddbbe286080d396c3acfecb ) : Merge branch 'labels' of https://github.com/jronak/pcp into ronak-merge
Added: qa/567 ( https://github.com/performancecopilot/pcp/blob/labels/qa/567 )
Added: qa/567.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/567.out )
Added: qa/src/mergelabels.py ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabels.py )
Added: qa/src/mergelabelsets.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabelsets.c )
Added: qa/src/mergelabelsets.py ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/mergelabelsets.py )
Modified: qa/561 ( https://github.com/performancecopilot/pcp/blob/labels/qa/561 )
Modified: qa/561.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/561.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/.gitignore )
Modified: qa/src/GNUlocaldefs ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/GNUlocaldefs )
Modified: src/include/pcp/pmapi.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/pmapi.h )
Modified: src/libpcp/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/GNUmakefile )
Modified: src/libpcp/src/labels.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/labels.c )
Modified: src/libpcp/src/p_label.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/p_label.c )
Modified: src/pmdas/prometheus/metadata/sample.json ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/metadata/sample.json )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
Modified: src/python/pcp/pmapi.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmapi.py )
Modified: src/python/pcp/pmda.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmda.py )
Modified: src/python/pmapi.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmapi.c )
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
330c70f53f8d ( https://github.com/performancecopilot/pcp/commit/330c70f53f8d9a81b6a46619192f466dfe9aea5a ) : python: small tweaks to initial label code, mostly costmetic
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
Modified: src/python/pcp/pmapi.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmapi.py )
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
4ccd9c18d893 ( https://github.com/performancecopilot/pcp/commit/4ccd9c18d8930fccbc8080806ac85d28159ef41b ) : Merge branch 'labels' of ssh://git.pcp.io/oss/git/pcp into labels
Modified: qa/344.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/344.out )
Modified: qa/449.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/449.out )
Modified: qa/617.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/617.out )
Modified: src/bashrc/pcp_completion.sh ( https://github.com/performancecopilot/pcp/blob/labels/src/bashrc/pcp_completion.sh )
Modified: src/pmdas/linux_proc/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/linux_proc/pmda.c )
Modified: src/zshrc/_pcp ( https://github.com/performancecopilot/pcp/blob/labels/src/zshrc/_pcp )
[pcp:labels] By Nathan Scott <***@redhat.com>:
8253a7960126 ( https://github.com/performancecopilot/pcp/commit/8253a7960126c2b4cf04db347ca6b66bc8454021 ) : Merge branch 'master' into labels
Added: qa/archives/pcp-mpstat2.0 ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/pcp-mpstat2.0 )
Added: qa/archives/pcp-mpstat2.index ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/pcp-mpstat2.index )
Added: qa/archives/pcp-mpstat2.meta ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/pcp-mpstat2.meta )
Added: qa/prometheus/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/prometheus/GNUmakefile )
Added: qa/prometheus/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/labels/qa/prometheus/GNUmakefile.install )
Added: qa/prometheus/prometheus_client_server.python ( https://github.com/performancecopilot/pcp/blob/labels/qa/prometheus/prometheus_client_server.python )
Added: src/libpcp_import/src/libpcp_import.pc.in ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_import/src/libpcp_import.pc.in )
Added: src/pcp/mpstat/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/mpstat/.gitignore )
Modified: build/rpm/fedora.spec ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/fedora.spec )
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pcp/blob/labels/build/rpm/pcp.spec.in )
Modified: debian/libpcp-import1-dev.install ( https://github.com/performancecopilot/pcp/blob/labels/debian/libpcp-import1-dev.install )
Modified: qa/1192 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1192 )
Modified: qa/1192.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1192.out )
Modified: qa/1331 ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331 )
Modified: qa/1331.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/1331.out )
Modified: qa/451 ( https://github.com/performancecopilot/pcp/blob/labels/qa/451 )
Modified: qa/883 ( https://github.com/performancecopilot/pcp/blob/labels/qa/883 )
Modified: qa/883.out ( https://github.com/performancecopilot/pcp/blob/labels/qa/883.out )
Modified: qa/917.out.in ( https://github.com/performancecopilot/pcp/blob/labels/qa/917.out.in )
Modified: qa/998 ( https://github.com/performancecopilot/pcp/blob/labels/qa/998 )
Modified: qa/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile )
Modified: qa/GNUmakefile.install ( https://github.com/performancecopilot/pcp/blob/labels/qa/GNUmakefile.install )
Modified: qa/archives/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/qa/archives/GNUmakefile )
Modified: qa/check ( https://github.com/performancecopilot/pcp/blob/labels/qa/check )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/labels/qa/group )
Modified: qa/src/multithread4.c ( https://github.com/performancecopilot/pcp/blob/labels/qa/src/multithread4.c )
Modified: src/include/pcp/impl.h ( https://github.com/performancecopilot/pcp/blob/labels/src/include/pcp/impl.h )
Modified: src/libpcp/doc/libpcp-locking.odt ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/libpcp-locking.odt )
Modified: src/libpcp/doc/mk.cgraph ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/doc/mk.cgraph )
Modified: src/libpcp/src/check-statics ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/check-statics )
Modified: src/libpcp/src/context.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/context.c )
Modified: src/libpcp/src/internal.h ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/internal.h )
Modified: src/libpcp/src/lock.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/lock.c )
Modified: src/libpcp/src/logutil.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/logutil.c )
Modified: src/libpcp/src/pmns.c ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp/src/pmns.c )
Modified: src/libpcp_import/src/.gitignore ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_import/src/.gitignore )
Modified: src/libpcp_import/src/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/libpcp_import/src/GNUmakefile )
Modified: src/pcp/mpstat/pcp-mpstat.py ( https://github.com/performancecopilot/pcp/blob/labels/src/pcp/mpstat/pcp-mpstat.py )
Modified: src/pmdas/libvirt/pmdalibvirt.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/libvirt/pmdalibvirt.python )
Modified: src/pmdas/prometheus/pmdaprometheus.python ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/prometheus/pmdaprometheus.python )
Modified: src/pmdumplog/pmdumplog.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdumplog/pmdumplog.c )
Modified: src/pmlogcheck/pass3.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogcheck/pass3.c )
Modified: src/pmlogextract/pmlogextract.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogextract/pmlogextract.c )
Modified: src/pmlogger/src/fetch.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogger/src/fetch.c )
Modified: src/pmlogrewrite/pmlogrewrite.c ( https://github.com/performancecopilot/pcp/blob/labels/src/pmlogrewrite/pmlogrewrite.c )
Modified: src/pmrep/pmrep.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.conf )
Modified: src/python/pcp/pmda.py ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pcp/pmda.py )
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
Modified: src/selinux/pcpupstream.te.in ( https://github.com/performancecopilot/pcp/blob/labels/src/selinux/pcpupstream.te.in )
[pcp:labels] By Marko Myllynen <***@redhat.com>:
7db92b50fa7f ( https://github.com/performancecopilot/pcp/commit/7db92b50fa7f2924282130a6d39392ed1ad63041 ) : Merge branch 'master' into labels
Modified: src/pmdas/ds389/pmdads389.pl ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/ds389/pmdads389.pl )
Modified: src/pmdas/vmware/pmdavmware.pl ( https://github.com/performancecopilot/pcp/blob/labels/src/pmdas/vmware/pmdavmware.pl )
Modified: src/pmrep/pmrep.conf ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/pmrep.conf )
Modified: src/python/pmda.c ( https://github.com/performancecopilot/pcp/blob/labels/src/python/pmda.c )
[pcp:labels] By Nathan Scott <***@redhat.com>:
980b8dc5de89 ( https://github.com/performancecopilot/pcp/commit/980b8dc5de896df3a91d7dd66944cde8d0527f43 ) : Merge branch 'master' into labels
Modified: configure ( https://github.com/performancecopilot/pcp/blob/labels/configure )
Modified: configure.ac ( https://github.com/performancecopilot/pcp/blob/labels/configure.ac )
Modified: src/include/builddefs.in ( https://github.com/performancecopilot/pcp/blob/labels/src/include/builddefs.in )
Modified: src/pmrep/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/labels/src/pmrep/GNUmakefile )