RRDFLUSHCACHED(1)                   rrdtool                  RRDFLUSHCACHED(1)



NNAAMMEE
       rrdflushcached - Flush the values for a specific RRD file from memory.

SSYYNNOOPPSSIISS
       rrrrddttooooll fflluusshhccaacchheedd [----ddaaeemmoonn|--dd _a_d_d_r_e_s_s] _f_i_l_e_n_a_m_e [_f_i_l_e_n_a_m_e ...]

DDEESSCCRRIIPPTTIIOONN
       The fflluusshhccaacchheedd function connects to rrdcached, the RRD caching daemon,
       and issues a "flush" command for the given files. The daemon will put
       the files to the head of the update queue so they are written "soon".
       The status will be returned only after the files' pending updates have
       been written to disk.

       _f_i_l_e_n_a_m_e
               The name(s) of the RRRRDD file(s) that are to be written to disk.

       ----ddaaeemmoonn|--dd _a_d_d_r_e_s_s
               Address of the rrdcached daemon. If not specified, the
               RRDCACHED_ADDRESS environment variable must be set (see below).
               For a list of accepted formats, see the --ll option in the
               rrdcached manual.

                rrdtool flushcached --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd

EENNVVIIRROONNMMEENNTT VVAARRIIAABBLLEESS
       The following environment variables may be used to change the behavior
       of "rrdtool flushcached":

       RRRRDDCCAACCHHEEDD__AADDDDRREESSSS
           If this environment variable is set it will have the same effect as
           specifying the "--daemon" option on the command line. If both are
           present, the command line argument takes precedence.

AAUUTTHHOORR
       Florian Forster <octo at verplant.org>



1.5.999                           2016-05-23                 RRDFLUSHCACHED(1)
