Github push to performancecopilot:pcp #github
Pcp Integration <[email protected]>
| Newsgroups | gmane.comp.sysutils.pcp |
|---|---|
| Message-ID | <[email protected]> |
22 New Commits: [pcp:master] By Ken McDonell <[email protected]>: 79c740106759 ( https://github.com/performancecopilot/pcp/commit/79c7401067590ca3101739e0521edf26a98858bd ) : Merge branch 'dev' of git://git.pcp.io/brolley/pcp Modified: qa/1008 ( https://github.com/performancecopilot/pcp/blob/master/qa/1008 ) Modified: qa/1029 ( https://github.com/performancecopilot/pcp/blob/master/qa/1029 ) Modified: qa/798.out ( https://github.com/performancecopilot/pcp/blob/master/qa/798.out ) Modified: qa/common.filter ( https://github.com/performancecopilot/pcp/blob/master/qa/common.filter ) [pcp:master] By Ken McDonell <[email protected]>: 456ad812b46c ( https://github.com/performancecopilot/pcp/commit/456ad812b46c3b7c4230deb6dd5621637301d39f ) : qa/322: avoid PCP 2.7.8 host The protocols work fine with a PCP 2.7.8 host, but there is one less metric in the PMNS below pmcd.pdu_in which produces slightly different output and a false failure of the test. Modified: qa/322 ( https://github.com/performancecopilot/pcp/blob/master/qa/322 ) [pcp:master] By Ken McDonell <[email protected]>: 7ea8b4a06d4a ( https://github.com/performancecopilot/pcp/commit/7ea8b4a06d4a5e42621127fd7cb88f9a8e28f44f ) : qa/054: tweak filter If $realhost is a prefix of $host then the filter would have produced HOST.something instead of HOST ... simple change anchors sed pattern to end of line and fixes this. Modified: qa/054 ( https://github.com/performancecopilot/pcp/blob/master/qa/054 ) [pcp:master] By Ken McDonell <[email protected]>: d5767247dab9 ( https://github.com/performancecopilot/pcp/commit/d5767247dab9861372f03304426d47a95c6c3541 ) : qa/083: interoperability issue, need PCP >= 3.0 remote QA host From the comment added to the test ... Need at least PCP 3.0 here, because there is an interoperability issue with older pmlc versions (e.g. 2.7.8) talking to a newer pmlogger ... the pmlc-pmlogger channel is fine, but when pmlc tries to contact the pmlogger's pmcd, if the pmlogger is using a local (Unix domain) socket, :local, then the wheels fall off. Modified: qa/083 ( https://github.com/performancecopilot/pcp/blob/master/qa/083 ) [pcp:master] By Ken McDonell <[email protected]>: 635a51c2dcd8 ( https://github.com/performancecopilot/pcp/commit/635a51c2dcd89852ee9dde99f551107e93e65fd6 ) : qa/322: need PCP V3.0 or later ... fixups Modified: qa/322 ( https://github.com/performancecopilot/pcp/blob/master/qa/322 ) Modified: qa/322.out ( https://github.com/performancecopilot/pcp/blob/master/qa/322.out ) [pcp:master] By Ken McDonell <[email protected]>: ff40d5285e80 ( https://github.com/performancecopilot/pcp/commit/ff40d5285e801cd42bf9f8544b76bbeecf71f7fc ) : qa/778: primary pmlogger not restarted now it knows how to reconnect to pmcd Modified: qa/778.out ( https://github.com/performancecopilot/pcp/blob/master/qa/778.out ) [pcp:master] By Ken McDonell <[email protected]>: 9a3a0ffa8f77 ( https://github.com/performancecopilot/pcp/commit/9a3a0ffa8f777115f63f8f8945c75dcd2ce69887 ) : qa/835: primary pmlogger not restarted now it knows how to reconnect to pmcd Modified: qa/835.out ( https://github.com/performancecopilot/pcp/blob/master/qa/835.out ) [pcp:master] By Mark Goodwin <[email protected]>: 0b53f5b4ae84 ( https://github.com/performancecopilot/pcp/commit/0b53f5b4ae8494ecbf1a1d4362a87ee5a111bb49 ) : pmdaxfs: use persistent dm and md device names for xfs.perdev dm-xx device names are not persistent. So use the mapped name for these devices as the instance names in xfs.perdev.*. Also now uses the full path to the device, since that could be ambiguous otherwise. This is now also consistent with the device instance naming used for filesys.* metrics. Modified: src/pmdas/linux_xfs/filesys.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux_xfs/filesys.c ) Modified: src/pmdas/linux_xfs/sysfs_xfs.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux_xfs/sysfs_xfs.c ) [pcp:master] By Mark Goodwin <[email protected]>: b4b846a6e9d8 ( https://github.com/performancecopilot/pcp/commit/b4b846a6e9d88de7c2290295c863add688ec9130 ) : qa: persistent dm and md device naming for xfs.perdev metrics Also committed new tarballs linux/xfs-root-00[12].tgz for use by qa/987 and qa/988 since the xfs PMDA now needs to read the dm name mappings from below /sys. No changes to the tests, but the qualified output has been remade agaist the new tarballs. modified: qa/987.out modified: qa/988.out modified: qa/linux/xfs-root-001.tgz modified: qa/linux/xfs-root-002.tgz Modified: qa/987.out ( https://github.com/performancecopilot/pcp/blob/master/qa/987.out ) Modified: qa/988.out ( https://github.com/performancecopilot/pcp/blob/master/qa/988.out ) Modified: qa/linux/xfs-root-001.tgz ( https://github.com/performancecopilot/pcp/blob/master/qa/linux/xfs-root-001.tgz ) Modified: qa/linux/xfs-root-002.tgz ( https://github.com/performancecopilot/pcp/blob/master/qa/linux/xfs-root-002.tgz ) [pcp:master] By Ken McDonell <[email protected]>: 3bde39a800d2 ( https://github.com/performancecopilot/pcp/commit/3bde39a800d2911779f3b0ca79fe684f7aa31db3 ) : qa/022: better diagnostics for test failure scenarios This one has become unreliable ... trying to track down non-deterministic failures that seem related to Cannot connect to PMCD on host "unix:" for some reason. Modified: qa/022 ( https://github.com/performancecopilot/pcp/blob/master/qa/022 ) [pcp:master] By Ken McDonell <[email protected]>: d36ea49845a9 ( https://github.com/performancecopilot/pcp/commit/d36ea49845a9c726a705f61d5536b329b20dd650 ) : qa/798: add small delay after dbpmda finishes Need PMDA that was being run to have time to flush its log and exit. Modified: qa/798 ( https://github.com/performancecopilot/pcp/blob/master/qa/798 ) [pcp:master] By Ken McDonell <[email protected]>: 80d3e583cd36 ( https://github.com/performancecopilot/pcp/commit/80d3e583cd36f2a7bf6c1b54af5cd9c20bd1bdcb ) : qa/check: don't rely on . in $PATH to run check.callback Modified: qa/check ( https://github.com/performancecopilot/pcp/blob/master/qa/check ) [pcp:master] By Ken McDonell <[email protected]>: 7ba2e8c5fe37 ( https://github.com/performancecopilot/pcp/commit/7ba2e8c5fe374f8a5860f7c27eadbc13239d257d ) : Merge branch 'master' of git://git.pcp.io/pcp Added: build/rpm/uom-se.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/uom-se.spec ) Added: src/python/README.rst ( https://github.com/performancecopilot/pcp/blob/master/src/python/README.rst ) Removed: build/rpm/unit-ri.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/unit-ri.spec ) Removed: man/html/lab.mmapvalues.html ( https://github.com/performancecopilot/pcp/blob/master/man/html/lab.mmapvalues.html ) Removed: man/html/lab.pmdas.html ( https://github.com/performancecopilot/pcp/blob/master/man/html/lab.pmdas.html ) Removed: man/html/lab.pmlogconf.html ( https://github.com/performancecopilot/pcp/blob/master/man/html/lab.pmlogconf.html ) Modified: build/rpm/parfait.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/parfait.spec ) Modified: man/html/index.html ( https://github.com/performancecopilot/pcp/blob/master/man/html/index.html ) Modified: man/html/lab.trace.html ( https://github.com/performancecopilot/pcp/blob/master/man/html/lab.trace.html ) Modified: src/pmcd/src/dopdus.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmcd/src/dopdus.c ) Modified: src/python/.gitignore ( https://github.com/performancecopilot/pcp/blob/master/src/python/.gitignore ) Modified: src/python/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/python/GNUmakefile ) Modified: src/python/setup.py ( https://github.com/performancecopilot/pcp/blob/master/src/python/setup.py ) [pcp:master] By Ken McDonell <[email protected]>: 310274125a10 ( https://github.com/performancecopilot/pcp/commit/310274125a109a024b13568a8e731d39101913e9 ) : Merge branch 'master' of git://git.pcp.io/pcp Removed: src/python/README.rst ( https://github.com/performancecopilot/pcp/blob/master/src/python/README.rst ) Modified: src/python/.gitignore ( https://github.com/performancecopilot/pcp/blob/master/src/python/.gitignore ) Modified: src/python/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/python/GNUmakefile ) Modified: src/python/setup.py ( https://github.com/performancecopilot/pcp/blob/master/src/python/setup.py ) [pcp:master] By Ken McDonell <[email protected]>: 6651b1df11ae ( https://github.com/performancecopilot/pcp/commit/6651b1df11ae64eee5edcee9be53e971655553ee ) : debian/pcp-doc.install: fix Debian build After commit a0e4d0e removed some obsolete documentation files, need to remove the corresponding lab.*.html lines from the Debian packaging manifest. Modified: debian/pcp-doc.install ( https://github.com/performancecopilot/pcp/blob/master/debian/pcp-doc.install ) [pcp:master] By Ken McDonell <[email protected]>: ee4d54b66684 ( https://github.com/performancecopilot/pcp/commit/ee4d54b6668491b2626323bd7e3f036f3eb02c25 ) : Merge branch 'master' of git://git.pcp.io/pcp Modified: GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/GNUmakefile ) Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/help ) Modified: src/pmdas/root/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/root/GNUmakefile ) [pcp:master] By Ken McDonell <[email protected]>: fc70b1bb134d ( https://github.com/performancecopilot/pcp/commit/fc70b1bb134d18038e91bfdcefa1bf3b715626c3 ) : qa/022: fix botch in last diagnostics change Modified: qa/022 ( https://github.com/performancecopilot/pcp/blob/master/qa/022 ) [pcp:master] By Ken McDonell <[email protected]>: 75495d954d83 ( https://github.com/performancecopilot/pcp/commit/75495d954d834f25d23e880997cfc9782940cb22 ) : src/pmdas/linux/ipc.c: rework shmctl() argument passing Workaround for a (bogus) buffer overrun on one platform (vm28 x86_64 RHEL Server 6.8). Modified: src/pmdas/linux/ipc.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/ipc.c ) [pcp:master] By Mark Goodwin <[email protected]>: 8e7b5f952792 ( https://github.com/performancecopilot/pcp/commit/8e7b5f95279205f69fb387a6eab8ef2105388adb ) : qa/987 and qa/988: avoid tar mknod errors and remake for new xfs tarballs modified: qa/987 modified: qa/987.out modified: qa/988 modified: qa/988.out Modified: qa/987 ( https://github.com/performancecopilot/pcp/blob/master/qa/987 ) Modified: qa/987.out ( https://github.com/performancecopilot/pcp/blob/master/qa/987.out ) Modified: qa/988 ( https://github.com/performancecopilot/pcp/blob/master/qa/988 ) Modified: qa/988.out ( https://github.com/performancecopilot/pcp/blob/master/qa/988.out ) [pcp:master] By Mark Goodwin <[email protected]>: 041bea3ca228 ( https://github.com/performancecopilot/pcp/commit/041bea3ca2289b2cf28b3a70970f8dc2ad1d5b1e ) : Merge branch 'master' of git://git.pcp.io/pcp Added: build/rpm/uom-se.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/uom-se.spec ) Removed: build/rpm/unit-ri.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/unit-ri.spec ) Removed: man/html/lab.mmapvalues.html ( https://github.com/performancecopilot/pcp/blob/master/man/html/lab.mmapvalues.html ) Removed: man/html/lab.pmdas.html ( https://github.com/performancecopilot/pcp/blob/master/man/html/lab.pmdas.html ) Removed: man/html/lab.pmlogconf.html ( https://github.com/performancecopilot/pcp/blob/master/man/html/lab.pmlogconf.html ) Modified: GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/GNUmakefile ) Modified: build/rpm/parfait.spec ( https://github.com/performancecopilot/pcp/blob/master/build/rpm/parfait.spec ) Modified: man/html/index.html ( https://github.com/performancecopilot/pcp/blob/master/man/html/index.html ) Modified: man/html/lab.trace.html ( https://github.com/performancecopilot/pcp/blob/master/man/html/lab.trace.html ) Modified: qa/1008 ( https://github.com/performancecopilot/pcp/blob/master/qa/1008 ) Modified: qa/1029 ( https://github.com/performancecopilot/pcp/blob/master/qa/1029 ) Modified: qa/798.out ( https://github.com/performancecopilot/pcp/blob/master/qa/798.out ) Modified: qa/common.filter ( https://github.com/performancecopilot/pcp/blob/master/qa/common.filter ) Modified: src/pmcd/src/dopdus.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmcd/src/dopdus.c ) Modified: src/pmdas/linux/help ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux/help ) Modified: src/pmdas/root/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/root/GNUmakefile ) [pcp:master] By Nathan Scott <[email protected]>: 8d6d0cf94eb5 ( https://github.com/performancecopilot/pcp/commit/8d6d0cf94eb59c2be1454b2e8b6d82b0f0318465 ) : Merge branch 'master' of git://git.pcp.io/mgoodwin/pcp into mgoodwin-merge Modified: qa/987 ( https://github.com/performancecopilot/pcp/blob/master/qa/987 ) Modified: qa/987.out ( https://github.com/performancecopilot/pcp/blob/master/qa/987.out ) Modified: qa/988 ( https://github.com/performancecopilot/pcp/blob/master/qa/988 ) Modified: qa/988.out ( https://github.com/performancecopilot/pcp/blob/master/qa/988.out ) Modified: qa/linux/xfs-root-001.tgz ( https://github.com/performancecopilot/pcp/blob/master/qa/linux/xfs-root-001.tgz ) Modified: qa/linux/xfs-root-002.tgz ( https://github.com/performancecopilot/pcp/blob/master/qa/linux/xfs-root-002.tgz ) Modified: src/pmdas/linux_xfs/filesys.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux_xfs/filesys.c ) Modified: src/pmdas/linux_xfs/sysfs_xfs.c ( https://github.com/performancecopilot/pcp/blob/master/src/pmdas/linux_xfs/sysfs_xfs.c ) [pcp:master] By Nathan Scott <[email protected]>: 88677651fff6 ( https://github.com/performancecopilot/pcp/commit/88677651fff6ee4d495cb44735931663a2b6a7f7 ) : build: conditionally use setuptools python module Check for setuptools, only use it if its installed and fallback to the tried-and-true way of building the pcp python modules. Added: src/python/README.rst ( https://github.com/performancecopilot/pcp/blob/master/src/python/README.rst ) Added: src/python/distutils-setup.py ( https://github.com/performancecopilot/pcp/blob/master/src/python/distutils-setup.py ) 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/python/.gitignore ( https://github.com/performancecopilot/pcp/blob/master/src/python/.gitignore ) Modified: src/python/GNUmakefile ( https://github.com/performancecopilot/pcp/blob/master/src/python/GNUmakefile ) Modified: src/python/setup.py ( https://github.com/performancecopilot/pcp/blob/master/src/python/setup.py )