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

« back to all changes in this revision

Viewing changes to doc/rrdfetch.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:
7
7
 
8
8
SSYYNNOOPPSSIISS
9
9
       rrrrddttooooll ffeettcchh _f_i_l_e_n_a_m_e _C_F [----rreessoolluuttiioonn|--rr _r_e_s_o_l_u_t_i_o_n]
10
 
       [----ssttaarrtt|--ss _s_t_a_r_t] [----eenndd|--ee _e_n_d]
 
10
       [----ssttaarrtt|--ss _s_t_a_r_t] [----eenndd|--ee _e_n_d] [----ddaaeemmoonn _a_d_d_r_e_s_s]
11
11
 
12
12
DDEESSCCRRIIPPTTIIOONN
13
13
       The ffeettcchh function is normally used internally by the graph function to
39
39
               STYLE TIME SPECIFICATION section for a detailed explanation of
40
40
               how to specify the end time.
41
41
 
 
42
       ----ddaaeemmoonn _a_d_d_r_e_s_s
 
43
               Address of the rrdcached daemon. If specified, a "flush"
 
44
               command is sent to the server before reading the RRD files.
 
45
               This allows rrrrddttooooll to return fresh data even if the daemon is
 
46
               configured to cache values for a long time.  For a list of
 
47
               accepted formats, see the --ll option in the rrdcached manual.
 
48
 
 
49
                rrdtool fetch --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd AVERAGE
 
50
 
42
51
   RREESSOOLLUUTTIIOONN IINNTTEERRVVAALL
43
52
       In order to get RRDtool to fetch anything other than the finest
44
53
       resolution RRA bbootthh the start and end time must be specified on
218
227
       _1_9_9_7_0_7_0_3 _1_2_:_4_5 -- 12:45  July 3th, 1997 (my favorite, and its even got
219
228
       an ISO number (8601)).
220
229
 
 
230
EENNVVIIRROONNMMEENNTT VVAARRIIAABBLLEESS
 
231
       The following environment variables may be used to change the behavior
 
232
       of "rrdtool fetch":
 
233
 
 
234
       RRRRDDCCAACCHHEEDD__AADDDDRREESSSS
 
235
           If this environment variable is set it will have the same effect as
 
236
           specifying the "--daemon" option on the command line. If both are
 
237
           present, the command line argument takes precedence.
 
238
 
221
239
AAUUTTHHOORR
222
240
       Tobias Oetiker <tobi@oetiker.ch>
223
241
 
224
242
 
225
243
 
226
 
1.3.8                             2008-03-15                       RRDFETCH(1)
 
244
1.4.3                             2008-09-25                       RRDFETCH(1)