Changes committed to git://oss.sgi.com/nathans/pcp.git
configure.in | 5
man/man1/pmcd.1 | 28 -
man/man3/GNUmakefile | 3
man/man3/pmimport.3 | 321 +++++++++++++++
src/GNUmakefile | 4
src/dbpmda/src/dbpmda.c | 6
src/genpmda/genpmda | 28 -
src/include/GNUmakefile | 3
src/include/impl.h | 19
src/include/pcp.conf.in | 3
src/include/pmimport.h | 46 ++
src/libpcp/src/config.c | 4
src/libpcp/src/p_creds.c | 42 --
src/libpcp/src/p_desc.c | 90 +---
src/libpcp/src/p_error.c | 37 -
src/libpcp/src/p_fetch.c | 62 --
src/libpcp/src/p_instance.c | 142 ++----
src/libpcp/src/p_pmns.c | 199 ++++-----
src/libpcp/src/p_profile.c | 207 ++++-----
src/libpcp/src/p_result.c | 434 ++++++++------------
src/libpcp/src/p_text.c | 132 +-----
src/libpcp/src/pdu.c | 200 ---------
src/pmcd/pmdaproc.sh | 4
src/pmcd/src/config.c | 6
src/pmdas/ib/Install | 19
src/pmdas/linux/GNUmakefile | 2
src/pmdas/news/GNUmakefile | 33 -
src/pmdas/news/Install | 7
src/pmdas/news/README | 7
src/pmdas/news/news.agent | 584 ----------------------------
src/pmdas/news/pmdanews.pl | 50 ++
src/pmdas/news/pmns | 38 -
src/pmdas/news/root | 10
src/pmdas/pmcd/src/pmcd.c | 2
src/pmimport/GNUmakefile | 39 +
src/pmimport/demos/GNUmakefile | 47 ++
src/pmimport/demos/GNUmakefile.install | 47 ++
src/pmimport/demos/countd.c | 586 ++++++++++++++++++++++++++++
src/pmimport/demos/countproc | 31 +
src/pmimport/pmimport.c | 684 +++++++++++++++++++++++++++++++++
src/xconfirm/GNUmakefile | 38 -
src/xconfirm/xconfirm | 160 -------
42 files changed, 2405 insertions(+), 2004 deletions(-)
commit 5133f0df4c3d8037cfe0048724685b0417a7b9f6
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Mar 16 10:28:55 2009 +1100
Fix pmimport makefile macros to descend subdirs.
commit 0a8380fd4572af0b720065de9a30507ce11ae15f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Mar 16 10:25:25 2009 +1100
Fix the build on 64 bit platforms.
commit 39deb9391ccbc836766877f146b037edcef96848
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Mar 16 10:06:28 2009 +1100
Improve pmcd error message if compiled without dlopen support.
commit 8b800c265ba80fd4e88d0301879d126ed50634f3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Mon Mar 16 10:06:04 2009 +1100
pmimport - a tool/API for creating PCP logs from external data.
This is a straight port of the code SGI recently made available.
It is now platform-independent though (not clear it even worked
on Linux before?). I've added it to the tree, but decided not
to add it to the installed set of tools/APIs/docs yet, until we
have a real-world use in oss-land (in proprietary-land, we had
sar plugins for various flavours of IRIX and Unicos).
commit 06509a9117eebab64b83d6ce938f568ead322b68
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun Mar 15 20:05:46 2009 +1100
Update news PMDA makefile for removed files.
commit 3f558ee3f31fcd9a5ff589797a585faf06392857
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun Mar 15 20:03:56 2009 +1100
Remove no-longer-needed files from news PMDA, add POD man page.
commit 65ef4b088027bc2eaafe8184001b6ba4fe353a71
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun Mar 15 19:47:15 2009 +1100
Remove remaining references to ascii protocol in PMDA scripts.
commit e436582d26cc89b6fc316a56a004cf1112503896
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun Mar 15 19:44:18 2009 +1100
Remove the shell (ascii protocol) variant of the news PMDA.
commit 74ea0ae2efe8c4439d693b79565a0aba418ad359
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sun Mar 15 19:28:56 2009 +1100
Remove the ASCII protocol support in libpcp, dbpmda and pmcd.
commit e2663201953b000068edbcf39cf6d781e99aaeaf
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Mar 13 08:09:07 2009 +1100
Replace xconfirm with pmconfirm from pcp-gui.
There's pretty much no situation where we want to use
xconfirm anymore - it looks tragic on current X11 (no
theme/desktop integration), and doesn't exist on the
other platforms (Mac/Win). The configuration option
remains in pcp.conf, however - several tools use this
and its arguably part of the API now - so it remains.
Also snuck a pmdalinux makefile cleanup - no longer
need to link with libpthread.
|