pcp
[Top] [All Lists]

pcp updates: python modules, pylint

To: PCP <pcp@xxxxxxxxxxx>
Subject: pcp updates: python modules, pylint
From: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed, 27 Mar 2013 01:46:54 -0400 (EDT)
Delivered-to: pcp@xxxxxxxxxxx
In-reply-to: <1012102862.25449807.1364363143962.JavaMail.root@xxxxxxxxxx>
Reply-to: Nathan Scott <nathans@xxxxxxxxxx>
Changes committed to git://oss.sgi.com/nathans/pcp.git dev

 qa/src/test_pcp.python       |    7 
 src/pmcollectl/pmcollectl.py |   68 ++---
 src/pmdas/simple/GNUmakefile |    2 
 src/python/pcp/pmapi.py      |  266 +++++++++++-----------
 src/python/pcp/pmgui.py      |   16 -
 src/python/pmapi.c           |  514 ++++++++++++++++++-------------------------
 src/python/pmda.c            |   30 +-
 src/python/pmgui.c           |    4 
 src/python/pmi.c             |    4 
 9 files changed, 427 insertions(+), 484 deletions(-)

commit fa9b6d3e1ca98214a8c6c71de54e80d02b69b3cf
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Wed Mar 27 16:41:42 2013 +1100

    Get pmcollectl running using the new python module layout

commit be152c9137f4f142670d6eef8b5c3a8c263bcb67
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Wed Mar 27 16:41:11 2013 +1100

    Rename a pmapi.py import for consistency

commit 5ed45d2cf1808df8444825b815b876315a1de9e1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Wed Mar 27 16:40:38 2013 +1100

    Symbols from libpcp_gui shlib now a different py module

commit 93735a3969a2800297289c00d57671511f0f66da
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Wed Mar 27 15:59:20 2013 +1100

    Implement python call to __pmtimevalSleep and XTB macros
    
    Added C interfaces to access the pmapi extended time base
    macros and to correctly implemented the __pmtimevalSleep
    call (sub-second precision).  Reinstated the test code in
    qa/src/test_pcp.python that exercises it.
    
    Refactored much of the pmapi.c module dictionary code, so
    that its a bit more readable (by me at least).
    
    Fixed up arg decoding in newly added PyArg_Parse* calls,
    which translate py<->C in some harder-to-reach places.

commit cc9b4a831f9769995f4292d69697b1072d636fdb
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Wed Mar 27 15:55:00 2013 +1100

    Comment out pmdasimple.py for now, causing build failure

<Prev in Thread] Current Thread [Next in Thread>
  • pcp updates: python modules, pylint, Nathan Scott <=