Re: [Ganglia-developers] Re: [Ganglia-general] gmond error on Solaris8/SPARK

2004-11-24 Thread Brooks Davis
On Wed, Nov 24, 2004 at 11:49:23AM +, Matt Massie wrote: > i think it's good practice that when an application daemonizes that it > close all open file descriptors that it inherits from the parent... not > just stdin, stdout, stderr. it's also important that (at least on > freebsd) that the me

[Ganglia-developers] Re: Some updates to 2.5.8

2004-11-24 Thread Martin Knoblauch
Hi Matt, --- Matt Massie <[EMAIL PROTECTED]> wrote: > martin- > > you are my hero! > > i was going to go merge the 2.5.7 branch code back in monitor-core > HEAD today and i really wasn't looking forward to it. thank > you thank you thank you. > hey, it wasn't that hard ... And I had requeste

RE: [Ganglia-developers] Some updates to 2.5.8

2004-11-24 Thread Adesanya, Adeyemi
OK, Ignore that. Just realized that I have to run 'bootstrap'. Yemi > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Adesanya, Adeyemi > Sent: Wednesday, November 24, 2004 4:24 PM > To: [EMAIL PROTECTED]; ganglia-developers@lists.sourcefo

RE: [Ganglia-developers] Some updates to 2.5.8

2004-11-24 Thread Adesanya, Adeyemi
Hi. I just checked out the head of monitor-core from cvs. Where is the ./configure script? Yemi > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Martin Knoblauch > Sent: Wednesday, November 24, 2004 4:17 AM > To: ganglia-developers@lists

[Ganglia-developers] Re: Some updates to 2.5.8

2004-11-24 Thread Matt Massie
martin- you are my hero! i was going to go merge the 2.5.7 branch code back in monitor-core HEAD today and i really wasn't looking forward to it. thank you thank you thank you. i just updated my local CVS and made a new snapshot... http://matt-massie.com/ganglia/ganglia-monitor-core-2.5.8.2

Re: [Ganglia-developers] Small bug in lib makefile

2004-11-24 Thread Luke A. Kanies
On Wed, 24 Nov 2004, Matt Massie wrote: i'm don't completely understand the DESTDIR problem you had. if possible, i'd like to squash that bug. It's pretty simple. If you set the DESTDIR when running 'make install', everything gets installed into the value of DESTDIR/PREFIX instead of just

Re: [Ganglia-developers] Small bug in lib makefile

2004-11-24 Thread Matt Massie
i'm don't completely understand the DESTDIR problem you had. if possible, i'd like to squash that bug. the latest 2.5.8 snapshot can be downloaded from http://matt-massie.com/ganglia/ganglia-monitor-core-2.5.8.200411241228.tar.gz 2.5.8 is unicast-enabled. -matt Luke A. Kanies wrote: Hi all,

[Ganglia-developers] file descriptor madness revisited

2004-11-24 Thread Matt Massie
i was just reading through the patches on sourceforge and saw a message about AIX problems caused by gmond forking after metric_init() and closing all file descriptors. looks like it uses a file descriptor to export kernel data as well. the person run gmond in debug mode and piped output to /

Re: [Ganglia-developers] 2.5.8 runs on cygwin

2004-11-24 Thread Matt Massie
carlo- you might email this guy in peru. he has been contributing some great code to ganglia already (recently he sent in a patch to add native network metrics). i'm sure he could have ganglia up and running on mingw in no time. :) -matt ps. i think his name is carlo. Carlo Marcelo Are

[Ganglia-developers] Re: [Ganglia-general] gmond error on Solaris8/SPARK

2004-11-24 Thread Matt Massie
sangghyun- all kvm_ calls are now gone from ganglia on solaris for the next release (2.5.8) coming to theatres near you in the very near future. the solaris code has been rewritten to use kstat. your feedback has resulted in code changes though. i think it's good practice that when an applicati

Re: [Ganglia-developers] [PATCH] More metrics for Darwin

2004-11-24 Thread Martin Knoblauch
Hi Sebastian, from my experience, the patch tracker thingy is pretty much dead for this project. Posting patches here is fine. One question. Does Darwin have some "cpu is waiting for IO" state? That would go nicely into cpu_wio_func. That the cpu usage does not add up to 100% all the time is

[Ganglia-developers] [PATCH] More metrics for Darwin

2004-11-24 Thread Sebastian Hagedorn
Hi, I'm new to this list, so bear with me if I have done something wrong. I've tried to submit a patch on the SF patch tracker (it's no. 1072656), but apparently the attachment didn't make it(?). Anyway, I've read that patches should be submitted here ... I'm not sure whether to attach it or t

[Ganglia-developers] Some updates to 2.5.8

2004-11-24 Thread Martin Knoblauch
Hi, I just checked in some changes to libmetrics and gmond. - cpu_wio is now a metric exported by all platforms - the networking metrics are back for solaris - solaris now uses kstat instead of kvm - consolidates cpu_intr, cpu_sintr for the platforms where they make sense - cleanup gmond/metrics

Re: [Ganglia-developers] Re: [Ganglia-general] gmond error on Solaris8/SPARK

2004-11-24 Thread Martin Knoblauch
Hello Sanghyun, the new Solaris code in 2.5.8 will no longer use any "kvm_" routines. All will be done via "kstat" and there is no more need to run as root on that platform. Martin --- Sanghyun Hong <[EMAIL PROTECTED]> wrote: > Hi, Matt > > Thanks for your opinion. > Today, I execute some test

Re: [Ganglia-developers] Problems bootstrapping CVS on Fedora FC2

2004-11-24 Thread Martin Knoblauch
Yemi, we are still sorting out some minor nits. But things look promising for solaris. The new stuff is already in the 2.5.8 tree. We just need to make sure it is activated. Martin --- Adeyemi Adesanya <[EMAIL PROTECTED]> wrote: > > Hi. > > Sounds like CVS is in order now. Can you let me know