Code

Imported upstream version 1.4.8
[pkg-rrdtool.git] / doc / rrdflushcached.txt
1 RRDFLUSHCACHED(1)                   rrdtool                  RRDFLUSHCACHED(1)
5 N\bNA\bAM\bME\bE
6        rrdflushcached - Flush the values for a spcific RRD file from memory.
8 S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
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 ...]
11 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
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.
18        _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be
19                The name(s) of the R\bRR\bRD\bD file(s) that are to be written to disk.
21        -\b--\b-d\bda\bae\bem\bmo\bon\bn _\ba_\bd_\bd_\br_\be_\bs_\bs
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 -\b-l\bl option in the
25                rrdcached manual.
27                 rrdtool flush --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd
29 E\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bNT\bT V\bVA\bAR\bRI\bIA\bAB\bBL\bLE\bES\bS
30        The following environment variables may be used to change the behavior
31        of "rrdtool flushcached":
33        R\bRR\bRD\bDC\bCA\bAC\bCH\bHE\bED\bD_\b_A\bAD\bDD\bDR\bRE\bES\bSS\bS
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.
38 A\bAU\bUT\bTH\bHO\bOR\bR
39        Florian Forster <octo at verplant.org>
43 1.4.8                             2013-05-23                 RRDFLUSHCACHED(1)