On Thu, Jul 9, 2009 at 2:59 PM, Rick Cobb<rc...@quantcast.com> wrote:
> Why would this be true? gmetric strings that are longer than 32 bytes work
> and have for a long time. In the wire encoding, xdr_string encodes a length
> followed by a set of octets.  The old (<3.1) protocol.x says that all the
> gmond metric strings are xdr_strings.
>
> We use them, e.g., to encode the (full-path) versions of our various gmetric
> scripts. Those are almost always longer than 32B.

you are correct, the program 'gmetric' can send values that are larger
than 32 bytes, but gmetric interfaces directly with the C-based gmond
library.

but, you can't send value longer than 32 bytes when you interface with
the python gmond code -- storage space for values are hardcoded to 32
bytes.

 - gb

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to