[collectd-changes] collectd, the system statistics collection daemon: Changes to 'st/python'
Florian Forster
octo at verplant.org
Wed Apr 21 19:05:18 CEST 2010
contrib/python/getsigchld.py | 21 +++++
src/collectd-python.pod | 40 +++++++++
src/cpython.h | 19 +++-
src/python.c | 65 +++++++++++++-
src/pyvalues.c | 199 ++++++++++++++++++++++++++++++++++++++----
5 files changed, 320 insertions(+), 24 deletions(-)
New commits:
commit 690836d783193c76cd815b96e173b028574c3fce
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Wed Apr 21 18:26:55 2010 +0200
python: Added documentation and an example on how to handle SIGCHLD.
commit 072ba365e58e3a0557737d4d873da29184a38632
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Wed Apr 21 18:12:19 2010 +0200
python: Fix a metadata memleak and a missing include (for some versions of python)
commit bd872d043d2827df4b68ed9498108bcdfbac20b3
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Fri Jan 29 15:56:38 2010 +0100
python: Documented meta data.
commit f7cf0dad2e933ac6066ca5f27645ee577f065710
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Fri Jan 29 14:12:41 2010 +0100
python: Full meta data support.
commit dda55268556fe9fc5ed8c66d336b1f8e5a53f378
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Wed Jan 27 11:27:54 2010 +0100
Added support for receiving meta data in write callbacks.
Probably, it's not like there is a test case.
More information about the collectd-changes
mailing list