Re: [Ganglia-general] cpu_in_lpar Metric Calculation

2008-07-29 Thread Ave-Lallemant, Nathan P
Bernard, Thank you for the prompt response, I appreciate it! I am using the P5/6 aware binary RPM's from Michael Perzl: http://www.perzl.org/ganglia/ganglia-files-v3.0.7.html And the web interface to go with it: http://www.perzl.org/ganglia/webinterface.html

Re: [Ganglia-general] [Ganglia-developers] [ANNOUNCEMENT] Ganglia 3.1.0 tarball ready fortesting...

2008-07-29 Thread Brad Nicholes
It has been two weeks since the announcement of the availability of the Ganglia 3.1.0 testing tarball. Since that time, I haven't seen any reports of showstopper issues. Unless there are any objections or critical bug reports that have not yet been reported, I propose that we release the

Re: [Ganglia-general] [Ganglia-developers] [ANNOUNCEMENT] Ganglia 3.1.0 tarball ready fortesting...

2008-07-29 Thread Marc Van Kerkhoven1
Hi Brad, One minor bug would be that the gmetrics link is no longer visible in the host view. Not sure if this is because I have done anything wrong, but it's pretty much a vanilla install. Not sure if this is intentional with the introduction of the python modules. kind regards, Marc van

Re: [Ganglia-general] [Ganglia-developers] [ANNOUNCEMENT]Ganglia 3.1.0 tarball ready fortesting...

2008-07-29 Thread Brad Nicholes
On 7/29/2008 at 10:06 AM, in message [EMAIL PROTECTED], Marc Van Kerkhoven1 [EMAIL PROTECTED] wrote: Hi Brad, One minor bug would be that the gmetrics link is no longer visible in the host view. Not sure if this is because I have done anything wrong, but it's pretty much a vanilla

Re: [Ganglia-general] [Ganglia-developers] [ANNOUNCEMENT]Ganglia 3.1.0 tarball ready fortesting...

2008-07-29 Thread Bernard Li
Hi Brad: On Tue, Jul 29, 2008 at 9:27 AM, Brad Nicholes [EMAIL PROTECTED] wrote: Thanks for installing and testing the 3.1 testing tarball. Removing the gmetric link from the host view was intentional. In Ganglia 3.1, everything is reported as a metric rather than differentiating between

Re: [Ganglia-general] cpu_in_lpar Metric Calculation

2008-07-29 Thread Bernard Li
Hi Nathan: On Tue, Jul 29, 2008 at 6:01 AM, Ave-Lallemant, Nathan P [EMAIL PROTECTED] wrote: I am using the P5/6 aware binary RPM's from Michael Perzl: http://www.perzl.org/ganglia/ganglia-files-v3.0.7.html And the web interface to go with it:

Re: [Ganglia-general] [Ganglia-developers] [ANNOUNCEMENT]Ganglia 3.1.0 tarball ready fortesting...

2008-07-29 Thread Brad Nicholes
On 7/29/2008 at 11:18 AM, in message [EMAIL PROTECTED], Bernard Li [EMAIL PROTECTED] wrote: Hi Brad: On Tue, Jul 29, 2008 at 9:27 AM, Brad Nicholes [EMAIL PROTECTED] wrote: Thanks for installing and testing the 3.1 testing tarball. Removing the gmetric link from the host view was

Re: [Ganglia-general] [Ganglia-developers] [ANNOUNCEMENT] Ganglia 3.1.0 tarball ready fortesting...

2008-07-29 Thread Craig Simpson
Pardon my uncertainty but about the default checks in /etc/gmond.conf. For the Network stuff, what interface is it binding to? How does it figure that out. On my cluster I have several interfaces and am doing NIC Bonding on Linux. So really I would want to bind that to and alias. Thanks! Craig

[Ganglia-general] default checks in /etc/gmond.conf, what network interface?

