pcp
[Top] [All Lists]

pcp updates: docs, gui lib, py3, qa (+kenj merge)

To: PCP Mailing List <pcp@xxxxxxxxxxx>
Subject: pcp updates: docs, gui lib, py3, qa (+kenj merge)
From: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu, 28 Aug 2014 04:00:40 -0400 (EDT)
Delivered-to: pcp@xxxxxxxxxxx
In-reply-to: <745777737.39991528.1409212796502.JavaMail.zimbra@xxxxxxxxxx>
Reply-to: Nathan Scott <nathans@xxxxxxxxxx>
Thread-index: NBbOjCn5DErMDvWYVNOkjQ7euSz1mw==
Thread-topic: pcp updates: docs, gui lib, py3, qa (+kenj merge)
Changes committed to git://git.pcp.io/pcp.git dev

 man/html/cclicense.html                     |    6 
 man/html/contacts.html                      |   18 
 man/html/credits.html                       |   32 
 man/html/glossary.html                      |    6 
 man/html/gpl.html                           |    6 
 man/html/howto.cpuperf.html                 |    6 
 man/html/howto.diskmodel.html               |    6 
 man/html/howto.diskperf.html                |    7 
 man/html/howto.enterprise.html              |    7 
 man/html/howto.systemlog.html               |    6 
 man/html/index.html                         |    9 
 man/html/installation.html                  |   35 
 man/html/lab.auth.html                      |    6 
 man/html/lab.importdata.html                |   18 
 man/html/lab.mmapvalues.html                |    6 
 man/html/lab.pmchart.html                   |    6 
 man/html/lab.pmdas.html                     |    6 
 man/html/lab.pmie.html                      |    6 
 man/html/lab.pmieconf.html                  |    6 
 man/html/lab.pmlogconf.html                 |    6 
 man/html/lab.pmlogger.html                  |    6 
 man/html/lab.pmview.html                    |    6 
 man/html/lab.secure.html                    |    8 
 man/html/lab.trace.html                     |    6 
 man/html/overview.html                      |    6 
 man/html/pcp.whatsnew.html                  |   89 -
 man/html/pcpgui.whatsnew.html               |   70 -
 man/html/pcpintro.html                      |    8 
 man/html/pmchart.html                       |    9 
 man/html/qwtlicense.html                    |    6 
 man/html/timecontrol.html                   |    6 
 man/html/views.html                         |    6 
 qa/.gitignore                               |    4 
 qa/156                                      |   11 
 qa/156.out                                  |  335 +++++++
 qa/156.out.1                                |  367 -------
 qa/156.out.2                                |  297 ------
 qa/156.out.3                                |  335 -------
 qa/162                                      |   17 
 qa/162.out                                  |  387 ++++++++
 qa/162.out.1                                |  362 -------
 qa/162.out.2                                |  363 -------
 qa/162.out.3                                |  368 -------
 qa/162.out.4                                |  439 ---------
 qa/162.out.5                                |  387 --------
 qa/256                                      |   17 
 qa/256.out                                  |  771 ++++++++++++++++
 qa/256.out.1                                |  562 -----------
 qa/256.out.2                                |  771 ----------------
 qa/509                                      |    8 
 qa/509.out                                  |  234 ++++
 qa/509.out.1                                |   92 -
 qa/509.out.2                                |  234 ----
 qa/569                                      |    2 
 qa/src/check_import.python                  |    4 
 qa/src/test_pcp.python                      |  196 ++--
 qa/src/test_pcp_getopts.python              |   42 
 qa/src/test_pcp_options.python              |   18 
 qa/src/test_pcp_time.python                 |   10 
 qa/src/test_pmcc.python                     |   44 
 qa/src/test_pmi.python                      |   26 
 qa/src/test_webapi.python                   |   30 
 src/.gitignore                              |    3 
 src/include/buildrules                      |    9 
 src/libapp/.gitignore                       |    1 
 src/libapp/GNUmakefile                      |   44 
 src/libapp/app.cpp                          |  256 -----
 src/libapp/app.h                            |   81 -
 src/libapp/console.cpp                      |   96 --
 src/libapp/console.h                        |   40 
 src/libapp/console.ui                       |  132 --
 src/libapp/fileiconprovider.cpp             |  139 --
 src/libapp/fileiconprovider.h               |   52 -
 src/libapp/groupcontrol.cpp                 |  259 -----
 src/libapp/groupcontrol.h                   |   88 -
 src/libapp/libapp.pro.in                    |   16 
 src/libapp/libapp.qrc                       |   43 
 src/libapp/recorddialog.cpp                 |  327 ------
 src/libapp/recorddialog.h                   |   93 -
 src/libapp/recorddialog.ui                  |  540 -----------
 src/libapp/statusbar.cpp                    |  105 --
 src/libapp/statusbar.h                      |   61 -
 src/libapp/timebutton.cpp                   |   78 -
 src/libapp/timebutton.h                     |   60 -
 src/libapp/timecontrol.cpp                  |  441 ---------
 src/libapp/timecontrol.h                    |  110 --
 src/libapp/viewcontrol.cpp                  |  164 ---
 src/libapp/viewcontrol.h                    |   70 -
 src/libpcp_qed/GNUmakefile                  |   27 
 src/libpcp_qed/src/GNUmakefile              |   24 
 src/libpcp_qed/src/libpcp_qed.pro           |   49 +
 src/libpcp_qed/src/qed.h                    |   28 
 src/libpcp_qed/src/qed_actionlist.cpp       |   52 +
 src/libpcp_qed/src/qed_actionlist.h         |   40 
 src/libpcp_qed/src/qed_app.cpp              |  256 +++++
 src/libpcp_qed/src/qed_app.h                |   82 +
 src/libpcp_qed/src/qed_bar.cpp              |   78 +
 src/libpcp_qed/src/qed_bar.h                |   66 +
 src/libpcp_qed/src/qed_colorlist.cpp        |   38 
 src/libpcp_qed/src/qed_colorlist.h          |   33 
 src/libpcp_qed/src/qed_console.cpp          |   96 ++
 src/libpcp_qed/src/qed_console.h            |   41 
 src/libpcp_qed/src/qed_console.ui           |  132 ++
 src/libpcp_qed/src/qed_fileiconprovider.cpp |  140 ++
 src/libpcp_qed/src/qed_fileiconprovider.h   |   53 +
 src/libpcp_qed/src/qed_gadget.cpp           |   26 
 src/libpcp_qed/src/qed_gadget.h             |   33 
 src/libpcp_qed/src/qed_groupcontrol.cpp     |  260 +++++
 src/libpcp_qed/src/qed_groupcontrol.h       |   89 +
 src/libpcp_qed/src/qed_label.cpp            |   24 
 src/libpcp_qed/src/qed_label.h              |   38 
 src/libpcp_qed/src/qed_led.cpp              |  150 +++
 src/libpcp_qed/src/qed_led.h                |   65 +
 src/libpcp_qed/src/qed_legend.cpp           |   53 +
 src/libpcp_qed/src/qed_legend.h             |   55 +
 src/libpcp_qed/src/qed_line.cpp             |   92 +
 src/libpcp_qed/src/qed_line.h               |   44 
 src/libpcp_qed/src/qed_recorddialog.cpp     |  327 ++++++
 src/libpcp_qed/src/qed_recorddialog.h       |   94 +
 src/libpcp_qed/src/qed_recorddialog.ui      |  540 +++++++++++
 src/libpcp_qed/src/qed_statusbar.cpp        |  106 ++
 src/libpcp_qed/src/qed_statusbar.h          |   62 +
 src/libpcp_qed/src/qed_timebutton.cpp       |   79 +
 src/libpcp_qed/src/qed_timebutton.h         |   61 +
 src/libpcp_qed/src/qed_timecontrol.cpp      |  442 +++++++++
 src/libpcp_qed/src/qed_timecontrol.h        |  111 ++
 src/libpcp_qed/src/qed_viewcontrol.cpp      |  165 +++
 src/libpcp_qed/src/qed_viewcontrol.h        |   71 +
 src/libpcp_qmc/src/GNUmakefile              |    1 
 src/libpcp_qmc/src/qmc_time.cpp             |   28 
 src/libpcp_qwt/src/GNUmakefile              |    1 
 src/pcp/dmcache/pcp-dmcache.py              |   14 
 src/pcp/free/pcp-free.py                    |  338 +++----
 src/pcp/numastat/pcp-numastat.py            |  212 ++--
 src/pcp/uptime/pcp-uptime.py                |  135 +-
 src/pmatop/pmatop.py                        |   26 
 src/pmchart/.gitignore                      |    2 
 src/pmchart/GNUmakefile                     |   30 
 src/pmchart/aboutdialog.ui                  |    4 
 src/pmchart/chartdialog.cpp                 |    4 
 src/pmchart/chartdialog.ui                  |   14 
 src/pmchart/console.ui                      |    2 
 src/pmchart/exportdialog.ui                 |    4 
 src/pmchart/fileiconprovider.cpp            |   22 
 src/pmchart/hostdialog.ui                   |    2 
 src/pmchart/images/.gitignore               |    1 
 src/pmchart/infodialog.ui                   |    2 
 src/pmchart/namespace.cpp                   |    6 
 src/pmchart/openviewdialog.cpp              |    4 
 src/pmchart/openviewdialog.ui               |   10 
 src/pmchart/pmchart.qrc                     |  112 +-
 src/pmchart/pmchart.rc                      |    2 
 src/pmchart/pmchart.ui                      |   44 
 src/pmchart/recorddialog.ui                 |    8 
 src/pmchart/samplesdialog.ui                |    2 
 src/pmchart/saveviewdialog.ui               |    6 
 src/pmchart/seealsodialog.ui                |    4 
 src/pmchart/settingsdialog.ui               |    4 
 src/pmchart/tabdialog.ui                    |    6 
 src/pmchart/timebutton.cpp                  |   22 
 src/pmdas/mmv/src/mmv.c                     |   44 
 src/pmgadgets/.gitignore                    |    7 
 src/pmgadgets/GNUmakefile                   |   68 +
 src/pmgadgets/global.h                      |   27 
 src/pmgadgets/lex.l                         |  133 ++
 src/pmgadgets/main.cpp                      |   56 +
 src/pmgadgets/parse.cpp                     | 1339 ++++++++++++++++++++++++++++
 src/pmgadgets/pmgadgets-args.sh             |  381 +++++++
 src/pmgadgets/pmgadgets.cpp                 |   55 +
 src/pmgadgets/pmgadgets.h                   |   40 
 src/pmgadgets/pmgadgets.info.in             |   18 
 src/pmgadgets/pmgadgets.pro                 |   23 
 src/pmgadgets/pmgadgets.qrc                 |    6 
 src/pmgadgets/pmgadgets.sh.IN               |    2 
 src/pmgadgets/pmgcisco.sh                   |  251 +++++
 src/pmgadgets/pmgcluster.sh                 |  281 +++++
 src/pmgadgets/pmgshping.sh                  |  242 +++++
 src/pmgadgets/pmgsys.py                     |  380 +++++++
 src/pmgadgets/tokens.h                      |   60 +
 src/pmquery/.gitignore                      |    1 
 src/pmquery/GNUmakefile                     |   10 
 src/pmquery/images/.gitignore               |    1 
 src/pmquery/pmquery.cpp                     |   12 
 src/pmquery/pmquery.qrc                     |   12 
 src/pmtime/.gitignore                       |    2 
 src/pmtime/GNUmakefile                      |   17 
 src/pmtime/aboutdialog.ui                   |    4 
 src/pmtime/console.ui                       |    2 
 src/pmtime/images/.gitignore                |    1 
 src/pmtime/pmtime.qrc                       |   40 
 src/pmtime/pmtime.rc                        |    2 
 src/pmtime/pmtimearch.ui                    |   10 
 src/pmtime/pmtimelive.ui                    |   12 
 src/pmtime/seealsodialog.ui                 |    4 
 src/pmtime/showboundsdialog.ui              |    2 
 src/pmview/.gitignore                       |    3 
 src/pmview/GNUmakefile                      |   36 
 src/pmview/README                           |   58 -
 src/pmview/front-ends/GNUmakefile           |    2 
 src/pmview/lex.l                            |   62 -
 src/pmview/main.cpp                         |   14 
 src/pmview/main.h                           |   11 
 src/pmview/pmview.cpp                       |   19 
 src/pmview/pmview.h                         |   12 
 src/pmview/pmview.pro                       |   34 
 src/pmview/pmview.pro.in                    |   31 
 src/pmview/pmview.qrc                       |   38 
 src/pmview/pmview.ui                        |    2 
 src/pmview/scenegroup.cpp                   |   36 
 src/pmview/scenegroup.h                     |    6 
 210 files changed, 10393 insertions(+), 9281 deletions(-)

