X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph.pod;h=ca3c12840245fc8fd248bcba06b7962fc39da07b;hp=159d6afffaace602709c5b0a6fdfa691198f5cfa;hb=3501907ea29f921eefcae6bd50c3f31eca0e49b2;hpb=ae6fbf3591f5f809487171f6dfe7180a1573da3b diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index 159d6af..ca3c128 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -1,6 +1,6 @@ =head1 NAME -rrdgraph - Round Robin Database tool grapher functions +rrdgraph - Round Robin Database tool graphing functions =head1 SYNOPSIS @@ -30,10 +30,10 @@ If you want to display averages, maxima, percentiles, etcetera it is best to collect them now using the B> statement. Currently this makes no difference, but in a future version -of rrdtool you may want to collect these values before consolidation. +of RRDtool you may want to collect these values before consolidation. The data fetched from the B is then B so that -there is exactly one datapoint per pixel in the graph. If you do +there is exactly one data point per pixel in the graph. If you do not take care yourself, B will expand the range slightly if necessary. Note, in that case the first and/or last pixel may very well become unknown! @@ -43,24 +43,20 @@ it. For instance, you might be collecting B per second, but want to display B per second. This is what the B> command is designed for. After B the data, a copy is made and this copy is modified -using a rather powerful B> command set. +using a rather powerful B> command set. When you are done fetching and processing the data, it is time to graph it (or print it). This ends the B sequence. -=head1 OPTIONS - -=over 4 +Use B instead of B to get detailed information about the +graph geometry and data once it is drawn. See the bottom of the document for +more information. -=item B +=head1 OPTIONS -This alternate version of B takes the same arguments and performs the -same function. The I stands for I, which describes the output -returned. B will return a lot of information about the graph using -the same format as rrdtool info (key = value). See the bottom of the document for more information. -=item filename +=head2 I The name and path of the graph to generate. It is recommended to end this in C<.png>, C<.svg> or C<.eps>, but B does not enforce this. @@ -68,7 +64,7 @@ end this in C<.png>, C<.svg> or C<.eps>, but B does not enforce this. I can be 'C<->' to send the image to C. In this case, no other output is generated. -=item Time range +=head2 Time range [B<-s>|B<--start> I