1 RRDFLUSHCACHED(1) rrdtool RRDFLUSHCACHED(1)
6 rrdflushcached - Flush the values for a spcific RRD file from memory.
9 r\brr\brd\bdt\bto\boo\bol\bl f\bfl\blu\bus\bsh\bhc\bca\bac\bch\bhe\bed\bd [-\b--\b-d\bda\bae\bem\bmo\bon\bn _\ba_\bd_\bd_\br_\be_\bs_\bs] _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be [_\bf_\bi_\bl_\be_\bn_\ba_\bm_\be ...]
12 The f\bfl\blu\bus\bsh\bhc\bca\bac\bch\bhe\bed\bd 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.
22 Address of the rrdcached daemon. If not specified, the
23 RRDCACHED_ADDRESS environment variable must be set (see below).
25 rrdcached manual.
27 rrdtool flush --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd
30 The following environment variables may be used to change the behavior
31 of "rrdtool flushcached":
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.
39 Florian Forster <octo at verplant.org>
43 1.4.2 2009-10-14 RRDFLUSHCACHED(1)