X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph_examples.src;h=a597ece9fbf7518181c5cc5aea6497407d726785;hb=c2588300e3b61df51b846dd79d90b3da9628d0cb;hp=2c61c40f9cf3fbb0be2a771ff2d684e7d703c022;hpb=b7c278771851b0dfad0daf1c817fbc93316ef96e;p=rrdtool.git diff --git a/doc/rrdgraph_examples.src b/doc/rrdgraph_examples.src index 2c61c40..a597ece 100644 --- a/doc/rrdgraph_examples.src +++ b/doc/rrdgraph_examples.src @@ -1,6 +1,6 @@ =include name -=head1 SYNOPSYS +=head1 SYNOPSIS B @@ -14,6 +14,16 @@ ready because comments are intermixed with the examples. =head1 EXAMPLES +=head2 Data with multiple resolutions + + --end now --start end-120000s --width 400 + DEF:ds0a=/home/rrdtool/data/router1.rrd:ds0:AVERAGE + DEF:ds0b=/home/rrdtool/data/router1.rrd:ds0:AVERAGE:step=1800 + DEF:ds0c=/home/rrdtool/data/router1.rrd:ds0:AVERAGE:step=7200 + LINE1:ds0a#0000FF:"default resolution\n" + LINE1:ds0b#00CCFF:"resolution 1800 seconds per interval\n" + LINE1:ds0c#FF00FF:"resolution 7200 seconds per interval\n" + =head2 Nicely formatted legend section DEF:ds0=/home/rrdtool/data/router1.rrd:ds0:AVERAGE