summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5d406a5)
raw | patch | inline | side by side (parent: 5d406a5)
author | alex <alex@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 23 Jun 2002 23:13:53 +0000 (23:13 +0000) | ||
committer | alex <alex@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 23 Jun 2002 23:13:53 +0000 (23:13 +0000) |
doc/rrdgraph_data.src | patch | blob | history | |
doc/rrdgraph_examples.src | patch | blob | history |
diff --git a/doc/rrdgraph_data.src b/doc/rrdgraph_data.src
index 938fb105fb9e4ec8fc48999cc1b7e85e8e0821e2..9b9ec8adda42550e93964cc27c874df58925ca19 100644 (file)
--- a/doc/rrdgraph_data.src
+++ b/doc/rrdgraph_data.src
=head1 SYNOPSYS
-B<DEF>:I<vname>=I<RRD file>:I<ds name>:I<CF>[:[I<time range>][:I<step size>]]
+B<DEF>:I<vname>=I<RRD file>:I<ds name>:I<CF>[:step=I<step size>][:<time range>>]
B<VDEF>:I<vname>=I<RPN expression>
=head1 DEF
-B<DEF>:I<vname>=I<RRD file>:I<ds name>:I<CF>[:[I<time range>][:I<step size>]]
+B<DEF>:I<vname>=I<RRD file>:I<ds name>:I<CF>[:step=I<step size>][:<time range>>]
This command fetches data from an B<RRD> file. The virtual name
I<vname> can then be used throughout the rest of the script. By
default, an B<RRA> which contains the correct consolidated data
at an appropriate resolution will be chosen. The resolution can
be overriden with the L<--step|rrdgraph/item_Time> option.
-I<Not yet implemented:>[ The resolution can be overriden by specifying
-the B<step size>.] I<Not yet implemented:> [ The time span of this data
+The resolution can again be overriden by specifying the B<step size>.
+I<Not yet implemented:> [ The time span of this data
is the same as for the graph by default, you can override this by
specifying the B<time range>. ]
image with width 400 and time span 400*1800 seconds (use appropriate
start and end times, such as C<--start end-8days8hours>).
-Example: C<DEF:mydata=router.rrd:ds0:AVERAGE>
+Example:
-Example: C<DEF:januari=router.rrd:ds0:AVERAGE:start=20010101 end=20010201>
+ DEF:ds0=router.rrd:ds0:AVERAGE
+ DEF:ds0weekly=router.rrd:ds0:AVERAGE:step=7200
=head1 VDEF
index 2c61c40f9cf3fbb0be2a771ff2d684e7d703c022..958c8e8d15f45556199c7a3f1e5cfb2432855d4c 100644 (file)
=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