pcp
[Top] [All Lists]

pcp updates: pmpython and mac os x qa

To: pcp@xxxxxxxxxxx
Subject: pcp updates: pmpython and mac os x qa
From: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon, 7 Mar 2016 12:45:41 +1100
Delivered-to: pcp@xxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1
Changes committed to git://git.pcp.io/kenj/pcp 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

 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/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 
 53 files changed, 309 insertions(+), 52 deletions(-)

Details ...

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"

<Prev in Thread] Current Thread [Next in Thread>
  • pcp updates: pmpython and mac os x qa, Ken McDonell <=