X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph_rpn.src;h=ae1a91b80b62eaaaf374c8def1e336681c634619;hp=f9ac7fedb9959cb66390026df5dd1fe921009c20;hb=0209ff81818995fcd2e2b7080c0ca504fa14d949;hpb=801ce418130e78b4b6818f2c8af85c3ddae400ff diff --git a/doc/rrdgraph_rpn.src b/doc/rrdgraph_rpn.src index f9ac7fe..ae1a91b 100644 --- a/doc/rrdgraph_rpn.src +++ b/doc/rrdgraph_rpn.src @@ -1,6 +1,6 @@ =include name -=head1 SYNOPSYS +=head1 SYNOPSIS IRPN expressionE> := IvnameE>|IoperatorE>|IvalueE> @@ -94,9 +94,13 @@ B<+, -, *, /, %> Add, subtract, multiply, divide, modulo -B +B -Sine, cosine (input in radians), log, exp (natural logarithm) +Sine, cosine (input in radians), log, exp (natural logarithm), square root + +B + +Arctangent. Output in radians. B @@ -104,6 +108,18 @@ Round down,up to the nearest integer Z<> +=item Ordering Operations + +B + +Pop one element from the stack. This is the I of items to be sorted +(or reversed). The top I of the remaining elements are then sorted +(or reversed) in place on the stack. + +Example: C will +compute the average of the values v1..v6 after removing the smallest and +largest. + =item Special values B @@ -201,7 +217,7 @@ Z<> =item MAXIMUM, MINIMUM, AVERAGE Return the corresponding value, MAXIMUM and MINIMUM also return -the first occurance of that value in the time component. +the first occurrence of that value in the time component. Example: C @@ -211,7 +227,7 @@ Z<> 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. +the LAST time component returns the end of the corresponding interval. Example: C @@ -219,7 +235,7 @@ Z<> =item TOTAL -Returns the rate from each defined timeslot multiplied with the +Returns the rate from each defined time slot 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