Re: [Ganglia-developers] dmax for python and C gmond modules

2011-02-01 Thread Brad Nicholes
>>> On 2/1/2011 at 12:02 PM, in message , Bernard Li wrote: > Hi all: > > When I was writing a Python module for monitoring GPU metrics, I > noticed that the interface does not provide a way to set dmax. > According to the gmetric man page, dmax is: > >-d, --dmax=INT > The

Re: [Ganglia-developers] RFC: bootstrap script for monitor-web-2.0

2011-02-01 Thread Bernard Li
Instead of a bootstrap shell script, I re-wrote it as a Makefile. Committed to r2467, r2468: http://sourceforge.net/apps/trac/ganglia/changeset/2467 http://sourceforge.net/apps/trac/ganglia/changeset/2468 Cheers, Bernard On Thu, Jan 6, 2011 at 11:14 PM, Bernard Li wrote: > Hi all: > > Happy Ne

[Ganglia-developers] dmax for python and C gmond modules

2011-02-01 Thread Bernard Li
Hi all: When I was writing a Python module for monitoring GPU metrics, I noticed that the interface does not provide a way to set dmax. According to the gmetric man page, dmax is: -d, --dmax=INT The lifetime in seconds of this metric (default=‘0’) So I was wondering why thi