[collectd] python memleaks?

Krzysiek Szczuka krzysiek at kstech.pl
Sun Jul 11 19:14:33 CEST 2010


Here's my another test with such devnull's code:
------------------------
import collectd

def devnull_write(vl, data=None):
	collectd.info("devnull: %s" % (vl.values[0]))

collectd.register_write(devnull_write)
------------------------

And the result (started with new devnull about 19:03):
http://v.kstech.pl/collectd/mem2.png

Please help! :)

-- 
Krzysiek Szczuka





More information about the collectd mailing list