This is a discussion on Re: [rrd-users] SUM, in gprint, when DS type is GAUGE within the RRD Users forums, part of the Networking and Network Related category; Danny Kj=CArgaard wrote: >as the subject tells, i would like to have a sum after each lengend. I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Danny Kj=CArgaard wrote:
>as the subject tells, i would like to have a sum after each lengend. I need >to messaure mail flow per 5min, over 24 hours, and would like to have the >sum of of mails in the last 24 hours too. When i use a vdef and total i >tells something way too high, and a floating number too. How might i do >this? DS type doesn't matter - it only controls how the = data is entered into the RRD. If you multiply = rate by time you get total, end of story. Calculate the average over 24 hours, multiply by = 86400, and you get the total. It won't normally = be an integer because of all the normalisation = that goes on - but if you are VERY careful with = your data inserts so as to avoid normalisation = then you will get something very close and can = round it. _______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users |