From: Tobias Oetiker Date: Wed, 5 Aug 2015 11:53:56 +0000 (+0200) Subject: added support for STEPWIDTH rpn operator X-Git-Tag: v1.5.4~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0169246207f3916ff82c0643fd2be9a475cde360;p=thirdparty%2Frrdtool-1.x.git added support for STEPWIDTH rpn operator --- diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod index cb3d1a9c..c5c1c0b4 100644 --- a/doc/rrdgraph_rpn.pod +++ b/doc/rrdgraph_rpn.pod @@ -341,6 +341,13 @@ B Pushes the current time on the stack. +B + +The with of the current step in seconds. You can use this to go back from +rate based presentations to absolute numbers + + CDEF:abs=rate,STEPWIDTH,*,PREF,ADDNAN + B