2008-07-29 Thread Craig Simpson
Pardon my uncertainty but about the default checks in /etc/gmond.conf. For the Network stuff, what interface is it binding to? How does it figure that out. On my cluster I have several interfaces and am doing NIC Bonding on Linux. So really I would want to bind that to and alias. Thanks! Craig

Re: [Ganglia-general] default checks in /etc/gmond.conf, what network interface?

2008-07-29 Thread Klaus Steden
Hi Craig, It shouldn¹t be a problem do bind gmond to your bonded interface ... to bind it to a specific interface, you¹ll need to specify the interface name in the send/recv stanzas according to your needs. My setup uses multiple NICs as well, and looks a little like this: -- cut -- /* UDP

Re: [Ganglia-general] default checks in /etc/gmond.conf, what network interface?

2008-07-29 Thread Craig Simpson
Thanks! But what I am wondering is what interface's is it using to gather these stats and can I bind these to an interface?: collection_group { collect_every = 40 time_threshold = 300 metric { name = bytes_out value_threshold = 4096 } metric { name = bytes_in

[Ganglia-general] gmetric -t types question

2008-07-29 Thread Craig Simpson
gmetric -t types question As an option sending data to gmetric, I don't get the -t flag. The options are -t, --type=STRING Either string|int8|uint8|int16|uint16|int32|uint32|float|double What exactly do the different options mean? Thanks! Craig -- Get Creative!!! @ http://3rdstone.net Use

Re: [Ganglia-general] default checks in /etc/gmond.conf, what network interface?

2008-07-29 Thread Carlo Marcelo Arenas Belon
On Tue, Jul 29, 2008 at 11:52:53AM -0700, Craig Simpson wrote: But what I am wondering is what interface's is it using to gather these stats all of them, the network metrics are an aggregate for all interfaces (in Linux traffic for bonding interfaces is not counted on, as it is already

Re: [Ganglia-general] gmetric -t types question

2008-07-29 Thread Carlo Marcelo Arenas Belon
On Tue, Jul 29, 2008 at 12:08:31PM -0700, Craig Simpson wrote: gmetric -t types question As an option sending data to gmetric, I don't get the -t flag. The options are -t, --type=STRING Either string|int8|uint8|int16|uint16|int32|uint32|float|double What exactly do

Re: [Ganglia-general] gmetric -t types question

2008-07-29 Thread Klaus Steden
Ganglia 3.0.x and earlier can only process single pieces of data, i.e. you can¹t send it a mixed data type. So if you¹re monitoring packets on an interface, you¹d have to capture each metric you¹re interested in (sent, received, retransmitted, discarded, errors, etc.) individually and include the

[Ganglia-general] how to graph multiple data point in one graph when sending data to gmetric

2008-07-29 Thread Craig Simpson
Trying to figure out how to graph multiple data point in one graph when sending data to gmetric? Below is what I am doing and this work but I have endless graphs. How can I consolidate this into one with multiple data points? Can I do this? #!/usr/bin/perl my

Re: [Ganglia-general] [Ganglia-developers] [ANNOUNCEMENT] Ganglia 3.1.0 tarball ready fortesting...

2008-07-29 Thread Carlo Marcelo Arenas Belon
On Tue, Jul 29, 2008 at 05:06:34PM +0100, Marc Van Kerkhoven1 wrote: One minor bug would be that the gmetrics link is no longer visible in the host view. Not sure if this is because I have done anything wrong, but it's pretty much a vanilla install. this is expected as detailed

Re: [Ganglia-general] [Ganglia-developers] [ANNOUNCEMENT] Ganglia 3.1.0 tarball ready for testing...

2008-07-29 Thread Carlo Marcelo Arenas Belon
On Tue, Jul 29, 2008 at 11:35:59AM -0600, Brad Nicholes wrote: On 7/29/2008 at 11:18 AM, in message [EMAIL PROTECTED], Bernard Li [EMAIL PROTECTED] wrote: Maybe we should document this as part of the changes for 3.1.0 in the Wiki? Sounds like a good idea. Wishful thinking aside, the