X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph_examples.pod;h=9f0233be86bc77312726aa70da4705949a0db4e2;hb=81ed9c86d4042e31e147b53bf14da233b6524021;hp=b5280aefeff96ec97da1cc2eebba3a14b6d04805;hpb=4b7345f9345915c8061e4b37b26ce8887828c973;p=rrdtool.git diff --git a/doc/rrdgraph_examples.pod b/doc/rrdgraph_examples.pod index b5280ae..9f0233b 100644 --- a/doc/rrdgraph_examples.pod +++ b/doc/rrdgraph_examples.pod @@ -30,14 +30,14 @@ ready because comments are intermixed with the examples. DEF:ds0=/home/rrdtool/data/router1.rrd:ds0:AVERAGE DEF:ds1=/home/rrdtool/data/router1.rrd:ds1:AVERAGE - VDEF:ds0max=ds0,MAXIMUM,8,* - VDEF:ds0avg=ds0,AVERAGE,8,* - VDEF:ds0min=ds0,MINIMUM,8,* - VDEF:ds0pct=95,ds0,PERCENTILE,8,* - VDEF:ds1max=ds1,MAXIMUM,8,* - VDEF:ds1avg=ds1,AVERAGE,8,* - VDEF:ds1min=ds1,MINIMUM,8,* - VDEF:ds1pct=95,ds1,PERCENTILE,8,* + VDEF:ds0max=ds0,MAXIMUM + VDEF:ds0avg=ds0,AVERAGE + VDEF:ds0min=ds0,MINIMUM + VDEF:ds0pct=ds0,95,PERCENT + VDEF:ds1max=ds1,MAXIMUM + VDEF:ds1avg=ds1,AVERAGE + VDEF:ds1min=ds1,MINIMUM + VDEF:ds1pct=ds1,95,PERCENT Note: consolidation occurs here. @@ -48,10 +48,7 @@ Note: 10 spaces to move text to the right COMMENT:" " -=for comment -XXX I don't understand the following; Fritz - -Note: three times size == 11 chars, "###.## xBps" +Note: the column titles have to be as wide as the columns COMMENT:"Maximum " COMMENT:"Average "