Changes committed to git://git.pcp.io/pcp.git dev
Nathan Scott (6):
HTML 4.0 page validation for the tutorial content (5/4)
man pages: migrate perl database PMDA man pages to new scheme
Revert "Older python support"
Revert "Older Python support ... some cases I missed earlier"
build: bring consistency to the various configure-enabled PMDAs
build: disable builds of python components for pre-2.6 python
Marko Myllynen (1):
guide.html: add few links to online {iostat,sar}2pcp(1) pages
build/rpm/GNUmakefile | 6
build/rpm/pcp.spec.in | 36 -
configure | 319 ++++++-----
configure.ac | 160 +++--
man/html/guide.html | 20
man/html/howto.cpuperf.html | 4
man/html/howto.diskmodel.html | 4
man/html/howto.diskperf.html | 2
man/html/howto.enterprise.html | 4
man/html/index.html | 4
man/html/installation.html | 6
man/html/lab.auth.html | 4
man/html/lab.pmchart.html | 4
man/html/lab.pmdas.html | 2
man/html/lab.pmie.html | 6
man/html/lab.pmieconf.html | 2
man/html/lab.pmlogger.html | 3
man/html/lab.pmview.html | 2
man/html/lab.secure.html | 20
man/html/pcpintro.html | 8
man/html/pmchart.html | 2
man/html/timecontrol.html | 8
man/man1/pmdadmcache.1 | 64 --
man/man1/pmdagluster.1 | 89 ---
man/man1/pmdazswap.1 | 66 --
qa/702 | 3
qa/707 | 3
qa/708 | 3
qa/709 | 9
qa/722 | 4
qa/737 | 4
qa/739 | 3
qa/741 | 3
qa/979 | 3
qa/980 | 3
src/include/builddefs.in | 22
src/include/buildrules | 14
src/pcp/dmcache/.gitignore | 1
src/pcp/dmcache/GNUmakefile | 6
src/pcp/dmcache/pcp-dmcache.py | 154 +++++
src/pcp/dmcache/pcp-dmcache.pyin | 154 -----
src/pcp/free/.gitignore | 1
src/pcp/free/GNUmakefile | 6
src/pcp/free/pcp-free.py | 216 +++++++
src/pcp/free/pcp-free.pyin | 216 -------
src/pcp/numastat/.gitignore | 1
src/pcp/numastat/GNUmakefile | 6
src/pcp/numastat/pcp-numastat.py | 157 +++++
src/pcp/numastat/pcp-numastat.pyin | 157 -----
src/pcp/uptime/.gitignore | 1
src/pcp/uptime/GNUmakefile | 6
src/pcp/uptime/pcp-uptime.py | 128 ++++
src/pcp/uptime/pcp-uptime.pyin | 128 ----
src/pmatop/.gitignore | 1
src/pmatop/GNUmakefile | 13
src/pmatop/pmatop.py | 917 +++++++++++++++++++++++++++++++++
src/pmatop/pmatop.pyin | 917 ---------------------------------
src/pmcollectl/GNUmakefile | 2
src/pmdas/dbping/.gitignore | 2
src/pmdas/dbping/GNUmakefile | 18
src/pmdas/dbping/dbprobe.1 | 34 +
src/pmdas/dbping/dbprobe.pl | 4
src/pmdas/dbping/pmdadbping.1 | 90 +++
src/pmdas/dbping/pmdadbping.pl | 90 ---
src/pmdas/dmcache/.gitignore | 4
src/pmdas/dmcache/GNUmakefile | 9
src/pmdas/dmcache/pmdadmcache.1 | 64 ++
src/pmdas/gluster/.gitignore | 4
src/pmdas/gluster/GNUmakefile | 9
src/pmdas/gluster/pmdagluster.1 | 89 +++
src/pmdas/infiniband/GNUmakefile | 2
src/pmdas/mysql/.gitignore | 1
src/pmdas/mysql/GNUmakefile | 10
src/pmdas/mysql/pmdamysql.1 | 91 +++
src/pmdas/mysql/pmdamysql.pl | 100 ---
src/pmdas/papi/GNUmakefile | 5
src/pmdas/postgresql/.gitignore | 1
src/pmdas/postgresql/GNUmakefile | 12
src/pmdas/postgresql/pmdapostgresql.1 | 74 ++
src/pmdas/postgresql/pmdapostgresql.pl | 79 --
src/pmdas/rpm/GNUmakefile | 4
src/pmdas/systemd/GNUmakefile | 2
src/pmdas/zimbra/.gitignore | 1
src/pmdas/zimbra/GNUmakefile | 11
src/pmdas/zimbra/pmdazimbra.1 | 58 ++
src/pmdas/zimbra/pmdazimbra.pl | 55 -
src/pmdas/zswap/.gitignore | 4
src/pmdas/zswap/GNUmakefile | 9
src/pmdas/zswap/pmdazswap.1 | 66 ++
src/python/GNUmakefile | 10
src/python/pcp/.gitignore | 2
src/python/pcp/GNUmakefile | 10
src/python/pcp/pmcc.pyin | 620 ----------------------
src/python/pcp/pmsubsys.pyin | 355 ------------
94 files changed, 2587 insertions(+), 3519 deletions(-)
|