Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
rrdtool /
html /
[ HOME SHELL ]
Name
Size
Permission
Action
RRDp.html
4.03
KB
-rw-r--r--
RRDs.html
7.03
KB
-rw-r--r--
bin_dec_hex.html
14.28
KB
-rw-r--r--
cdeftutorial.html
35.33
KB
-rw-r--r--
index.html
14.72
KB
-rw-r--r--
librrd.html
22.35
KB
-rw-r--r--
rpntutorial.html
8.12
KB
-rw-r--r--
rrd-beginners.html
15.98
KB
-rw-r--r--
rrd_pdpcalc.html
9.73
KB
-rw-r--r--
rrdbuild.html
12.97
KB
-rw-r--r--
rrdcached.html
34.68
KB
-rw-r--r--
rrdcgi.html
8.55
KB
-rw-r--r--
rrdcreate.html
36.18
KB
-rw-r--r--
rrddump.html
3.58
KB
-rw-r--r--
rrdfetch.html
14.91
KB
-rw-r--r--
rrdfirst.html
1.67
KB
-rw-r--r--
rrdflushcached.html
2.2
KB
-rw-r--r--
rrdgraph.html
28.12
KB
-rw-r--r--
rrdgraph_data.html
7.24
KB
-rw-r--r--
rrdgraph_examples.html
8.21
KB
-rw-r--r--
rrdgraph_graph.html
23.73
KB
-rw-r--r--
rrdgraph_libdbi.html
8.34
KB
-rw-r--r--
rrdgraph_rpn.html
20.43
KB
-rw-r--r--
rrdinfo.html
3.47
KB
-rw-r--r--
rrdlast.html
2.02
KB
-rw-r--r--
rrdlastupdate.html
2.01
KB
-rw-r--r--
rrdlist.html
2
KB
-rw-r--r--
rrdresize.html
1.93
KB
-rw-r--r--
rrdrestore.html
2.05
KB
-rw-r--r--
rrdthreads.html
4.8
KB
-rw-r--r--
rrdtool.html
14.72
KB
-rw-r--r--
rrdtune.html
14.63
KB
-rw-r--r--
rrdtutorial.html
54.76
KB
-rw-r--r--
rrdupdate.html
8.4
KB
-rw-r--r--
rrdxport.html
10.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : rrdflushcached.html
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>rrdflushcached</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:root@localhost" /> </head> <body> <h1 id="NAME">NAME</h1> <p>rrdflushcached - Flush the values for a specific RRD file from memory.</p> <h1 id="SYNOPSIS">SYNOPSIS</h1> <p><b>rrdtool</b> <b>flushcached</b> <span style="white-space: nowrap;">[<b>--daemon</b>|<b>-d</b> <i>address</i>]</span> <i>filename</i> [<i>filename</i> ...]</p> <h1 id="DESCRIPTION">DESCRIPTION</h1> <p>The <b>flushcached</b> function connects to <a href="./rrdcached.html">rrdcached</a>, 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.</p> <dl> <dt id="filename"><i>filename</i></dt> <dd> <p>The name(s) of the <b>RRD</b> file(s) that are to be written to disk.</p> </dd> <dt id="daemon--d-address"><b>--daemon</b>|<b>-d</b> <i>address</i></dt> <dd> <p>Address of the <a href="./rrdcached.html">rrdcached</a> daemon. If not specified, the RRDCACHED_ADDRESS environment variable must be set (see below). For a list of accepted formats, see the <b>-l</b> option in the <a href="./rrdcached.html">rrdcached</a> manual.</p> <pre><code>rrdtool flushcached --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd</code></pre> </dd> </dl> <h1 id="ENVIRONMENT-VARIABLES">ENVIRONMENT VARIABLES</h1> <p>The following environment variables may be used to change the behavior of <code>rrdtool flushcached</code>:</p> <dl> <dt id="RRDCACHED_ADDRESS"><b>RRDCACHED_ADDRESS</b></dt> <dd> <p>If this environment variable is set it will have the same effect as specifying the <code>--daemon</code> option on the command line. If both are present, the command line argument takes precedence.</p> </dd> </dl> <h1 id="AUTHOR">AUTHOR</h1> <p>Florian Forster <octo at verplant.org></p> </body> </html>
Close