[rrd-users] A few Newbie questions
Simon Hobson
linux at thehobsons.co.uk
Wed Feb 6 00:17:47 CET 2008
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.
More information about the rrd-users
mailing list