=head1 NAME rrdfirst - Return the date of the first data sample in an RRA within an RRD =head1 SYNOPSIS B B I [I<--rraindex number>] [B<--daemon> I
] =head1 DESCRIPTION The B function returns the UNIX timestamp of the first data sample entered into the specified RRA of the RRD file. =over 8 =item I 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 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