1RRDFLUSHCACHED(1) rrdtool RRDFLUSHCACHED(1)
2
3
4
6 rrdflushcached - Flush the values for a specific RRD file from memory.
7
9 rrdtool flushcached [--daemon|-d address] filename [filename ...]
10
12 The flushcached 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 filename
19 The name(s) of the RRD file(s) that are to be written to disk.
20
21 --daemon|-d address
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 -l option in the
25 rrdcached manual.
26
27 rrdtool flushcached --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd
28
30 The following environment variables may be used to change the behavior
31 of "rrdtool flushcached":
32
33 RRDCACHED_ADDRESS
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
39 Florian Forster <octo at verplant.org>
40
41
42
431.7.1 2019-02-04 RRDFLUSHCACHED(1)