Hi! I'm trying to find an easy way to do multiple consolidation functions for a data set.
An example of the type of data I'm working with is service success and response time. The success is stored as a percentage of successes during the testing period and the response time is stored as the average in milliseconds. So, I need the minimum success and maximum response time for an interval. As far as I can tell, in order to get the MIN of one DS and the MAX of another DS, I need to run fetch once for each CF. Is there another way so that I can run one fetch on a rrd file? BTW, the example above is a simplified example. I'm actually working with quite a few DSs per RRD. Thanks! -Rich _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
