pcp
[Top] [All Lists]

pcp updates

To: pcp@xxxxxxxxxxx
Subject: pcp updates
From: nscott@xxxxxxxxxx
Date: Mon, 9 Feb 2009 09:15:37 +1100 (EST)
Importance: Normal
User-agent: SquirrelMail/1.4.8-5.el4.centos.3
Changes committed to git://oss.sgi.com/nathans/pcp.git

 INSTALL                             |    2
 VERSION.pcp                         |    2
 configure.in                        |   30
 debian/changelog                    |    4
 debian/control                      |    2
 debian/rules                        |    2
 man/man1/GNUmakefile                |    4
 man/man1/mkaf.1                     |    7
 man/man1/pcpintro.1                 |   68 -
 man/man1/pmafm.1                    |    5
 man/man1/pmclient.1                 |    2
 man/man1/pmdaweblog.1               |    2
 man/man1/pminfo.1                   |    3
 man/man1/pmlogsummary.1             |    3
 man/man1/pmval.1                    |   18
 man/man3/GNUmakefile                |    6
 man/man3/pcpintro.3                 |   22
 man/man3/pmc.3                      |  103 --
 man/man3/pmc_context.3              |  146 ---
 man/man3/pmc_desc.3                 |  110 --
 man/man3/pmc_group.3                |  271 ------
 man/man3/pmc_indom.3                |  214 -----
 man/man3/pmc_metric.3               |  119 --
 man/man3/pmc_source.3               |  134 ---
 man/man3/pmparsehostspec.3          |    2
 pcp.lsm.in                          |    6
 src/GNUmakefile                     |    8
 src/include/builddefs.in            |   14
 src/include/buildrules              |   12
 src/include/pcp.conf.in             |    8
 src/libkmtime/GNUmakefile           |   31
 src/libkmtime/src/GNUmakefile       |   35
 src/libkmtime/src/client.c          |  169 ----
 src/libkmtime/src/kmtime.h          |   75 -
 src/libpcp_gui/GNUmakefile          |   31
 src/libpcp_gui/src/GNUmakefile      |   37
 src/libpcp_gui/src/client.c         |  338 ++++----
 src/libpcp_gui/src/pmtime.h         |   75 +
 src/libpcp_gui/src/timeclient.c     |  169 ++++
 src/libpcp_pmc/GNUmakefile          |   14
 src/libpcp_pmc/examples/GNUmakefile |   36
 src/libpcp_pmc/examples/fixed.c++   |  109 --
 src/libpcp_pmc/examples/hotproc.c++ |  559 --------------
 src/libpcp_pmc/pcp/GNUmakefile      |   20
 src/libpcp_pmc/pcp/pmc/Bool.h       |   26
 src/libpcp_pmc/pcp/pmc/Context.h    |  178 ----
 src/libpcp_pmc/pcp/pmc/Desc.h       |   95 --
 src/libpcp_pmc/pcp/pmc/GNUmakefile  |   41 -
 src/libpcp_pmc/pcp/pmc/Group.h      |  181 ----
 src/libpcp_pmc/pcp/pmc/Hash.h       |  120 ---
 src/libpcp_pmc/pcp/pmc/Indom.h      |  170 ----
 src/libpcp_pmc/pcp/pmc/List.h       |  326 --------
 src/libpcp_pmc/pcp/pmc/Metric.h     |  273 ------
 src/libpcp_pmc/pcp/pmc/PMC.h        |   45 -
 src/libpcp_pmc/pcp/pmc/Source.h     |  140 ---
 src/libpcp_pmc/pcp/pmc/String.h     |  139 ---
 src/libpcp_pmc/pcp/pmc/Vector.h     |  198 ----
 src/libpcp_pmc/src/Context.c++      |  407 ----------
 src/libpcp_pmc/src/Desc.c++         |  221 -----
 src/libpcp_pmc/src/GNUmakefile      |   84 --
 src/libpcp_pmc/src/Group.c++        |  560 --------------
 src/libpcp_pmc/src/Indom.c++        |  558 --------------
 src/libpcp_pmc/src/Metric.c++       |  972 ------------------------
 src/libpcp_pmc/src/Source.c++       |  383 ---------
 src/libpcp_pmc/src/String.c++       |  283 -------
 src/pmafm/mkaf                      |    2
 src/pmafm/template                  |    8
 src/pmdumptext/GNUmakefile          |   47 -
 src/pmdumptext/pmdumptext.c++       | 1432
------------------------------------
 src/pmval/GNUmakefile               |    7
 src/pmval/pmval.c                   |  356 +-------
 71 files changed, 619 insertions(+), 9660 deletions(-)

commit 7c28be09d247370e3ed03659a8da4ec12f3f1570
Merge: ff89204... c699556...
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Mon Feb 9 09:10:02 2009 +1100

    Merge branch 'dev' of git://oss.sgi.com/kenj/pcp into nathans

commit ff89204b0550ceb2c026d9120d06f6ceb44537ba
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Mon Feb 9 09:08:48 2009 +1100

    Bump version number for rpm/deb upgrades.

commit 46b0d980cc36f94f463959e8f738d87fb2725f67
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Fri Feb 6 16:46:03 2009 +1100

    Rename a too-generic libpcp_gui source file to something more specific.

commit cbf410c4f428b18bf494c9c9e4dac78d655bab5c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Fri Feb 6 16:44:24 2009 +1100

    Migrate kmsnap env variable over to pmsnap.

commit c3b040fac8975e4b851237889b725893eccd9ceb
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Fri Feb 6 15:51:57 2009 +1100

    Remove pmdumptext and the original PMC code, docs, etc.

    These things are now provided by the pcp-gui package, and
    there are no longer and remnants of C++ code in base PCP.
    This has a nice side-effect of allowing the PCP autoconf
    configure.in stuff to work for older versions again, as
    the language PUSH/POP macros only came in recent versions
    of autoconf.

commit 376a153e44770a5bfb4ce08556a527d12b08f4e9
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Fri Feb 6 15:10:16 2009 +1100

    Tweak wording in PCP LSM entry.

commit 6e2da545321b54c57d70e4cc134b8618653db3fd
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Fri Feb 6 15:07:34 2009 +1100

    Rename libkmtime.a to libpcp_gui.a.  Update pmval code to use it.

commit bb94864b2bfb89e4505b583735b29b715e84139e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Fri Feb 6 14:50:15 2009 +1100

    Rename "kmchart" package over to "pcp-gui".

commit c699556ae902338a666e45418701c4a1f48463cf
Merge: 494657f... 6b11358...
Author: Mark Goodwin <markgw@xxxxxxx>
Date:   Sat Jan 24 08:27:31 2009 +1100

    Merge branch 'dev' of git://oss/kenj/pcp into dev



<Prev in Thread] Current Thread [Next in Thread>