X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdfetch.pod;h=49b8fc2f066180430303db826f951e144fe4bf59;hb=bbee4e31db966702d6fa3d7f4907b14aa1cb5aba;hp=d187b69e9db48b0152bfa519d71dabc187002b66;hpb=ac630adec930653637199258efd99024d49325c7;p=rrdtool.git diff --git a/doc/rrdfetch.pod b/doc/rrdfetch.pod index d187b69..49b8fc2 100644 --- a/doc/rrdfetch.pod +++ b/doc/rrdfetch.pod @@ -53,13 +53,18 @@ specify the end time. Address of the L daemon. If specified, a C command is sent to the server before reading the RRD files. This allows B to return -fresh data even if the daemon is configured to cache values for a long time. 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. +fresh data even if the daemon is configured to cache values for a long time. +For a list of accepted formats, see the B<-l> option in the L manual. rrdtool fetch --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd AVERAGE +Please note that due to thread-safety reasons, the time specified with B<-s> +and B<-e> cannot use the complex forms described in +L<"AT-STYLE TIME SPECIFICATION">. The only accepted arguments are "simple +integers". Positive values are interpreted as seconds since epoch, negative +values (and zero) are interpreted as relative to I. So "1272535035" refers +to "09:57:15 (UCT), April 29th 2010" and "-3600" means "one hour ago". + =back =head2 RESOLUTION INTERVAL