Re: [Ganglia-developers] Ganglia-3.3.1: How to get back the old web interface ??

2012-02-29 Thread Bernard Li
Hi Martin:

On Tue, Feb 28, 2012 at 2:41 AM, Martin Knoblauch kn...@knobisoft.de wrote:

  While I think it is an interesting development, I do not think it is
 ready for general consuption (more later). Big question: is there a way to
 configure back the old behaviour??

You can just download the old source, build the web RPM and install
that instead of what comes with the new version.  It should just work.

Cheers,

Bernard

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] [Ganglia-general] Ganglia gmond memory leak?

2012-02-29 Thread Martin Knoblauch
Hi,

 after running my plain gmond for about 48 hours under valgrind control I get 
the following summary:

==5428== LEAK SUMMARY:
==5428==    definitely lost: 24,804 bytes in 13 blocks
==5428==    indirectly lost: 20 bytes in 4 blocks
==5428==  possibly lost: 352,725 bytes in 141 blocks
==5428==    still reachable: 1,342,402 bytes in 2,189 blocks
==5428== suppressed: 0 bytes in 0 blocks
==5428== Reachable blocks (those to which a pointer was found) are not shown.
==5428== To see them, rerun with: --leak-check=full --show-reachable=yes


 So we may have lost about 400 KB plus 1.3 MB of stuff that we [likely] just 
fail to free on exit. Not to bad. 

==5428==
==5428== For counts of detected and suppressed errors, rerun with: -v
==5428== Use --track-origins=yes to see where uninitialised values come from
==5428== ERROR SUMMARY: 97221 errors from 203 contexts (suppressed: 68 from 5)


 Those errors are kind of interesting. Most of it just comes out of Python with 
no traces of ganglia code. Not sure how to track/document that in a useful way.

 I will rerun the valgrind tracing with the suggested options on a 3.3.1 gmond 
for some time.

Cheers

Martin 

--
Martin Knoblauch
email: k n o b i AT knobisoft DOT de
www:   http://www.knobisoft.de



 From: Martin Knoblauch kn...@knobisoft.de
To: Aidan Wong aidanw...@attinteractive.com; Ave-Lallemant, Nathan P 
nathan.p.ave-lallem...@efleets.com; ganglia-general 
ganglia-gene...@lists.sourceforge.net 
Sent: Monday, February 27, 2012 8:21 PM
Subject: Re: [Ganglia-general] Ganglia gmond memory leak?
 

Hi Aidan,


 for what it is worth, I cannot reproduce the growing memory consumption on a 
small 3.2.0 grid using only standard metrics in unicast mode. Running now for 
a few hours. Will check again tomorrow.


Cheers
Martin 

--
Martin Knoblauch
email: k n o b i AT knobisoft DOT de
www:   http://www.knobisoft.de



 From: Aidan Wong aidanw...@attinteractive.com
To: Ave-Lallemant, Nathan P nathan.p.ave-lallem...@efleets.com; 
ganglia-general ganglia-gene...@lists.sourceforge.net 
Sent: Thursday, February 23, 2012 8:34 AM
Subject: Re: [Ganglia-general] Ganglia gmond memory leak?
 

I've restarted the gmond process and memory usage drops until gmond hogs 
memory over time.  Any Ganglia contributors who may want to chime in on this 
memory leak issue?  I'm on Ganglia 3.2.0.  Are there any improvements on 
version 3.3.1 addressing this issue?


Thanks

From: Ave-Lallemant, Nathan P nathan.p.ave-lallem...@efleets.com
Date: Wed, 22 Feb 2012 16:31:58 -0600
To: Aidan Wong aidanw...@attinteractive.com, ganglia-general 
ganglia-gene...@lists.sourceforge.net
Subject: RE: Ganglia gmond memory leak?



 
I have seen the same behavior in my environment but do not have a solution.
 
 
Nathan


 
From:Aidan Wong [mailto:aidanw...@attinteractive.com] 
Sent: Wednesday, February 22, 2012 4:10 PM
To: ganglia-general
Subject: [Ganglia-general] Ganglia gmond memory leak?
 
Hi it looks like my install of gmond version 3.2.0 is leaking memory.   The 
amount of resident used memory that the process uses, gets up pretty high and 
keeps increasing.
 
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root     18647  0.0  9.9 2965464 1836268 ?     Ss   Jan14  11:24 
/home/t/hadoop-ganglia-client/sbin/gmond -c 
/home/t/hadoop-ganglia-client/gmond.conf -p 
/home/t/hadoop-ganglia-client/logs/gmond.pid
 
Is this a bug?  Can anyone suggest a solution?
 
Thank you

 CONFIDENTIALITY NOTICE: This e-mail and any files transmitted with it are 
 intended solely for the use of the individual or entity to whom they are 
 addressed and may contain confidential and privileged information protected 
 by law. If you received this e-mail in error, any review, use, 
 dissemination, distribution, or copying of the e-mail is strictly 
 prohibited. Please notify the sender immediately by return e-mail and delete 
 all copies from your system.


 
--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Ganglia-general mailing list
ganglia-gene...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general



--
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you 

Re: [Ganglia-developers] Ganglia-3.3.1: How to get back the old web interface ??

2012-02-29 Thread Martin Knoblauch


 From: Bernard Li bern...@vanhpc.org
To: Martin Knoblauch kn...@knobisoft.de 
Cc: ganglia-developers@lists.sourceforge.net 
ganglia-developers@lists.sourceforge.net 
Sent: Wednesday, February 29, 2012 9:06 AM
Subject: Re: [Ganglia-developers] Ganglia-3.3.1: How to get back the old web 
interface ??
 
Hi Martin:

On Tue, Feb 28, 2012 at 2:41 AM, Martin Knoblauch kn...@knobisoft.de wrote:

  While I think it is an interesting development, I do not think it is
 ready for general consuption (more later). Big question: is there a way to
 configure back the old behaviour??

You can just download the old source, build the web RPM and install
that instead of what comes with the new version.  It should just work.

Hi Bernard,

 hey - while correct and obvious, this is not what I asked for :-) I just think 
it would be good to have a config option that brings back the interface to the 
old look/simplicity/speed.


Cheers,

Bernard


Martin


--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] Ganglia-3.3.1: How to get back the old web interface ??

2012-02-29 Thread Vladimir Vuksan
If you'd like to rework the templates to reinstate the old behavior ie. 
call it legacy templates that would be fine.


Vladimir

On Wed, 29 Feb 2012, Martin Knoblauch wrote:


On Tue, Feb 28, 2012 at 2:41 AM, Martin Knoblauch kn...@knobisoft.de wrote:


 While I think it is an interesting development, I do not think it is
ready for general consuption (more later). Big question: is there a way to
configure back the old behaviour??


You can just download the old source, build the web RPM and install
that instead of what comes with the new version.  It should just work.


Hi Bernard,

 hey - while correct and obvious, this is not what I asked for :-) I just think 
it would be good to have a config option that brings back the interface to the 
old look/simplicity/speed.--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers


Re: [Ganglia-developers] Ganglia-3.3.1: How to get back the old web interface ??

2012-02-29 Thread Bernard Li
Hi Vladimir:

On Wed, Feb 29, 2012 at 7:03 AM, Vladimir Vuksan vli...@veus.hr wrote:

 If you'd like to rework the templates to reinstate the old behavior ie. call
 it legacy templates that would be fine.

Hmmm...  is it a simple template change or is it more involved?  I
thought a whole bunch of the PHP files got changed so would it be
possible to have the old-style and new style GUI co-exist in the same
code tree?

Cheers,

Bernard

--
Virtualization  Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
___
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers