Re: [Ganglia-developers] Memory leak in gmond

2008-02-19 Thread Martin Hicks
On Mon, Feb 18, 2008 at 10:41:08PM -0600, Carlo Marcelo Arenas Belon wrote: On Tue, Feb 19, 2008 at 09:43:21AM +0530, Kumar Vaibhav wrote: Did You tried the latest patched Version that Bernard send on last friday. A lot of memory leak fixes have been done. Vaibhav, the only memory

Re: [Ganglia-developers] Memory leak in gmond

2008-02-19 Thread Brad Nicholes
On 2/18/2008 at 9:41 PM, in message [EMAIL PROTECTED], Carlo Marcelo Arenas Belon [EMAIL PROTECTED] wrote: On Tue, Feb 19, 2008 at 09:43:21AM +0530, Kumar Vaibhav wrote: Did You tried the latest patched Version that Bernard send on last friday. A lot of memory leak fixes have been done.

Re: [Ganglia-developers] Memory leak in gmond

2008-02-19 Thread Jesse Becker
On Feb 15, 2008 5:42 PM, Bernard Li [EMAIL PROTECTED] wrote: Sure, please update us after the weekend, we'll likely release 3.0.7 then. Running valgrind on the ganglia-3.0.6.200802141157.tar.gz tarball you posted for testing: ==2590== 5,554 bytes in 1,282 blocks are definitely lost in loss

[Ganglia-developers] Consolidation of network metrics functions for Linux

2008-02-19 Thread Martin Knoblauch
Hi, I just checked into trunk a first cut on removing duplicate code in the linux/metric.c file. I started working on the network functions, because I am also trying to track down a problem where we are seeing petabyte/sec spikes every few hours, which I attribute to some problem in the

Re: [Ganglia-developers] 3.0.7 release

2008-02-19 Thread Ulf Lange
Hi, I don' t want to get on your nerves, but can somebody checkin the patches from Micheal(bugid 146)? I included the patched files in my last two mails. Regards, Ulf Ulf Lange schrieb: Hi, I' ve patched the current release from http://therealms.org/oss/ganglia/testing/ with the patches

Re: [Ganglia-developers] Memory leak in gmond

2008-02-19 Thread Bernard Li
On 2/19/08, Jesse Becker [EMAIL PROTECTED] wrote: I modified my gmond.conf to report much more aggressively than usual so that the test time would be shorter. However, with *this configuration*, it works out to about 770 bytes per minute. So did we want to hunt this other memory leak down

Re: [Ganglia-developers] Memory leak in gmond

2008-02-19 Thread Martin Hicks
On Tue, Feb 19, 2008 at 08:17:27AM -0700, Brad Nicholes wrote: All of the other memory leak fixes in 3.1.0 were specific to that code base. Although there might be something similar going on in 3.0.x. The other memory leak fixes dealt with the XDR functions that create and free the XDR

Re: [Ganglia-developers] Memory leak in gmond

2008-02-19 Thread Jesse Becker
I'm not sure if this is right--I've only take a really quick check in libmetrics/linux/metrics.c, and my C-fu is rusty. It looks like strndup() is called in linux/metrics.c:hash_lookup (about line 131) to dupliate an interface name, which is included in the stats structure as stats-name. The

Re: [Ganglia-developers] 3.0.7 release

2008-02-19 Thread Carlo Marcelo Arenas Belon
On Tue, Feb 19, 2008 at 08:31:22PM +0100, Ulf Lange wrote: Hi, I don' t want to get on your nerves, but can somebody checkin the patches from Micheal(bugid 146)? I tried to merge Michael metrics changes into the current implementation in trunk, but it would be far easier if they will be

[Ganglia-developers] gmetad interactive port

2008-02-19 Thread Brad Nicholes
Can somebody tell me what the syntax is for the gmetad interactive port or at least point me to where it is documented? Brad - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio

Re: [Ganglia-developers] gmetad interactive port

2008-02-19 Thread Jason A. Smith
I don't remember where I found this, possibly from the gmetad or webfrontend source code, so I don't know if it is officially documented anywhere, but the query syntax is fairly simple right now: query: /cluster1 - return only cluster1 /cluster2/host5 - return host5 from cluster2

Re: [Ganglia-developers] gmetad interactive port

2008-02-19 Thread Brad Nicholes
thanks, that is what I needed to know. Brad On 2/19/2008 at 4:06 PM, in message [EMAIL PROTECTED], Jason A. Smith [EMAIL PROTECTED] wrote: I don't remember where I found this, possibly from the gmetad or webfrontend source code, so I don't know if it is officially documented anywhere, but

Re: [Ganglia-developers] Memory leak in gmond

2008-02-19 Thread Martin Knoblauch
- Original Message From: Jesse Becker [EMAIL PROTECTED] To: Ganglia Developers ganglia-developers@lists.sourceforge.net Sent: Tuesday, February 19, 2008 11:25:54 PM Subject: Re: [Ganglia-developers] Memory leak in gmond I'm not sure if this is right--I've only take a really quick

Re: [Ganglia-developers] 3.0.7 release

2008-02-19 Thread Ulf Lange
Hi, this part 2/2. Regards, Ulf Jesse Becker schrieb: Any chance you could re-post them as .gz or .zip files, instead of .rar? On Feb 19, 2008 2:31 PM, Ulf Lange [EMAIL PROTECTED] wrote: Hi, I don' t want to get on your nerves, but can somebody checkin the patches from Micheal(bugid