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

« back to all changes in this revision

Viewing changes to doc/rrdxport.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:
8
8
 
9
9
SSYYNNOOPPSSIISS
10
10
       rrrrddttooooll xxppoorrtt [--ss|----ssttaarrtt _s_e_c_o_n_d_s] [--ee|----eenndd _s_e_c_o_n_d_s]
11
 
       [--mm|----mmaaxxrroowwss _r_o_w_s] [----sstteepp _v_a_l_u_e] [DDEEFF::_v_n_a_m_e==_r_r_d::_d_s_-_n_a_m_e::_C_F]
12
 
       [CCDDEEFF::_v_n_a_m_e==_r_p_n_-_e_x_p_r_e_s_s_i_o_n] [XXPPOORRTT::_v_n_a_m_e[::_l_e_g_e_n_d]]
 
11
       [--mm|----mmaaxxrroowwss _r_o_w_s] [----sstteepp _v_a_l_u_e] [----ddaaeemmoonn _a_d_d_r_e_s_s]
 
12
       [DDEEFF::_v_n_a_m_e==_r_r_d::_d_s_-_n_a_m_e::_C_F] [CCDDEEFF::_v_n_a_m_e==_r_p_n_-_e_x_p_r_e_s_s_i_o_n]
 
13
       [XXPPOORRTT::_v_n_a_m_e[::_l_e_g_e_n_d]]
13
14
 
14
15
DDEESSCCRRIIPPTTIIOONN
15
16
       The xxppoorrtt function's main purpose is to write an XML formatted
40
41
       ----sstteepp _v_a_l_u_e (default automatic)
41
42
           See rrdgraph documentation.
42
43
 
 
44
       ----ddaaeemmoonn _a_d_d_r_e_s_s
 
45
           Address of the rrdcached daemon. If specified, a "flush" command is
 
46
           sent to the server before reading the RRD files. This allows
 
47
           rrrrddttooooll to return fresh data even if the daemon is configured to
 
48
           cache values for a long time.  For a list of accepted formats, see
 
49
           the --ll option in the rrdcached manual.
 
50
 
 
51
             rrdtool xport --daemon unix:/var/run/rrdcached.sock ...
 
52
 
43
53
       ----eennuummddss
44
54
           The generated xml should contain the data values in enumerated
45
55
           tags.
120
130
                 XPORT:out2:"if2 out bytes" \
121
131
                 XPORT:sum:"output sum"
122
132
 
 
133
EENNVVIIRROONNMMEENNTT VVAARRIIAABBLLEESS
 
134
       The following environment variables may be used to change the behavior
 
135
       of "rrdtool xport":
 
136
 
 
137
       RRRRDDCCAACCHHEEDD__AADDDDRREESSSS
 
138
           If this environment variable is set it will have the same effect as
 
139
           specifying the "--daemon" option on the command line. If both are
 
140
           present, the command line argument takes precedence.
 
141
 
123
142
AAUUTTHHOORR
124
143
       Tobias Oetiker <tobi@oetiker.ch>
125
144
 
126
145
 
127
146
 
128
 
1.3.8                             2008-03-15                       RRDXPORT(1)
 
147
1.4.3                             2008-09-25                       RRDXPORT(1)