Re: [Ganglia-developers] 3.0.7?

2008-02-25 Thread Martin Knoblauch
Hi Bernard, as I said, all my stuff can wait for 3.0.8. As for the ACKs - ACK ACK ACK ACK :-) Cheers Martin -- Martin Knoblauch email: k n o b i AT knobisoft DOT de www: http://www.knobisoft.de - Original Message > From: Bernard L

[Ganglia-developers] Ganglia 3.0.7 last snapshot

2008-02-25 Thread Bernard Li
Dear all: I just uploaded which hopefully will be the last snapshot of 3.0.7 before it gets out the door: http://www.ganglia.info/snapshots/3.0.x/ Please test this out on your respective platforms and report any (last minute) issues (if any). Please do not check any code changes into the 3.0.x

Re: [Ganglia-developers] svn woes for ganglia repository

2008-02-25 Thread Jesse Becker
On Mon, Feb 25, 2008 at 1:49 PM, Bernard Li <[EMAIL PROTECTED]> wrote: > On 2/23/08, Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> wrote: > > > using something like git which will not go down and block anyone to do > > And where do we plan to host this? Well, I think that part of the reason to

Re: [Ganglia-developers] 3.0.7?

2008-02-25 Thread Bernard Li
Hi Martin: On 2/25/08, Martin Knoblauch <[EMAIL PROTECTED]> wrote: > what are your plans for 3.0.7? Any time now ? :-) If not, I would like to > commit a small patch to enable syslogging error mesages for "gmond". But it > can wait for 3.0.8. To be honest I am waiting for more ACKs. But eit

Re: [Ganglia-developers] gmond Spoof memory leak fix

2008-02-25 Thread Carlo Marcelo Arenas Belon
On Mon, Feb 25, 2008 at 10:56:33AM -0600, Martin Hicks wrote: > > Ah okay. I don't see those warnings. Thanks for the update. Committed revision 1003. Carlo - This SF.net email is sponsored by: Microsoft Defy all challeng

Re: [Ganglia-developers] svn woes for ganglia repository

2008-02-25 Thread Bernard Li
Hi Carlo: On 2/23/08, Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> wrote: > using something like git which will not go down and block anyone to do > commits, and which will hopefully help everyone outside main ganglia > development to maintain their patches in a way that could be integrated

Re: [Ganglia-developers] gmond Spoof memory leak fix

2008-02-25 Thread Martin Hicks
On Sat, Feb 23, 2008 at 04:32:20PM -0600, Carlo Marcelo Arenas Belon wrote: > > gmond.c: In function 'Ganglia_message_save': > gmond.c:840: warning: passing argument 1 of 'xdr_free' from incompatible > pointer type > gmond.c:840: warning: passing argument 2 of 'xdr_free' from incompatible

Re: [Ganglia-developers] svn woes for ganglia repository

2008-02-25 Thread Brad Nicholes
>>> On 2/23/2008 at 3:44 PM, in message <[EMAIL PROTECTED]>, Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> wrote: > On Sat, Feb 23, 2008 at 01:13:44PM -0500, Jesse Becker wrote: >> On Sat, Feb 23, 2008 at 1:07 PM, Carlo Marcelo Arenas Belon >> <[EMAIL PROTECTED]> wrote: >> > anyone knows what happ

[Ganglia-developers] 3.0.7?

2008-02-25 Thread Martin Knoblauch
Hi Bernard, what are your plans for 3.0.7? Any time now ? :-) If not, I would like to commit a small patch to enable syslogging error mesages for "gmond". But it can wait for 3.0.8. diff -up ~/ganglia-3.0.6.200802141157/gmond/gmond.c gmond/ --- /home/ftt5aa7/ganglia-3.0.6.200802141157/gmond/gm

Re: [Ganglia-developers] [RFC 00/14] libmetrics: updates for AIX by Michael Perzl

2008-02-25 Thread Ulf Lange
Hi Carlo, thank a lot for your patches. On Wednesday I' ll try to get it working on AIX 5.3 with Power5 and Power6 Regards, Ulf Carlo Marcelo Arenas Belon schrieb: > Greetings, > > the following patch series modifies all core metrics for AIX using the > proposed changes suggested in BUG146 by Mi

[Ganglia-developers] [RFC 14/14] libmetrics: AIX: style and formatting

2008-02-25 Thread Carlo Marcelo Arenas Belon
The biggest of all patches, but the less likely to generate any problems It could be skipped, but then the series will have 13 patches, and you know what they say about that number and it makes the code nicer to read and easier to extend. Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTE

[Ganglia-developers] [RFC 13/14] libmetrics: AIX: os_name metric by Michael Perzl

2008-02-25 Thread Carlo Marcelo Arenas Belon
Localize utsname Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> --- trunk/monitor-core/libmetrics/aix/metrics.c | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/trunk/monitor-core/libmetrics/aix/metrics.c b/trunk/monitor-core/libmetrics/aix/metric

[Ganglia-developers] [RFC 12/14] libmetrics: AIX: boottime metric by Michael Perzl

2008-02-25 Thread Carlo Marcelo Arenas Belon
merge fixes into one single function for boottime and creates a global a global boottime is needed for previous patches so this might need to me moved up. Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> --- trunk/monitor-core/libmetrics/aix/metrics.c | 32

[Ganglia-developers] [RFC 11/14] libmetrics: AIX: process metrics by Michael Perzl

2008-02-25 Thread Carlo Marcelo Arenas Belon
Replace process metrics with a MUCH more simplified version and obsoletes a big chunk of code looking for threads and processes. If there is any regression in this series is here. Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> --- trunk/monitor-core/libmetrics/aix/metrics.c | 93

[Ganglia-developers] [RFC 10/14] libmetrics: AIX: network metrics by Michael Perzl

2008-02-25 Thread Carlo Marcelo Arenas Belon
Replace update_ifdata with a newer version that scans all interfaces and collects metrics for all of them explicitly. The first snippet is most likely not needed Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> --- trunk/monitor-core/libmetrics/aix/metrics.c | 191 +

[Ganglia-developers] [RFC 09/14] libmetrics: AIX: os release metric by Michael Perz

2008-02-25 Thread Carlo Marcelo Arenas Belon
the first snippet include for might be needed by the previous patch. merges bos_level with fixes to avoid memory leaks and returning undefined values on error. the version provided by Michael ignores searchs for "bos.rte.?p" that might seem to be needed for AIX 4.x based on the comments from the

[Ganglia-developers] [RFC 08/14] libmetrics: AIX: cpu metrics by Michael Perzl

2008-02-25 Thread Carlo Marcelo Arenas Belon
Remove cpu_total_buffer global and all related baggage and create a new global status array that will be updated every 5 seconds through a helper function Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> --- trunk/monitor-core/libmetrics/aix/metrics.c | 195 +++--