Is the step hard-coded to 15s?

It looks like it is here:

rrd_helpers.h:
write_data_to_rrd ( const char *source, const char *host, const char
*metric, 
                    const char *sum, const char *num, unsigned int step,
                    unsigned int process_time, ganglia_slope_t slope);

gmetad.c:   rc = write_data_to_rrd( NULL, NULL, name, sum, num, 15, 0,
metric->slope);


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to