X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdflush.pod;h=5dbc60a7a502994a63d5f85438c15bc54a706ed9;hp=f691c2113bd958debd13c98e1f98a4fef4df07da;hb=4d2717c87ff413758caaa7942d211e642846b9b0;hpb=a12627275ff8487174cbb907a066f62a00b6ae44 diff --git a/doc/rrdflush.pod b/doc/rrdflush.pod index f691c21..5dbc60a 100644 --- a/doc/rrdflush.pod +++ b/doc/rrdflush.pod @@ -4,30 +4,30 @@ rrdflush - Flush the values for a spcific RRD file from memory. =head1 SYNOPSIS -B B I +B B S<[B<--daemon> I
]> +I [I ...] =head1 DESCRIPTION -The B function connects to L, the RRD caching daemon, and -issues a "flush" command for the given file. The daemon will put this file to -the head of the update queue so it is written "soon". The status will be -returned after the node has been B by the update thread. By the time -execution of this command ends it is very likely that the update thread has -just updated the requested file, though this is not guaranteed. +The B function connects to L, 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. =over 8 =item I -The name of the B that is to be written to disk. +The name(s) of the B file(s) that are to be written to disk. =item B<--daemon> I
-Address of the L daemon. If not specified, the RRDCACHED_ADDRESS -environment variable must be set (see below). To specify a UNIX domain socket -use the prefix C, see example below. Other addresses are interpreted as -normal network addresses, i.Ee. IPv4 or IPv6 addresses in most cases. +Address of the L daemon. If not specified, the +RRDCACHED_ADDRESS environment variable must be set (see below). For a +list of accepted formats, see the B<-l> option in the L +manual. rrdtool flush --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd