RE: [Ganglia-developers] Adding cpu_wio to universal metrics

2004-06-02 Thread Martin Knoblauch
--- "Adesanya, Adeyemi" <[EMAIL PROTECTED]> wrote: > > > Martin, > > Today I learned that the difference in metric values is between a > gmond "collector" and "deaf" gmonds not gmetric as I stated earlier. > The trouble may be due to the fact that I am running a lots of > different gmond version

[Ganglia-developers] 2.6.0

2004-06-02 Thread Matt Massie
i just put out a new snapshot @ http://matt-massie.com/ganglia/ i also put the md5 sum in a file there as well to verify your download (ganglia-2.6.0.tar.gz.md5) i tested this snapshot on solaris and i'm not getting the 0.0.0.0 inet_ntop bug. the box is a SunOS white 5.7 Generic_106541-08 sun4u

RE: [Ganglia-developers] Adding cpu_wio to universal metrics

2004-06-02 Thread Adesanya, Adeyemi
Martin, Today I learned that the difference in metric values is between a gmond "collector" and "deaf" gmonds not gmetric as I stated earlier. The trouble may be due to the fact that I am running a lots of different gmond versions including 2.6.0. I must try and keep things consistent!

Re: [Ganglia-developers] Solaris CPU (p_online) report bug.

2004-06-02 Thread Martin Knoblauch
--- Jeong Bae Kim <[EMAIL PROTECTED]> wrote: > Hi Martin, > > Here is the diff -u output against Mike Hom's latest file (dated > 5-24-2004). > > > > @@ -506,7 +506,14 @@ > */ > for (i = 0; cpu_id > 0; i++) > { > - if (p_online(i, P_STATUS) == -1 && errno == EINVAL) continue; > +

Re: [Ganglia-developers] Solaris CPU (p_online) report bug.

2004-06-02 Thread Jeong Bae Kim
Hi Martin, Here is the diff -u output against Mike Hom's latest file (dated 5-24-2004). @@ -506,7 +506,14 @@ */ for (i = 0; cpu_id > 0; i++) { - if (p_online(i, P_STATUS) == -1 && errno == EINVAL) continue; + /* Submitted by JB Kim <[EMAIL PROTECTED]> + * also skip the l

Re: [Ganglia-developers] Solaris CPU (p_online) report bug.

2004-06-02 Thread Martin Knoblauch
--- Jeong Bae Kim <[EMAIL PROTECTED]> wrote: > Hi, > Hi JB, could you please send me a file with a "diff -u" style patch? I am happy to applyit - assuming you have tested it on weird and non-weird configs. > > > Yes as you can see, we are deploying ganglia on big machines with > not-so-frien

RE: [Ganglia-developers] Adding cpu_wio to universal metrics

2004-06-02 Thread Martin Knoblauch
--- "Adesanya, Adeyemi" <[EMAIL PROTECTED]> wrote: > > Hi Martin. > > Thanks for the patch. It may be relevant but I have made a > significant discovery: My XML output from gmetad differs from my XML > output for gmond in the case of cpu_wio. Gmond (solaris) gives me a > sensible value (between 0

Re: [Ganglia-developers] Re: Webfrontend: need help to extend CPU-Report to show cpu_wio

2004-06-02 Thread Martin Knoblauch
--- Federico Sacerdoti <[EMAIL PROTECTED]> wrote: > Looks good. Do you have write access to CVS? I think you should > commit > it. > Frederico, yes, I have write access. I need to check whether my changes still apply to the latest version of the frontend. > How do you find packet rates in Linu