« Return to Thread: A few Newbie questions

Re: A few Newbie questions

by Simon Hobson-2 :: Rate this Message:

Reply to Author | View in Thread

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
rrd-users@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

 « Return to Thread: A few Newbie questions