X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph-old.pod;h=ef730c4560022af4b88ee5c206ec34e0e74f77a1;hb=e6271afb13033053281a06abda00e06bd007fba6;hp=eb0456f979eef1b43f96298a85aea9bb693939c9;hpb=2256abbc11f3057e032d31aac78a92487cd6f8d9;p=rrdtool.git diff --git a/doc/rrdgraph-old.pod b/doc/rrdgraph-old.pod index eb0456f..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