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 data type in the gmetric command.

The options just indicate the kind of data you¹re trying to transmit, which
will affect how it¹s plotted and tabulated (i.e. you can average numbers but
not strings, decimal points are significant with floating point types, what
units you¹re measuring in, etc.)

The bottom line is, check what kind of data you want to collect, and help
Ganglia to understand it better. :-)

cheers,
Klaus

On 7/29/08 12:08 PM, "Craig Simpson" <[EMAIL PROTECTED]>did etch on stone
tablets:

> 
> 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
> 
> 
> 


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to