[Ganglia-developers] one more thing about the snapshot

2005-01-25 Thread Matt Massie
it has the metric changes submitted by martin. -matt -- PGP fingerprint 'A7C2 3C2F 8445 AD3C 135E F40B 242A 5984 ACBC 91D3' They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. --Benjamin Franklin, Historical Review of Pennsy

[Ganglia-developers] new snapshot

2005-01-25 Thread Matt Massie
guys- http://matt-massie.com/ganglia/ganglia-2.6.0.200501251557.tar.gz is a new snapshot that fixed the deaf/mute bug that causes gmond to shoot to 100% CPU use... see... http://bugzilla.ganglia.info/cgi-bin/bugzilla/show_bug.cgi?id=9 this snapshot also added a new attribute "timeout" to the

[Ganglia-developers] Solaris network metrics in 2.6.0 beta?

2005-01-25 Thread Adeyemi Adesanya
I have just noticed that the Solaris network metrics including bytes_in and bytes_out appear to be missing from the 2.6.0 snapshot. They do not appear in the solaris default configuration when I run "gmond -t" but they are in the Linux version. I tried to add the following collection group myse

[Ganglia-developers] non-portable wildcard binds

2005-01-25 Thread Brooks Davis
The tcp code in ganglia makes the non-portable assumption that wildcard binds will forward packets between the IPv4 and IPv6 stacks. The RFCs require this, but none of the BSDs except for Darwin support this because KAME feels it is a bad idea. See the "Interaction between IPv4/v6 sockets" sectio

Re: [Ganglia-developers] feature complete 2.6.0. snapshot

2005-01-25 Thread Ian Cunningham
Matt, Thanks! Good job. I have just compiled ganglia on solaris 5.9 using gcc 3.2. I got it up and running and it seems to talk fine with my 2.5.5 cluster. Only thing missing is solaris doesn't report bytes in/bytes out. I tried to compile on cygwin but I am having trouble with make on ./src

RE: [Ganglia-developers] feature complete 2.6.0. snapshot

2005-01-25 Thread Adesanya, Adeyemi
Thanks Matt. The apr docs helped clear that up. Yes, the interface needs improving. In 2.5.x, you can specify a random list of trusted hosts. Right now it looks like I can only specify one ip/mask per port. Yemi > -Original Message- > From: Matt Massie [mailto:[EMAIL PROTECTED]

Re: [Ganglia-developers] gmond process useage

2005-01-25 Thread Matt Massie
that bug was submitted and i have a fix. i'm cleaning up a new snapshot right now. -matt Eric Wages wrote: All, I've noticed that when gmond is in deaf mode, the cpu is pegged at 100% on one cpu. Anyone else seen this? -Eric Eric Wages University of Maine Advanced Computing Research Lab

[Ganglia-developers] gmond process useage

2005-01-25 Thread Eric Wages
All, I've noticed that when gmond is in deaf mode, the cpu is pegged at 100% on one cpu. Anyone else seen this? -Eric Eric Wages University of Maine Advanced Computing Research Lab 20 Godfrey Drive Orono, ME 04473 (P)(F) 207-866-6510

Re: [Ganglia-developers] feature complete 2.6.0. snapshot

2005-01-25 Thread Matt Massie
this is a feature that i'm willing to perfect a little better with some feedback. currently, there are two attributes "allow_ip" and "allow_mask". if take a look at http://apr.apache.org/docs/apr/group__apr__network__io.html#ga35 you will see two functions apr_ipsubnet_create() and apr_ipsubne

RE: [Ganglia-developers] feature complete 2.6.0. snapshot

2005-01-25 Thread Adesanya, Adeyemi
Hi. No trouble with building/installing on Solaris this time. I've started looking at gmond and getting familiar with the new configuration format. Can you please provide examples of how to use 'allow_ip' and 'allow_mask' to restrict what hosts can send data and request data from gmond? I'm ha

Re: [Ganglia-developers] feature complete 2.6.0. snapshot

2005-01-25 Thread Sebastian Hagedorn
Hi, --On 24. Januar 2005 19:30:38 Uhr + Matt Massie <[EMAIL PROTECTED]> wrote: i've just finished up a first crack at a feature-complete 2.6.0. you can upload it from http://matt-massie.com/ganglia/ganglia-2.6.0.200501241924.tar.gz it compiles, installs and runs fine under Darwin 7.7.