X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdcached.pod;h=3f72a23cd28a40385c8dc9c7cf942279d94ce1bb;hb=3790ee46225952fe7410343ecc4b9702cf70e421;hp=57eb6553720428b9959ed2481342eb426b020a99;hpb=9e2eb0abd095264f584490ede57ae5afe8beb748;p=rrdtool.git diff --git a/doc/rrdcached.pod b/doc/rrdcached.pod index 57eb655..3f72a23 100644 --- a/doc/rrdcached.pod +++ b/doc/rrdcached.pod @@ -19,7 +19,7 @@ B [-F] [-g] [B<-b>EIE[B<-B>]] -[B<-m>EI] +[B<-a>EI] =head1 DESCRIPTION @@ -234,7 +234,7 @@ Only permit writes into the base directory specified in B<-b> (and any sub-directories). This does B detect symbolic links. Paths containing C<../> will also be blocked. -=item B<-m> I +=item B<-a> I Allocate value pointers in chunks of I. This may improve CPU utilization on machines with slow C implementations, in @@ -522,6 +522,13 @@ returns immediately, even though the writes may take a long time. Shows any "pending" updates for a file, in order. The updates shown have not yet been written to the underlying RRD file. +=item B I I [I [I]] + +Calls C with the specified arguments and returns the result in text +form. If necessary, the file is flushed to disk first. The client side function +C (declared in C) parses the output and behaves just +like C for easy integration of remote queries. + =item B I Removes I from the cache. Any pending updates B.