Changes committed to git://oss.sgi.com/nathans/pcp.git dev
CHANGELOG | 4
VERSION.pcp | 4
build/rpm/fedora.spec | 5
build/rpm/pcp.spec.in | 64 -----
debian/changelog | 7
qa/.gitignore | 1
qa/255 | 17 -
qa/367 | 12 -
qa/367.out | 507 -------------------------------------------
qa/367.out.1 | 507 +++++++++++++++++++++++++++++++++++++++++++
qa/367.out.2 | 507 +++++++++++++++++++++++++++++++++++++++++++
qa/375 | 5
qa/411 | 13 -
qa/411.out.1 | 2
qa/411.out.2 | 2
qa/449 | 10
qa/449.out | 93 -------
qa/449.out.1 | 93 +++++++
qa/449.out.2 | 93 +++++++
qa/513 | 4
qa/513.out.2 | 6
qa/560 | 6
qa/578 | 17 -
qa/704 | 10
qa/common.check | 14 +
qa/src/pdu-server.c | 32 ++
qa/src/pducheck.c | 44 +++
qa/src/pducrash.c | 10
src/include/pcp/impl.h | 2
src/libpcp/src/err.c | 19 +
src/libpcp/src/p_userauth.c | 15 -
src/pmatop/pmatop.py | 441 ++++++++++++++++++-------------------
src/pmcollectl/pmcollectl.py | 424 ++++++++++++++++++-----------------
src/pmdas/simple/Install | 2
src/python/pcp/pmsubsys.py | 65 ++---
35 files changed, 1853 insertions(+), 1204 deletions(-)
commit 6b76c24ae0d5a27a5b1bb3b8b0d5f545d2f77f5d
Merge: f691402 97af065
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 24 16:12:24 2013 +1000
Merge branch 'scox/dev' of git://sourceware.org/git/pcpfans into dev
commit f6914020b6301a81fd09c9e842ef289e0956f2a9
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 24 15:53:22 2013 +1000
Resolve QA failures as a result of not-quite-there pmdasimple.py
Ensure pieces of that are not yet installed, improve QA filters for
pmdaproc.sh code that has python-related output nowadays.
commit 3e177ddd85d2dba812e079f60d3db9d3ef69217e
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 24 15:52:10 2013 +1000
Fix QA bokerness from earlier _check_agent consolidation
A pminfo filter also needed to be shared to complete the code
consolidation, so extract dup out of qa/{255,513} and merge
into common.check. Update qa/704 to match, but that needs a
bit more work (so, its notrun for now)
commit 7ce64c478e783887031920b7e41edc17d8ee62ac
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 24 15:42:17 2013 +1000
Work toward QA cleanliness with the user auth PDU type
Extensions to pducheck and pdu-server to exercise the new PDU
type, dual outputs for some tests that now produce additional
output when exercising the new code.
Revised the __pmDecodeUserAuth interface to not expose sender
details, no need and most other PDU handlers don't do that.
commit 97af065469cd55128a838afb1303501f0ec5ae84
Author: Stan Cox <scox@xxxxxxxxxx>
Date: Tue Apr 23 22:47:42 2013 -0400
Fix pylint warnings in pmsubsys, pmatop, pmcollectl
* pmsubsys.py (_pmsubsys): Rename: cpu->Cpu, interrupt->Interrupt,
disk->Disk, memory->Memory, net->Net, proc->Proc, subsys->Subsys
* pmatop.py: Change pmsubsys.py refs.
Rename: _atop_print->_AtopPrint, _cpu_print->_CpuPrint ...
* pmcollectl.py (main): Change pmsubsys.py refs.
Rename _collect_print->_CollectPrint,
_cpu_collect_print->_cpuCollectPrint, ...
commit e94c73c3a58e586fed9c56748455c5d928857c34
Merge: 16b72b1 b4106c3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 24 10:56:36 2013 +1000
Merge branch 'dev' of git://oss.sgi.com/pcp/pcp into dev
commit 16b72b198cfa6953c03453b46288d0f1d44acdfa
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Apr 24 10:19:20 2013 +1000
Allow co-existance of SASL error codes alongside everyone elses
By sheer good fortune the SASL folks have chosen error codes that
do not overlap with either PCP or the NSPR/NSS/SSL libraries. In
this commit, support for decoding sasl errors to strings is added
into the mix.
|