Code

Imported upstream version 1.3.8.
[pkg-rrdtool.git] / doc / rrdinfo.txt
1 RRDINFO(1)                          rrdtool                         RRDINFO(1)
5 N\bNA\bAM\bME\bE
6        rrdinfo - extract header information from an RRD
8 S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
9        r\brr\brd\bdt\bto\boo\bol\bl i\bin\bnf\bfo\bo _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\br_\br_\bd
11 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
12        The i\bin\bnf\bfo\bo function prints the header information from an RRD in a
13        parsing friendly format.
15        Check rrdcreate if you are uncertain about the meaning of the
16        individual keys.
18 E\bEX\bXA\bAM\bMP\bPL\bLE\bE
19        This is the output generated by running i\bin\bnf\bfo\bo on a simple RRD which
20        contains two data sources and one RRA. Note that the number after the
21        _\bl_\ba_\bs_\bt_\b__\bu_\bp_\bd_\ba_\bt_\be keyword is in seconds since 1970. The string N\bNa\baN\bN stands for
22        _\b*_\bU_\bN_\bK_\bN_\bO_\bW_\bN_\b* data. In the example it means that this RRD has neither
23        minimum nor maximum values defined for either of its data sources.
25         filename = "random.rrd"
26         rrd_version = "0001"
27         step = 300
28         last_update = 955892996
29         ds[a].type = "GAUGE"
30         ds[a].minimal_heartbeat = 600
31         ds[a].min = NaN
32         ds[a].max = NaN
33         ds[a].last_ds = "UNKN"
34         ds[a].value = 2.1824421548e+04
35         ds[a].unknown_sec = 0
36         ds[b].type = "GAUGE"
37         ds[b].minimal_heartbeat = 600
38         ds[b].min = NaN
39         ds[b].max = NaN
40         ds[b].last_ds = "UNKN"
41         ds[b].value = 3.9620838224e+03
42         ds[b].unknown_sec = 0
43         rra[0].cf = "AVERAGE"
44         rra[0].pdp_per_row = 1
45         rra[0].cdp_prep[0].value = nan
46         rra[0].cdp_prep[0].unknown_datapoints = 0
47         rra[0].cdp_prep[1].value = nan
48         rra[0].cdp_prep[1].unknown_datapoints = 0
50        _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be_\b._\br_\br_\bd
51                The name of the R\bRR\bRD\bD you want to examine.
53 A\bAU\bUT\bTH\bHO\bOR\bR
54        Tobias Oetiker <tobi@oetiker.ch>
58 1.3.8                             2008-03-15                        RRDINFO(1)