On Thu, Mar 4, 2010 at 20:39, Jonah Horowitz <[email protected]> wrote: > 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);
Sure looks like it. You can alter the gmetad polling interval in gmetad.conf, and I think the assumption is that the step size and polling intervals will match. I tried changing the polling interval at one point (but not the step size) had some very strange graphs for a while. > > > ------------------------------------------------------------------------------ > 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 > > -- Jesse Becker Every cloud has a silver lining, except for the mushroom-shaped ones, which come lined with strontium-90. ------------------------------------------------------------------------------ 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

