X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=doc%2Frrdcached.pod;h=d8d88c59e520de524a8d72fdc274d53baff24fcb;hb=afdd543a34762dba360a103e9b17f38b64be83ff;hp=bf289c592d7aff9e5d195104dcf39e0d2bb55c53;hpb=a78dbfc073725a76ca28f8ae9f7a7ae9df34d2d3;p=rrdtool.git diff --git a/doc/rrdcached.pod b/doc/rrdcached.pod index bf289c5..d8d88c5 100644 --- a/doc/rrdcached.pod +++ b/doc/rrdcached.pod @@ -316,6 +316,11 @@ Causes the daemon to put I to the B of the update queue (possibly moving it there if the node is already enqueued). The answer will be sent B the node has been dequeued. +=item B + +Causes the daemon to start flushing ALL pending values to disk. This +returns immediately, even though the writes may take a long time. + =item B [I] Returns a short usage message. If no command is given, or I is @@ -410,6 +415,16 @@ Number of times the journal has been rotated since startup. =back +=head1 SIGNALS + +=over 4 + +=item SIGINT and SIGTERM + +The daemon exits normally on receipt of either of these signals. + +=back + =head1 BUGS No known bugs at the moment.