X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph_rpn.src;h=51ed056341a556577cb7427f7a59544ce0e6e560;hp=4aad4777011246145786450b9f9b641f1d72a112;hb=85531c9fe3758d08f782503f888fff12b7c002f5;hpb=fcbf2878a231442f4b62ee95fca39e28f04fc8d2 diff --git a/doc/rrdgraph_rpn.src b/doc/rrdgraph_rpn.src index 4aad477..51ed056 100644 --- a/doc/rrdgraph_rpn.src +++ b/doc/rrdgraph_rpn.src @@ -21,6 +21,11 @@ this is what is put into the I. For B instructions, the stack is processed for each data point on the graph. B instructions work on an entire data set in one run. +Example: C + +This will set variable "maximum" which you now can use in the rest +of your RRD script. + Example: C This means: push variable I, push the number 8, execute @@ -56,9 +61,7 @@ B Pops three elements from the stack. If the last element is 0 (false), the first value is pushed back onto the stack, otherwise the second popped value is pushed back. This does, indeed, mean that any value -other than 0 is considered true. -I +other than 0 is considered to be true. Example: C should be read as C @@ -184,41 +187,21 @@ Z<> Time inside RRDtool is measured in seconds since the epoch. This epoch is defined to be S>. -Z<> - -=over 4 - -=item NOW +B Pushes the current time on the stack. -Z<> - -=item TIME +B