Re: [Ganglia-developers] Storing Ganglia data in MySql.

2009-11-12 Thread Jesse Becker
On Thu, Nov 12, 2009 at 06:23:07AM -0500, Daniel Pocock wrote: >Bernard Li wrote: >> Hi Daniel: >> >> On Tue, Nov 10, 2009 at 8:30 AM, Daniel Pocock wrote: >> >> >>> Which gmetad is intended to be on the future roadmap? >>> >>> For a large site, do you believe it is fair to say that the C >>> i

Re: [Ganglia-developers] Storing Ganglia data in MySql.

2009-11-12 Thread Daniel Pocock
Bernard Li wrote: > Hi Daniel: > > On Tue, Nov 10, 2009 at 8:30 AM, Daniel Pocock wrote: > > >> Which gmetad is intended to be on the future roadmap? >> >> For a large site, do you believe it is fair to say that the C >> implementation is best for performance? >> > > I think if possible, w

Re: [Ganglia-developers] Storing Ganglia data in MySql.

2009-11-11 Thread Kumar Vaibhav
Hi, I don't have a patch. But I can give you the source tar ball. You can generate the diff if you want. Vaibhav Bernard Li wrote: > Hi Vaibhav: > > On Wed, Nov 11, 2009 at 9:22 PM, Kumar Vaibhav wrote: > >> I have instrumented gmetad to write to MySQL Database. It is a crude >> form. but I h

Re: [Ganglia-developers] Storing Ganglia data in MySql.

2009-11-11 Thread Bernard Li
Hi Vaibhav: On Wed, Nov 11, 2009 at 9:22 PM, Kumar Vaibhav wrote: > I have instrumented gmetad to write to MySQL Database. It is a crude > form. but I have managed it to merge it into ganglia-3.1.2. > > If you are interested then I can help you out. Perhaps you can post your patch so that we ca

Re: [Ganglia-developers] Storing Ganglia data in MySql.

2009-11-11 Thread Kumar Vaibhav
Hi, I have instrumented gmetad to write to MySQL Database. It is a crude form. but I have managed it to merge it into ganglia-3.1.2. If you are interested then I can help you out. Vaibhav Himanshu Sharma wrote: > Hello all, > > We were looking to store Ganglia data in MySql rather than just a

Re: [Ganglia-developers] Storing Ganglia data in MySql.

2009-11-10 Thread Daniel Pocock
Brad Nicholes wrote: On 11/10/2009 at 9:30 AM, in message <4af9952a.9070...@pocock.com.au>, Daniel > Pocock wrote: > >> Brad Nicholes wrote: >> >> On 11/10/2009 at 4:11 AM, in message >> >> >>> , Himanshu >>> Sharma >>> wrote:

Re: [Ganglia-developers] Storing Ganglia data in MySql.

2009-11-10 Thread Brad Nicholes
>>> On 11/10/2009 at 9:30 AM, in message <4af9952a.9070...@pocock.com.au>, >>> Daniel Pocock wrote: > Brad Nicholes wrote: > On 11/10/2009 at 4:11 AM, in message > >> , Himanshu Sharma >> wrote: >> >>> Hello all, >>> >>> We were looking to store Ganglia data in MySql rather t

Re: [Ganglia-developers] Storing Ganglia data in MySql.

2009-11-10 Thread Bernard Li
Hi Daniel: On Tue, Nov 10, 2009 at 8:30 AM, Daniel Pocock wrote: > Which gmetad is intended to be on the future roadmap? > > For a large site, do you believe it is fair to say that the C > implementation is best for performance? I think if possible, we should perform a side-by-side performance

Re: [Ganglia-developers] Storing Ganglia data in MySql.

2009-11-10 Thread Daniel Pocock
Brad Nicholes wrote: On 11/10/2009 at 4:11 AM, in message > , Himanshu Sharma > wrote: > >> Hello all, >> >> We were looking to store Ganglia data in MySql rather than just an >> RRD. There was a discussion earlier on the same issue - >> http://www.mail-archive.com/ganglia-de

Re: [Ganglia-developers] Storing Ganglia data in MySql.

2009-11-10 Thread Brad Nicholes
>>> On 11/10/2009 at 4:11 AM, in message , Himanshu Sharma wrote: > Hello all, > > We were looking to store Ganglia data in MySql rather than just an > RRD. There was a discussion earlier on the same issue - > http://www.mail-archive.com/ganglia-developers@lists.sourceforge.net/msg02100. > html.

[Ganglia-developers] Storing Ganglia data in MySql.

2009-11-10 Thread TheRonbo
I've used the GroundWorks Ganglia thresholding plugin at a couple of sites. http://superb-west.dl.sourceforge.net/sourceforge/gwmos/Ganglia_GWMOS_Integration_0.5.zip This plugin Reads the Ganglia XML data from either gmetad or gmonds. Parses it, and compares the metrics to a data base of metrics

[Ganglia-developers] Storing Ganglia data in MySql.

2009-11-10 Thread Himanshu Sharma
Hello all, We were looking to store Ganglia data in MySql rather than just an RRD. There was a discussion earlier on the same issue - http://www.mail-archive.com/ganglia-developers@lists.sourceforge.net/msg02100.html. It would be great if there was some reusable code available or if there was any