Re: [collectd] Tail plugin and DSType gauge

2011-09-04 Thread Toni Ylenius
Hi Florian, On Saturday 03 September 2011 05:43:48 Florian Forster wrote: Hi Toni, On Fri, Sep 02, 2011 at 04:20:17PM +0300, Toni Ylenius wrote: I found out that a value is reset to Nan in the function simple_submit_match (src/utils_tail_match.c) on each submit. I don't understand why

Re: [collectd] improve Processes plugin

2011-09-04 Thread Paul Colomiets
Hi Lukas, On Sun, Sep 4, 2011 at 10:29 AM, Lukas Bednar lbed...@redhat.com wrote: we use collectd to monitor specific processes on our machines. But there is problem that these specific processes execute another processes (children) which generate considerable load. These child-processes

Re: [collectd] improve Processes plugin

2011-09-04 Thread Florian Forster
Hi Lukas, On Sun, Sep 04, 2011 at 09:29:31AM +0200, Lukas Bednar wrote: But there is problem that these specific processes execute another processes (children) which generate considerable load. These child-processes isn't counted to statistic data of specific process. as far as I know, there

Re: [collectd] improve Processes plugin

2011-09-04 Thread Florian Forster
Hi Paul, On Sun, Sep 04, 2011 at 01:19:16PM +0300, Paul Colomiets wrote: But I would like to propose another way to solve the problem. I'd like processes to be matched by environment. I'm not sure this is solving the same problem. I don't think the PPID is necessarily present in the

Re: [collectd] improve Processes plugin

2011-09-04 Thread Paul Colomiets
Hi Florian, On Sun, Sep 4, 2011 at 7:18 PM, Florian Forster o...@collectd.org wrote: Hi Paul, On Sun, Sep 04, 2011 at 01:19:16PM +0300, Paul Colomiets wrote: But I would like to propose another way to solve the problem. I'd like processes to be matched by environment. I'm not sure this is

Re: [collectd] rrdgraph in javascript

2011-09-04 Thread Manuel Luis SanmartĂ­n Rozada
Richard, thanks for the changes. I reorganized the code, separated the draw functions and add output in svg and pdf, there are some issues with the calculation of text width, align etc... I separated the function to fetch the data, functionality to add different fetch functions in the same graph