Re: [collectd] collectd 5.10 threading

2012-09-17 Thread Cyril Feraudet
On 14 sept. 2012, at 21:19, Brandon Hume wrote: > On 09/14/12 12:37 PM, Cyril Feraudet wrote: >> This is mine ;-) Try the last version on my branch. >> This plugin work fine in a large environment (5300 server and more than >> 19000 update by second in MySQL) but never tested on Solaris. > > I

Re: [collectd] collectd 5.10 threading

2012-09-17 Thread Fabien Wernli
Hi, On Fri, Sep 14, 2012 at 05:37:08PM +0200, Cyril Feraudet wrote: > A friend of mine is currently writing a plugin to do aggregation of metric > directly in Collectd if this is the subject. You are aware of the following branch, aren't you? https://github.com/collectd/collectd/tree/ff/aggrega

Re: [collectd] collectd 5.10 threading

2012-09-17 Thread Cyril Feraudet
> Hi, > > On Fri, Sep 14, 2012 at 05:37:08PM +0200, Cyril Feraudet wrote: >> A friend of mine is currently writing a plugin to do aggregation of metric >> directly in Collectd if this is the subject. > > You are aware of the following branch, aren't you? > > https://github.com/collectd/collectd

[collectd] Patch to src/zfs_arc.c, relative to 5.10

2012-09-17 Thread Brandon Hume
Just some very minor fixes... I can't see a reason why kstat_t *ksp was a global var, and threads were stomping on each other with respect to it (causing an assert later) so I made it local. Also added some missing return values to za_read_gauge() and za_read_derive() which were causing build

Re: [collectd] Patch to src/zfs_arc.c, relative to 5.10

2012-09-17 Thread Brandon Hume
Oops, I had an old copy of the git tree (proxy was broken). After a fresh pull I see the missing-return problems were already fixed. Sorry about that, ignore those changes. ___ collectd mailing list collectd@verplant.org http://mailman.verplant.org

[collectd] FreeBSD, write_http, JSON, and StoreRates

2012-09-17 Thread Kimo Rosenbaum
Hello, I'm running collectd 5.1.0 on FreeBSD 9.0-RELEASE. When setting StoreRates to true with JSON format in the write_http plugin, collectd just dies. No errors in the log, no crash dumps, no nothing - Just no more process. The last line in the log is (collectd is compiled with DEBUG): plugi