X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph_examples.pod;h=64e38404e5bf057a2b2054dbd767fe575a487d05;hp=fbe2f16edaa0f4f10145c2a0f3364bcb3e8fce86;hb=dbe71bcd8b2e23ce0becaf5e51e22fdd40ae4fad;hpb=f16cb491883abc953e97033f3a920c6d12272b45 diff --git a/doc/rrdgraph_examples.pod b/doc/rrdgraph_examples.pod index fbe2f16..64e3840 100644 --- a/doc/rrdgraph_examples.pod +++ b/doc/rrdgraph_examples.pod @@ -4,7 +4,7 @@ rrdgraph_examples - Examples for rrdtool graph =head1 SYNOPSIS -B +B followed by any of the examples below @@ -22,9 +22,9 @@ ready because comments are intermixed with the examples. 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" + LINE1:ds0a#0000FF:"default resolution\l" + LINE1:ds0b#00CCFF:"resolution 1800 seconds per interval\l" + LINE1:ds0c#FF00FF:"resolution 7200 seconds per interval\l" =head2 Nicely formatted legend section @@ -54,19 +54,17 @@ Note: the column titles have to be as wide as the columns COMMENT:"Average " COMMENT:"Minimum " -Note: some lines contains the new-line character "\n" - - COMMENT:"95th percentile\n" + COMMENT:"95th percentile\l" AREA:ds0bits#00C000:"Inbound " GPRINT:ds0max:"%6.2lf %Sbps" GPRINT:ds0avg:"%6.2lf %Sbps" GPRINT:ds0min:"%6.2lf %Sbps" - GPRINT:ds0pct:"%6.2lf %Sbps\n" + GPRINT:ds0pct:"%6.2lf %Sbps\l" LINE1:ds1bits#0000FF:"Outbound" GPRINT:ds1max:"%6.2lf %Sbps" GPRINT:ds1avg:"%6.2lf %Sbps" GPRINT:ds1min:"%6.2lf %Sbps" - GPRINT:ds1pct:"%6.2lf %Sbps\n" + GPRINT:ds1pct:"%6.2lf %Sbps\l" =head2 Offsetting a line on the y-axis @@ -127,7 +125,7 @@ Shift the data forward by one week (604800 seconds) L gives an overview of how B works. L describes B,B and B in detail. -L describes the B language used in the B statements. +L describes the B language used in the B statements. L page describes all the graph and print functions. Make sure to read L for tipsEtricks.