Code

Imported upstream version 1.3rc9.
[pkg-rrdtool.git] / doc / rrdgraph_data.txt
1 RRDGRAPH_DATA(1)                    rrdtool                   RRDGRAPH_DATA(1)
5 N\bNA\bAM\bME\bE
6        rrdgraph_data - preparing data for graphing in rrdtool graph
8 S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
9        D\bDE\bEF\bF:\b:_\b<_\bv_\bn_\ba_\bm_\be_\b>=_\b<_\br_\br_\bd_\bf_\bi_\bl_\be_\b>:_\b<_\bd_\bs_\b-
10        _\bn_\ba_\bm_\be_\b>:_\b<_\bC_\bF_\b>[:step=_\b<_\bs_\bt_\be_\bp_\b>][:start=_\b<_\bt_\bi_\bm_\be_\b>][:end=_\b<_\bt_\bi_\bm_\be_\b>][:reduce=_\b<_\bC\bC_\bF\bF_\b>]
12        V\bVD\bDE\bEF\bF:_\bv_\bn_\ba_\bm_\be=_\bR_\bP_\bN _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn
14        C\bCD\bDE\bEF\bF:_\bv_\bn_\ba_\bm_\be=_\bR_\bP_\bN _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn
16 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
17        These three instructions extract data values out of the R\bRR\bRD\bD files,
18        optionally altering them (think, for example, of a bytes to bits con-
19        version). If so desired, you can also define variables containing use-
20        ful information such as maximum, minimum etcetera. Two of the instruc-
21        tions use a language called R\bRP\bPN\bN which is described in its own manual
22        page.
24        Variable names (_\bv_\bn_\ba_\bm_\be) must be made up strings of the following charac-
25        ters "A-Z, a-z, 0-9, -,_" and a maximum length of 255 characters.
27        When picking variable names, make sure you do not choose a name that is
28        already taken by an RPN operator. A save bet it to use lowercase or
29        mixedcase names for variables since operators will always be in upper-
30        case.
32 D\bDE\bEF\bF
33        D\bDE\bEF\bF:\b:_\b<_\bv_\bn_\ba_\bm_\be_\b>=_\b<_\br_\br_\bd_\bf_\bi_\bl_\be_\b>:_\b<_\bd_\bs_\b-
34        _\bn_\ba_\bm_\be_\b>:_\b<_\bC_\bF_\b>[:step=_\b<_\bs_\bt_\be_\bp_\b>][:start=_\b<_\bt_\bi_\bm_\be_\b>][:end=_\b<_\bt_\bi_\bm_\be_\b>][:reduce=_\b<_\bC\bC_\bF\bF_\b>]
36        This command fetches data from an R\bRR\bRD\bD file.  The virtual name _\bv_\bn_\ba_\bm_\be can
37        then be used throughout the rest of the script. By default, an R\bRR\bRA\bA
38        which contains the correct consolidated data at an appropriate resolu-
39        tion will be chosen.  The resolution can be overridden with the --step
40        option.  The resolution can again be overridden by specifying the s\bst\bte\bep\bp
41        s\bsi\biz\bze\be.  The time span of this data is the same as for the graph by
42        default, you can override this by specifying s\bst\bta\bar\brt\bt a\ban\bnd\bd e\ben\bnd\bd.  Remember
43        to escape colons in the time specification!
45        If the resolution of the data is higher than the resolution of the
46        graph, the data will be further consolidated. This may result in a
47        graph that spans slightly more time than requested.  Ideally each point
48        in the graph should correspond with one C\bCD\bDP\bP from an R\bRR\bRA\bA.  For instance,
49        if your R\bRR\bRD\bD has an R\bRR\bRA\bA with a resolution of 1800 seconds per C\bCD\bDP\bP, you
50        should create an image with width 400 and time span 400*1800 seconds
51        (use appropriate start and end times, such as "--start
52        end-8days8hours").
54        If consolidation needs to be done, the C\bCF\bF of the R\bRR\bRA\bA specified in the
55        D\bDE\bEF\bF itself will be used to reduce the data density. This behaviour can
56        be changed using ":reduce=<CF>".  This optional parameter specifies the
57        C\bCF\bF to use during the data reduction phase.
59        Example:
61                DEF:ds0=router.rrd:ds0:AVERAGE
62                DEF:ds0weekly=router.rrd:ds0:AVERAGE:step=7200
63                DEF:ds0weekly=router.rrd:ds0:AVERAGE:start=end-1h
64                DEF:ds0weekly=router.rrd:ds0:AVERAGE:start=11\:00:end=start+1h
66 V\bVD\bDE\bEF\bF
67        V\bVD\bDE\bEF\bF:_\bv_\bn_\ba_\bm_\be=_\bR_\bP_\bN _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn
69        This command returns a value and/or a time according to the R\bRP\bPN\bN state-
70        ments used. The resulting _\bv_\bn_\ba_\bm_\be will, depending on the functions used,
71        have a value and a time component.  When you use this _\bv_\bn_\ba_\bm_\be in another
72        R\bRP\bPN\bN expression, you are effectively inserting its value just as if you
73        had put a number at that place.  The variable can also be used in the
74        various graph and print elements.
76        Example: "VDEF:avg=mydata,AVERAGE"
78        Note that currently only agregation functions work in VDEF rpn expres-
79        sions.  Patches to change this are welcome.
81 C\bCD\bDE\bEF\bF
82        C\bCD\bDE\bEF\bF:_\bv_\bn_\ba_\bm_\be=_\bR_\bP_\bN _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn
84        This command creates a new set of data points (in memory only, not in
85        the R\bRR\bRD\bD file) out of one or more other data series. The R\bRP\bPN\bN instruc-
86        tions are used to evaluate a mathematical function on each data point.
87        The resulting _\bv_\bn_\ba_\bm_\be can then be used further on in the script, just as
88        if it were generated by a D\bDE\bEF\bF instruction.
90        Example: "CDEF:mydatabits=mydata,8,*"
92 S\bSE\bEE\bE A\bAL\bLS\bSO\bO
93        rrdgraph gives an overview of how r\brr\brd\bdt\bto\boo\bol\bl g\bgr\bra\bap\bph\bh works.  rrdgraph_data
94        describes D\bDE\bEF\bF,C\bCD\bDE\bEF\bF and V\bVD\bDE\bEF\bF in detail.  rrdgraph_rpn describes the R\bRP\bPN\bN
95        language used in the ?\b?D\bDE\bEF\bF statements.  rrdgraph_graph page describes
96        all of the graph and print functions.
98        Make sure to read rrdgraph_examples for tips&tricks.
100 A\bAU\bUT\bTH\bHO\bOR\bR
101        Program by Tobias Oetiker <tobi@oetiker.ch>
103        This manual page by Alex van den Bogaerdt <alex@ergens.op.het.net>
107 1.3rc9                            2008-03-15                  RRDGRAPH_DATA(1)