X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph_rpn.pod;h=f54bd381de2bf6e6a46b782fa56f4b27fc7f601b;hp=16c5996c4de33405d6317ade27eee328529f105f;hb=ade8a598c4569fbbd663b857be6e360a2dbdb895;hpb=47c6e54442626942e5e07677a2fa5346b6f6119f diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod index 16c5996..f54bd38 100644 --- a/doc/rrdgraph_rpn.pod +++ b/doc/rrdgraph_rpn.pod @@ -201,13 +201,31 @@ Z<> =item MAXIMUM, MINIMUM, AVERAGE -Return the corresponding value +Return the corresponding value, MAXIMUM and MINIMUM also return +the first occurance of that value in the time component. + +Example: C Z<> =item LAST, FIRST -Return the last,first value including its time +Return the last,first value including its time. The time for +FIRST is actually the start of the corresponding interval, where +LASTs time component returns the end of the corresponding interval. + +Example: C + +Z<> + +=item TOTAL + +Returns the rate from each defined timeslot multiplied with the +step size. This can for instance return total bytes transfered +when you have logged bytes per second. The time component returns +the amount of seconds + +Example: C Z<> @@ -219,7 +237,7 @@ data set is then sorted and the value returned is chosen such that I percent of the values is lower or equal than the result. I values are considered lower than any finite number for this purpose so if this operator returns an I you have quite a lot -of them in your data. Iinite numbers are lesser, or more, than the +of them in your data. Binite numbers are lesser, or more, than the finite numbers and are always more than the I numbers. Example: C