X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph-old.pod;h=ef730c4560022af4b88ee5c206ec34e0e74f77a1;hb=e6271afb13033053281a06abda00e06bd007fba6;hp=b464c4266408ba496dbc576dae382c2ae0b67beb;hpb=0fe03275068c0e55d01a7cc2308fa12fdee569cf;p=rrdtool.git diff --git a/doc/rrdgraph-old.pod b/doc/rrdgraph-old.pod index b464c42..ef730c4 100644 --- a/doc/rrdgraph-old.pod +++ b/doc/rrdgraph-old.pod @@ -11,10 +11,10 @@ S<[B<-s>|B<--start> I]> S<[B<-e>|B<--end> I]> S<[B<-x>|B<--x-grid> I]> S<[B<-y>|B<--y-grid> I]> -S<[B<--alt-y-grid>]> -S<[B<--alt-autoscale>]> -S<[B<--alt-autoscale-max>]> -S<[B<--units-exponent>]> I]> +S<[B<-Y>|B<--alt-y-grid>]> +S<[B<-A>|B<--alt-autoscale>]> +S<[B<-M>|B<--alt-autoscale-max>]> +S<[B<-X>|B<--units-exponent>]> I]> S<[B<-v>|B<--vertical-label> I]> S<[B<-w>|B<--width> I]> S<[B<-h>|B<--height> I]> @@ -27,7 +27,7 @@ S<[B<-u>|B<--upper-limit> I]> S<[B<-l>|B<--lower-limit> I]> S<[B<-g>|B<--no-legend>]> S<[B<-r>|B<--rigid>]> -S<[B<--step> I]> +S<[B<-S>|B<--step> I]> S<[B<-b>|B<--base> I]> S<[B<-c>|B<--color> IB<#>I]> S<[B<-t>|B<--title> I]> @@ -360,6 +360,13 @@ Push I<*UNKNOWN*> if its at the first value of a data set or otherwise the value of this CDEF at the previous time step. This allows you to perform calculations across the data. +=item COUNT + +Pushes the number 1 if it is at the first value of the data set, the +number 2 if it is at the second, and so on. This special value, allows +you to make calculations based on the position of the value within +the data set. + =item INF, NEGINF Push a positive or negative infinite (oo) value onto the stack. When @@ -399,7 +406,7 @@ message but not a I<vname> fourtytwo that's always equal to 42. Calculate the chosen consolidation function I<CF> over the data-source variable I<vname> and C<printf> the result to stdout using I<format>. -In the I<format> string there should be a '%lf' or '%le' marker in the +In the I<format> string there should be a '%lf', '%le' or'%lg' marker in the place where the number should be printed. If an additional '%s' is found AFTER the marker, the value will be scaled