This is a discussion on Re: [rrd-users] A few Newbie questions within the RRD Users forums, part of the Networking and Network Related category; apoch632 wrote: >I have a set of .rrd databases which give the Internet usage of an IP >address ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |