Changes committed to git://git.performancecopilot.org/kenj/pcp.git dev
man/man1/sar2pcp.1 | 2
qa/022 | 59 ++++++++-------
qa/359 | 1
qa/709 | 4 -
qa/843 | 53 +++++++++++++
qa/843.out | 28 +++++++
qa/admin/check-vm | 2
qa/admin/pcp-daily | 3
qa/admin/pcp-qa-summary | 7 +
qa/admin/show-me-all | 9 ++
qa/group | 3
qa/pmdas/GNUmakefile | 2
qa/pmdas/GNUmakefile.install | 2
qa/pmdas/memory_python/.gitignore | 3
qa/pmdas/memory_python/GNUmakefile | 38 +++++++++
qa/pmdas/memory_python/GNUmakefile.install | 5 +
qa/pmdas/memory_python/Install | 28 +++++++
qa/pmdas/memory_python/Remove | 26 ++++++
qa/pmdas/memory_python/pmdamemory_python.python | 92 ++++++++++++++++++++++++
qa/src/GNUlocaldefs | 41 ++++------
src/pmns/stdpmid.pcp | 1
src/python/pmapi.c | 7 -
src/python/pmda.c | 25 ++++++
23 files changed, 379 insertions(+), 62 deletions(-)
commit 78ae32254c3029fa1f5ffc0f6f31f5614ebc896b
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Oct 7 09:30:09 2014 +1100
qa/709 - fix typo so the test will run when pmcollectl installed
commit 71bcadab77d3c32c29edd517629ef881d9dd38af
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Tue Oct 7 09:29:46 2014 +1100
qa/group - add 843 to python group
commit e88d697c8c7a99d15a7314405fcd1ab3fe800c2c
Author: David Smith <dsmith@xxxxxxxxxx>
Date: Mon Oct 6 14:32:39 2014 -0500
Fix python PMDA bug by handling python object reference counts correctly.
* src/python/pmda.c (namespace_refresh): Increment the python object
reference count when needed.
(pmid_oneline_refresh): Ditto.
(pmid_longtext_refresh): Ditto.
(indom_oneline_refresh): Ditto.
(indom_longtext_refresh): Ditto.
* src/python/pmapi.c (getOptionsFromList): Remove decrementing python
object reference when it wasn't needed.
commit 0f5d1565c1f04a073ef3f9e5215b617f844dd662
Author: David Smith <dsmith@xxxxxxxxxx>
Date: Mon Oct 6 14:27:12 2014 -0500
Added test for python PMDA memory corruption bug.
* qa/843.out: Ditto.
* qa/group: Added test 843.
* qa/pmdas/GNUmakefile: Added the memory_python directory.
* qa/pmdas/GNUmakefile.install: Ditto.
* qa/pmdas/memory_python/.gitignore: New file.
* qa/pmdas/memory_python/GNUmakefile: Ditto.
* qa/pmdas/memory_python/GNUmakefile.install: Ditto.
* qa/pmdas/memory_python/Install: Ditto.
* qa/pmdas/memory_python/Remove: Ditto.
* qa/pmdas/memory_python/pmdamemory_python.python: Ditto.
* src/pmns/stdpmid.pcp: Added 'memory_python' define.
commit 9ec35e3f6e32ef6172dff9376f7c693e345a0c10
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Oct 6 21:29:03 2014 +1100
qa/admin/show-me-all - map N -> 00N and NN -> 0NN (like show-me)
commit 2d234c8444f739cfeb04b9e6244aa2a25a2c5e70
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Oct 6 21:28:03 2014 +1100
qa/admin/pcp-qa-summary - tweak output formatting
commit fc89c0c6bd8269920026982ee0353eb141adb9e6
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Oct 6 21:27:40 2014 +1100
qa/admin/pcp-daily - don't need make clean all the time
commit 465308c56e1eb03a1d11237c4aab4416d95b7cb0
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Oct 6 21:25:23 2014 +1100
qa/admin/check-vm - check $HOME is searchable by others
Needed for some QA tests so user pcp (aka pmcd) can find QA
PMDAs.
commit bc80b270c3f6174d4a057734856c9c092fb78dc5
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Oct 6 21:24:18 2014 +1100
qa/src/GNUlocaldefs - pmlogger and pmlogextract don't need special pathnames
Now binaries are in /usr/bin.
commit 94fffc66c7173c911116e4aeb478179d1332dab4
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Oct 6 15:01:29 2014 +1100
qa/022 - dodge newlines in proc metric instance names
Come from our own awk scripts in QA!
commit 35aa8c1dfd6e7e9454a992f9a20e27ae135c0c29
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon Oct 6 07:26:21 2014 +1100
qa/359 - more cgroups filtering required
commit 02d18c8f2bb329cf35039ea23545a1799366cf6e
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Fri Oct 3 06:30:44 2014 +1000
sar2pcp man page - correct NAME entry
Was collectl2pcp (!) ... which caused an installation failure on FreeBSD
(don't even ask).
|