X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=doc%2Frrdlast.pod;fp=doc%2Frrdlast.pod;h=f0eaad0c7d86ed761f738f977db35fad89c5576d;hb=e5b05bec82bbff5db8add4e58dd6f0fcf2670291;hp=a8bf7574bb461cc922551341aaf40699818e60da;hpb=6a6710c10c23a986534f4a8971162afa2813c363;p=rrdtool.git diff --git a/doc/rrdlast.pod b/doc/rrdlast.pod index a8bf757..f0eaad0 100644 --- a/doc/rrdlast.pod +++ b/doc/rrdlast.pod @@ -27,6 +27,13 @@ For a list of accepted formats, see the B<-l> option in the L manual. rrdtool last --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd +=item B<--noflush> + +If the L daemon is being used, then omit the flush normally +send before returning the last update. If you add this option, you get the +last time the file on disk was updated; if you have relatively low cache times +and are calling this frequently it will preserve the caching benefit + =back =head1 ENVIRONMENT VARIABLES @@ -47,6 +54,6 @@ line argument takes precedence. =head1 AUTHOR Russ Wright - +Daemon support added by Steve Shipway