Re: [Ganglia-general] help with gmond python plugin

2014-11-03 Thread Evan Fraser
Hi Elias, When you run the module directly from the shell, what output do you get? It looks like the descriptors mightn't be getting the metric names set correctly? Evan FraserĀ | Storage Engineer T +64 4 803 2756 M +64 22 087 4032 From: Elias Abacioglu [mailto:elias.r...@gmail.com] Sent:

Re: [Ganglia-general] help with gmond python plugin

2014-11-03 Thread Evan Fraser
It also looks like it will only ever poll for metrics once as your call back function doesn't poll. It just returns the same value from 'metrics' that you set within your metric_init function. Hit me up on #ganglia on freenode if you want. Cheers, Evan. Evan FraserĀ | Storage Engineer T +64 4

Re: [Ganglia-general] help with gmond python plugin

2014-11-03 Thread Elias Abacioglu
Hi Evan, Here is the output. # python at_metrics.py value for Endpoint.Order.rejected.requests is 0 value for Endpoint.PageView.rejected.requests is 0 value for ThreadPoolExecutor.trackbox-http-executor.throughput is 1286349118 value for Queue.trackbox-app-executor.queueLatencyMicroseconds is

Re: [Ganglia-general] help with gmond python plugin

2014-11-03 Thread Rick Cobb
I'm sure somebody noticed that 'Queue.trackbox...' doesn't match 'Queues(.+)' . Singularly -- -- ReC On Mon, Nov 3, 2014 at 2:20 PM, Elias Abacioglu elias.r...@gmail.com wrote: Hi Evan, Here is the output. # python at_metrics.py value for Endpoint.Order.rejected.requests is 0 value for

Re: [Ganglia-general] help with gmond python plugin

2014-11-03 Thread Evan Fraser
@lists.sourceforge.net Subject: Re: [Ganglia-general] help with gmond python plugin I'm sure somebody noticed that 'Queue.trackbox...' doesn't match 'Queues(.+)' . Singularly -- -- ReC On Mon, Nov 3, 2014 at 2:20 PM, Elias Abacioglu elias.r...@gmail.commailto:elias.r...@gmail.com wrote: Hi Evan, Here