X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph_rpn.pod;h=5558c224b70c8e15bb3455911ebeb77158695abe;hp=2e29112ee785be2deea4c29041d920a170e26a99;hb=3b8e10c66bfeb447e8b06b7296f748c405c8453d;hpb=702cc312488c4fbdccb347e95b0e58227c51cae7 diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod index 2e29112..5558c22 100644 --- a/doc/rrdgraph_rpn.pod +++ b/doc/rrdgraph_rpn.pod @@ -51,7 +51,8 @@ B Pop two elements from the stack, compare them for the selected condition and return 1 for true or 0 for false. Comparing an I or an -I value will always result in 0 (false). +I value will result in I returned ... which will also be +treated as false by the B call. B @@ -253,7 +254,7 @@ rrdtool graph image.png --imgformat=PNG \ TICK:exceeds#aa000080:1 Note: Experience has shown that a factor between 3 and 5 to scale sigma is a good -discriminator to detect abnormal behaviour. This obviously depends also on the type +discriminator to detect abnormal behavior. This obviously depends also on the type of data and how "noisy" the data series is. This prediction can only be used for short term extrapolations - say a few days into the future- @@ -352,7 +353,7 @@ Example: C =item TOTAL Returns the rate from each defined time slot multiplied with the -step size. This can, for instance, return total bytes transfered +step size. This can, for instance, return total bytes transferred when you have logged bytes per second. The time component returns the number of seconds.