Re: [Ganglia-developers] Disk IO as gmond core metric

2014-01-31 Thread Daniel Pocock
On 20/01/14 23:29, Joseph Holsten wrote: > Anyone know what would be involved in reviving the patch from long ago adding > disk io to the core metrics?[1] > > I see that there's something similar for solaris[1], but digging around in > the solaris impl[2] shows this is coming from a kstat_read(3K

[Ganglia-developers] Disk IO as gmond core metric

2014-01-20 Thread Joseph Holsten
Anyone know what would be involved in reviving the patch from long ago adding disk io to the core metrics?[1] I see that there's something similar for solaris[1], but digging around in the solaris impl[2] shows this is coming from a kstat_read(3KSTAT), so that isn't going to work for linux. Ap

Re: [Ganglia-developers] Disk IO as gmond core metric

2009-07-10 Thread Brad Nicholes
>>> On 7/10/2009 at 2:41 PM, in message >>> <20090710204117.gl10...@pi941c2n1.ms.com>, JB Kim wrote: > On 07/10/09 14:07:14, Brad Nicholes wrote: >> >>> On 7/9/2009 at 5:43 PM, in message >> <8121824c0907091643od6832c5y3c4ffa37696e4...@mail.gmail.com>, JB Kim >> wrote: >> > Ok I've isolated io

Re: [Ganglia-developers] Disk IO as gmond core metric

2009-07-10 Thread Brad Nicholes
>>> On 7/10/2009 at 2:23 PM, in message , Jesse Becker wrote: > On Fri, Jul 10, 2009 at 14:07, Brad Nicholes wrote: > >> Anyway everything else worked just fine. I have a couple of suggestion. You > should probably include a sample .conf file so that the user doesn't have to > go figure everyt

Re: [Ganglia-developers] Disk IO as gmond core metric

2009-07-10 Thread Jesse Becker
On Fri, Jul 10, 2009 at 14:07, Brad Nicholes wrote: > Anyway everything else worked just fine.  I have a couple of suggestion. You > should probably include a sample .conf file so that the user doesn't have to > go figure everything out like all of the module information.  I have attached > the

Re: [Ganglia-developers] Disk IO as gmond core metric

2009-07-10 Thread Brad Nicholes
>>> On 7/9/2009 at 5:43 PM, in message <8121824c0907091643od6832c5y3c4ffa37696e4...@mail.gmail.com>, JB Kim wrote: > Ok I've isolated iostat code into its own module and managed to get > the whole autoconf/automake work. > > http://www.remnantone.com/pkgs/ganglia/modiostat.tar.gz > > Provided

Re: [Ganglia-developers] Disk IO as gmond core metric

2009-07-09 Thread JB Kim
Ok I've isolated iostat code into its own module and managed to get the whole autoconf/automake work. http://www.remnantone.com/pkgs/ganglia/modiostat.tar.gz Provided that ganglia 3.1.x is already installed, it should just be a matter of running ./configure & make. Also, here's my attempt at mak

Re: [Ganglia-developers] Disk IO as gmond core metric

2009-07-02 Thread JB Kim
Ahh.. fair enough. I'll see what I can do. :-) Thanks! On Thu, Jul 2, 2009 at 10:20 AM, Brad Nicholes wrote: > Creating a standard template for building a module independent of the core is > something that we really haven't gotten around to doing.  So I think in this > instance, you would be the

Re: [Ganglia-developers] Disk IO as gmond core metric

2009-07-02 Thread Brad Nicholes
Creating a standard template for building a module independent of the core is something that we really haven't gotten around to doing. So I think in this instance, you would be the template creator :). You should be able to start with the Ganglia autoconf stuff and derive something from there.

Re: [Ganglia-developers] Disk IO as gmond core metric

2009-07-01 Thread JB Kim
Thanks for the feedback. Creating these metrics into independent module makes sense. I'll refactor it to isolate the code within mod_iostat.c and see how it works out. Before I do so, is there a "standard" template for configure/make files to build these DSO modules independently? Having such deplo

Re: [Ganglia-developers] Disk IO as gmond core metric

2009-07-01 Thread Brad Nicholes
Thanks for the new module code. I haven't had a chance to actually look at the code yet but considering that this is a new metric module, it might be better to decouple it from the rest of the Ganglia code as an independent module rather than having the code integrated into metrics.c and the

Re: [Ganglia-developers] Disk IO as gmond core metric

2009-06-30 Thread JB Kim
Hi folks Wow, it didn't occur to me this thread was more than a year ago. Time surely flies when you have a newborn at home. :-) In any case, I've made necessary modifications to 3.1.2 release to allow iostat-related metrics for linux. Here is the tarball that compiles on linux and reports 7 extr

Re: [Ganglia-developers] Disk IO as gmond core metric

2008-04-29 Thread JB Kim
Sure, sounds like a plan. I'll take a crack at it and let you know. On Tue, Apr 29, 2008 at 12:18 PM, Brad Nicholes <[EMAIL PROTECTED]> wrote: > >>> On 4/28/2008 at 8:26 PM, in message > <[EMAIL PROTECTED]>, "JB Kim" > > <[EMAIL PROTECTED]> wrote: > > Folks, > > > > I've made some changes to gangl

Re: [Ganglia-developers] Disk IO as gmond core metric

2008-04-29 Thread Brad Nicholes
>>> On 4/28/2008 at 8:26 PM, in message <[EMAIL PROTECTED]>, "JB Kim" <[EMAIL PROTECTED]> wrote: > Folks, > > I've made some changes to ganglia 3.0.7 gmond code to provide aggregated > disk IO > statistics for linux hosts. Since a given host can have one or more disks, > the > values from each i

[Ganglia-developers] Disk IO as gmond core metric

2008-04-28 Thread JB Kim
Folks, I've made some changes to ganglia 3.0.7 gmond code to provide aggregated disk IO statistics for linux hosts. Since a given host can have one or more disks, the values from each individual disk are aggregated to a sum or to a max. It seems like a lot of folks are using a wrapper for iostat