X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdfirst.pod;h=eca21e0452eb692126741a1e7eaac8cfa86533cd;hp=4d01273ea6a8e7ed4852efdda5091aaafe3d6654;hb=7cd3bc3512c11bb861490bb65553cea5cc0c98b4;hpb=6ec26a38a0bf2df5c216017eddc3eba997d7fbf1 diff --git a/doc/rrdfirst.pod b/doc/rrdfirst.pod index 4d01273..eca21e0 100644 --- a/doc/rrdfirst.pod +++ b/doc/rrdfirst.pod @@ -1,17 +1,15 @@ =head1 NAME -rrdfirst - Return the date of the first data sample in an B within an B - -=for html
PDF version.
+rrdfirst - Return the date of the first data sample in an RRA within an RRD =head1 SYNOPSIS -B B I [I<--rraindex number>] +B B I [I<--rraindex number>] [B<--daemon> I
] =head1 DESCRIPTION -The B function returns the UNIX timestamp of the first data sample for -the specified RRA of the RRD file. +The B function returns the UNIX timestamp of the first data +sample entered into the specified RRA of the RRD file. =over 8 @@ -21,14 +19,21 @@ The name of the B that contains the data. =item I<--rraindex number> -The index number of the B that is to be examined. If not specified, the -index defaults to zero. B index numbers can be determined through +The index number of the B that is to be examined. If not specified, the +index defaults to zero. B index numbers can be determined through B. +=item B<--daemon> I
+ +Address of the L daemon. For a list of accepted formats, see +the B<-l> option in the L manual. + + rrdtool first --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd + =back =head1 AUTHOR Burton Strauss - +Daemon support added by Steve Shipway