Changes committed to git://git.pcp.io/pcp.git master
Ken McDonell (8):
pmpython: (new) replacement for "pcp python"
qa/863: (new) exercise pmpython
python scripts and qa: use pmpython
qa/admin/pcp-daily: small change to post QA output filtering
qa/948: filter PMIDs that are only correct for Linux
qa/842: avoid seq(1) and echo -n
qa/929: filter out privateTMP -> TMP
qa/781: filter privateLOGDIR -> LOGDIR
Marko Myllynen (1):
pmdaoracle: tweak the Install script
man/man1/pcp-python.1 | 7 +
man/man1/pmpython.1 | 104 ++++++++++++++++++++++++
qa/1081 | 4
qa/781 | 1
qa/842 | 8 +
qa/847 | 4
qa/863 | 37 ++++++++
qa/863.out | 5 +
qa/929 | 1
qa/948 | 2
qa/948.out | 16 +--
qa/admin/pcp-daily | 5 -
qa/group | 1
qa/pmdas/memory_python/pmdamemory_python.python | 2
qa/pmdas/slow_python/pmdaslow_python.python | 2
qa/src/check_import.python | 2
qa/src/fsstats.python | 2
qa/src/pmapi_exceptions.python | 2
qa/src/procpid.python | 2
qa/src/test_mmv.python | 2
qa/src/test_pcp.python | 2
qa/src/test_pcp_getopts.python | 2
qa/src/test_pcp_options.python | 2
qa/src/test_pcp_time.python | 2
qa/src/test_pmcc.python | 2
qa/src/test_pmfg.python | 2
qa/src/test_pmi.python | 2
qa/src/test_pmnswalk.python | 2
qa/src/test_set_source.python | 2
qa/src/test_webapi.python | 2
qa/src/test_webcontainers.python | 2
qa/src/test_webprocesses.python | 2
src/GNUmakefile | 1
src/pcp/collectl/pcp-collectl.py | 2
src/pcp/dmcache/pcp-dmcache.py | 2
src/pcp/free/pcp-free.py | 2
src/pcp/iostat/pcp-iostat.py | 2
src/pcp/numastat/pcp-numastat.py | 2
src/pcp/uptime/pcp-uptime.py | 2
src/pcp/verify/pcp-verify.py | 2
src/pcp2graphite/pcp2graphite.py | 2
src/pmclient/pmclient_fg.python | 2
src/pmdas/gluster/pmdagluster.python | 2
src/pmdas/json/pmdajson.python | 2
src/pmdas/oracle/Install | 6 -
src/pmdas/simple/pmdasimple.python | 2
src/pmdas/unbound/GNUmakefile | 1
src/pmdas/unbound/pmdaunbound.python | 2
src/pmdas/zswap/pmdazswap.python | 2
src/pmgadgets/pmgsys.py | 2
src/pmpython/.gitignore | 1
src/pmpython/GNUmakefile | 36 ++++++++
src/pmpython/pmpython.c | 57 +++++++++++++
src/pmrep/pmrep.py | 2
54 files changed, 312 insertions(+), 55 deletions(-)
commit fe2961eb832b96d2de7e9727ee23768db2f67ac4
Author: Marko Myllynen <myllynen@xxxxxxxxxx>
Date: Tue Mar 8 10:24:50 2016 +1100
pmdaoracle: tweak the Install script
Oracle PMDA installation tweaks:
- don't duplicate os_user between Install/connect.pl
- reduce possible network access during user check
- spell out --config for obviousness
commit 2874635592d31f8e4e15544985f000abe3844e68
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Mar 7 07:33:12 2016 +1100
qa/781: filter privateLOGDIR -> LOGDIR
On Mac OS X /tmp is a symlink to /private/tmp which can lead to
some pathnames having a /private prefix we don't otherwise expect.
commit 9a5bf4c3a35992db4b777aac6a0f86bb0850c122
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Mar 7 07:27:54 2016 +1100
qa/929: filter out privateTMP -> TMP
On Mac OS X /tmp is a symlink to /private/tmp which can lead to
some pathnames having a /private prefix we don't otherwise expect.
commit 987a7f819612c5e773b4ff5d34290a31cf0fa210
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Mar 7 07:22:45 2016 +1100
qa/842: avoid seq(1) and echo -n
Both are non-portable and not necessary.
commit e4edd7b065c4a4b3201e792958915dc3a8d8165c
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Mar 7 07:18:36 2016 +1100
qa/948: filter PMIDs that are only correct for Linux
commit a4fe3a2ca396ed7c3ba06fbef4323e2046cb4282
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Mar 7 07:16:22 2016 +1100
qa/admin/pcp-daily: small change to post QA output filtering
commit 35e73f97c66e5916d3d5fc3297c6a65ac910ef7c
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Sun Mar 6 20:52:14 2016 +1100
python scripts and qa: use pmpython
commit 569977b5bcd6bf91115bdd4130af4704210aad8e
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Sun Mar 6 20:51:29 2016 +1100
qa/863: (new) exercise pmpython
commit 31132093e543fe7d47321c27d3869047eddcaa1f
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Sun Mar 6 20:50:12 2016 +1100
pmpython: (new) replacement for "pcp python"
|