X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph_graph.src;h=83ccae58aa29f6fe16e5ce3aac93a490d3add621;hp=0209b0518d163fd78caccaafea77097cc341019b;hb=f207955a7e325708d056d3dd912863dc9930a71c;hpb=0fe03275068c0e55d01a7cc2308fa12fdee569cf diff --git a/doc/rrdgraph_graph.src b/doc/rrdgraph_graph.src index 0209b05..83ccae5 100644 --- a/doc/rrdgraph_graph.src +++ b/doc/rrdgraph_graph.src @@ -1,27 +1,54 @@ =include name -=head1 SYNOPSYS +=head1 SYNOPSIS -I<(to be) Depriciated commands> +=over 4 + +=item B + +=over 4 + +=item B : I : I : I + +=item B : I : I : I + +=item B : I # I [ :I ] + +=item B : I # I [ :I ] + +=back + +Z<> + +=item B + +=over 8 + +=item B : I : I + +=item B : I : I -[BIB<:>IB<:>I] -[BIB<:>IB<:>I] -[BIB<#>I[B<:>I]] -[BI[B<#>I[B<:>I]]] +=item B : I -I<(soon) available commands> +=item B : I # I [ : I ] -[BIB<:>I] -[BIB<:>I] -[BI] -[BIB<#>I[B<:>I]] -[B{I}B<:>I[B<#>I[B<:>I]]][B<:STACK>] -[BI[B<#>I[B<:>I]]][B<:STACK>] -[BIB<#>I[B<:>I]] +=item B{I} : I # I [ : I ] [ C<:STACK> ] -I +=item B C<:> I C<#> I [ C<:> I ] [ C<:STACK> ] -[BI] +=cut + +# =item B : I B<#> I [ B<:> I ] + +=pod + +=item B : I B<#> I [ : I [ : I ] ] + +=item B : I , I + +=back + +=back =head1 DESCRIPTION @@ -31,12 +58,14 @@ Similarly no report is generated if you don't use print options. =head1 PRINT -BIB<:>IB<:>I +=over 4 + +=item B : I : I : I -I +I The first form of this command is to be used with B Is. -BIB<:>I +=item B : I : I Depending on the context, either the value component or the time component of a B is printed using I. It is an error @@ -56,15 +85,16 @@ B<%%> just prints a literal '%' character =item * -B<%#.#le> (where # is an optional number) prints like 1.2346e+04 +B<%#.#le> prints like 1.2346e+04. Optional numbers # are field width and +decimal precision =item * -B<%#.#lf> prints like 12345.6789 +B<%#.#lf> prints like 12345.6789, with optional field width and precision =item * -B<%s> place this after B<%le> or B<%lf>. This will be replaced by the +B<%s> place this after B<%le>, B<%lf> or B<%lg>. This will be replaced by the appropriate SI magnitude unit and the value will be scaled accordingly (123456 -> 123.456 k) @@ -116,8 +146,8 @@ B<%c, %x, %X> date+time, date, time =item * -B<%U, %W> week number of the current year with either the first sunday or -the first monday determining the first week +B<%U, %W> week number of the current year with either the first Sunday or +the first Monday determining the first week =item * @@ -125,32 +155,30 @@ B<%Z> time zone =back +=back + =head1 GRAPH -BIB<:>IB<:>I +=over 4 + +=item B : I : I : I -I -This is the same as B but now it is printed inside the graph. -See L for more information. +I +This is the same as C but now it is printed inside the graph. -BIB<:>I +=item B : I : I -This is the same as B but now it is printed inside the graph. -See L for more information. +This is the same as C but now it is printed inside the graph. -BI +=item B : I Text is printed literally in the legend section of the graph -BIB<#>I[B<:>I] +=item B : I # I [ :I ] -Draw an horizontal line at I. Its color is composed from three -hexadecimal numbers specifying the color components (00 is off, FF is -maximum) red, green and blue. Optionally a legend box and string is -printed in the legend section. I can be a variable from a B. -It is an error to use Is from B or B here. +I in new scripts.> -BI