commit 230def56896e87010de895a9e985e80a83b8dbe7
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Thu Aug 28 17:51:48 2014 +1000

    Merge the pmgadgets WIP branch and begin refactoring code
    
    The pmgadgets and pmview branches had both formed new libs
    for sharing common code - merge these into one and prepare
    the way for pmchart to play in this sandpit too.
    
    At this stage alot of this is not built as part of regular
    builds.  One visible change is that images being pulled in
    via Qt resource files (qrc) are no longer individually set
    in the makefiles.  Instead, each separate tool creates a
    local symlink to the top-level images SUBDIR and they are
    always referenced with an images/ prefix.  Simplifies some
    parts of the build.

commit 26376e7677fcc3cd73df521d8e71be4c396540f1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Thu Aug 28 12:55:34 2014 +1000

    Fix filter in qa/569 for highres event sample metric

commit 6c86b3876d851e6bb71563ee64e4c89cc7887260
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Thu Aug 28 12:50:45 2014 +1000

    Long option support added to pmdammv

commit 0a3d31baa7db127f400ffc9d8e2e738e23489d96
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Thu Aug 28 12:50:00 2014 +1000

    Python v3 updates in QA tests and monitor tools

commit 4f6efbeda2c5fe0dbe7a2be3e75ebef40cbfbc5e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Thu Aug 28 10:54:28 2014 +1000

    Updates to the online html documentation
    
    Update all the URLs and slightly out-of-date procedures.
    Add a placeholder for Markos quick reference guide which
    will arrive shortly.

commit 63e6673068e8434e39610a98dec69a7e6cd4c3af
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Thu Aug 28 09:26:47 2014 +1000

    Rationalise golden output for some pmdasample tests

<Prev in Thread] Current Thread [Next in Thread>
  • pcp updates: docs, gui lib, py3, qa (+kenj merge), Nathan Scott <=