~ubuntu-branches/ubuntu/saucy/rrdtool/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/rrdinfo.txt

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-07-22 08:07:01 UTC
  • mfrom: (1.2.8 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100722080701-k46mgdfz6euxwqsm
Tags: 1.4.3-1ubuntu1
* Merge from debian unstable, Remaining changes:
  - debian/control: Don't build against ruby1.9 as we don't want
    it in main.
* require libdbi >= 0.8.3 to prevent aborts when using dbi datasources

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
       rrdinfo - extract header information from an RRD
7
7
 
8
8
SSYYNNOOPPSSIISS
9
 
       rrrrddttooooll iinnffoo _f_i_l_e_n_a_m_e_._r_r_d
 
9
       rrrrddttooooll iinnffoo _f_i_l_e_n_a_m_e [----ddaaeemmoonn _a_d_d_r_e_s_s]
10
10
 
11
11
DDEESSCCRRIIPPTTIIOONN
12
12
       The iinnffoo function prints the header information from an RRD in a
15
15
       Check rrdcreate if you are uncertain about the meaning of the
16
16
       individual keys.
17
17
 
 
18
       _f_i_l_e_n_a_m_e
 
19
               The name of the RRRRDD you want to examine.
 
20
 
 
21
       ----ddaaeemmoonn _a_d_d_r_e_s_s
 
22
               Address of the rrdcached daemon. If specified, a "flush"
 
23
               command is sent to the server before reading the RRD files.
 
24
               This allows rrrrddttooooll to return fresh data even if the daemon is
 
25
               configured to cache values for a long time.  For a list of
 
26
               accepted formats, see the --ll option in the rrdcached manual.
 
27
 
 
28
                rrdtool info --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd
 
29
 
18
30
EEXXAAMMPPLLEE
19
31
       This is the output generated by running iinnffoo on a simple RRD which
20
32
       contains two data sources and one RRA. Note that the number after the
26
38
        rrd_version = "0001"
27
39
        step = 300
28
40
        last_update = 955892996
 
41
        header_size = 2872
29
42
        ds[a].type = "GAUGE"
30
43
        ds[a].minimal_heartbeat = 600
31
44
        ds[a].min = NaN
47
60
        rra[0].cdp_prep[1].value = nan
48
61
        rra[0].cdp_prep[1].unknown_datapoints = 0
49
62
 
50
 
       _f_i_l_e_n_a_m_e_._r_r_d
51
 
               The name of the RRRRDD you want to examine.
 
63
EENNVVIIRROONNMMEENNTT VVAARRIIAABBLLEESS
 
64
       The following environment variables may be used to change the behavior
 
65
       of "rrdtool info":
 
66
 
 
67
       RRRRDDCCAACCHHEEDD__AADDDDRREESSSS
 
68
           If this environment variable is set it will have the same effect as
 
69
           specifying the "--daemon" option on the command line. If both are
 
70
           present, the command line argument takes precedence.
52
71
 
53
72
AAUUTTHHOORR
54
73
       Tobias Oetiker <tobi@oetiker.ch>
55
74
 
56
75
 
57
76
 
58
 
1.3.8                             2008-03-15                        RRDINFO(1)
 
77
1.4.3                             2009-04-20                        RRDINFO(1)