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

« back to all changes in this revision

Viewing changes to doc/rrdflushcached.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:
 
1
RRDFLUSHCACHED(1)                   rrdtool                  RRDFLUSHCACHED(1)
 
2
 
 
3
 
 
4
 
 
5
NNAAMMEE
 
6
       rrdflushcached - Flush the values for a spcific RRD file from memory.
 
7
 
 
8
SSYYNNOOPPSSIISS
 
9
       rrrrddttooooll fflluusshhccaacchheedd [----ddaaeemmoonn _a_d_d_r_e_s_s] _f_i_l_e_n_a_m_e [_f_i_l_e_n_a_m_e ...]
 
10
 
 
11
DDEESSCCRRIIPPTTIIOONN
 
12
       The fflluusshhccaacchheedd function connects to rrdcached, the RRD caching daemon,
 
13
       and issues a "flush" command for the given files. The daemon will put
 
14
       the files to the head of the update queue so they are written "soon".
 
15
       The status will be returned only after the files' pending updates have
 
16
       been written to disk.
 
17
 
 
18
       _f_i_l_e_n_a_m_e
 
19
               The name(s) of the RRRRDD file(s) that are to be written to disk.
 
20
 
 
21
       ----ddaaeemmoonn _a_d_d_r_e_s_s
 
22
               Address of the rrdcached daemon. If not specified, the
 
23
               RRDCACHED_ADDRESS environment variable must be set (see below).
 
24
               For a list of accepted formats, see the --ll option in the
 
25
               rrdcached manual.
 
26
 
 
27
                rrdtool flush --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd
 
28
 
 
29
EENNVVIIRROONNMMEENNTT VVAARRIIAABBLLEESS
 
30
       The following environment variables may be used to change the behavior
 
31
       of "rrdtool flushcached":
 
32
 
 
33
       RRRRDDCCAACCHHEEDD__AADDDDRREESSSS
 
34
           If this environment variable is set it will have the same effect as
 
35
           specifying the "--daemon" option on the command line. If both are
 
36
           present, the command line argument takes precedence.
 
37
 
 
38
AAUUTTHHOORR
 
39
       Florian Forster <octo at verplant.org>
 
40
 
 
41
 
 
42
 
 
43
1.4.3                             2009-10-14                 RRDFLUSHCACHED(1)