Hi,

I tried today to sum up all of the values at my rrd-Database using the TOTAL
Command.
My data is organized as GAUGE Type.
I tried the following:
  rrdtool graph dummy.png DEF:var=file.rrd:DATA:MAX VDEF:tot=var,TOTAL
PRINT:tot:%.0lf 
Unfortunately the value I got was not correct at all. I expected that the
Value would be STEP-SIZE (given at rrdtool create) times the SUM.
Afterwards I changed my Database to ABSOLUTE Type. Then I got the correct
SUM.

Is there something special on the GAUGE type?

Regards,

Alex

-- 
View this message in context: 
http://rrd-mailinglists.937164.n2.nabble.com/RPN-Problem-with-GAUGE-TOTAL-tp6074003p6074003.html
Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com.

_______________________________________________
rrd-users mailing list
rrd-users@lists.oetiker.ch
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to