>>> On 7/20/2007 at 4:28 AM, in message <[EMAIL PROTECTED]>, Ramon Bastiaans
<[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> I'm the author of a addon to Ganglia that reports batch clusters job
> statistics and information in the webfrontend.
>
> Right now - among other things - I make use of a daemon
Yes, I run a separate metric for each job. Because of the DMAX/TMAX they
automatically disappear when the job is gone.
It is not stored in a RRD (since it is of type: string), but parsed by
the web frontend part of my addon. See:
* http://ganglia.sara.nl/?c=LISA%20Cluster
* http://ganglia.sa
> For my particular purpose, the amount of gmetrics and their names vary
> each time it is polled. This is because I submit the job information as
> metrics named after their jobid in the batch system, for example:
>
> SLOPE="both" SOURCE="gmetric"/>
>
> Since the jobs ids/amounts may/will vary
Hi guys,
I'm the author of a addon to Ganglia that reports batch clusters job
statistics and information in the webfrontend.
Right now - among other things - I make use of a daemon that submits all
the jobs information as a whole bunch of gmetrics (written in Python).
Now I've been looking at