apoch632 wrote: >I have a set of .rrd databases which give the Internet usage of an IP >address over a timeframe. How do I extract this data to be able to say on a >webpage or terminal that " 'This IP address' has downloaded X bytes this >month"
Average = total/time therefore total = average * time Get average over period, multiply by timespan of period, you have total ! Just use 'gprint' to print out the average of the data, multiply it by time, you get total. _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
