Code

control: Updated standards-version to 3.9.5 -- no changes.
[pkg-rrdtool.git] / doc / rrdfirst.pod
1 =head1 NAME
3 rrdfirst - Return the date of the first data sample in an RRA within an RRD
5 =head1 SYNOPSIS
7 B<rrdtool> B<first> I<filename> [I<--rraindex number>]
9 =head1 DESCRIPTION
11 The B<first> function returns the UNIX timestamp of the first data
12 sample entered into the specified RRA of the RRD file.
14 =over 8
16 =item I<filename>
18 The name of the B<RRD> that contains the data.
20 =item I<--rraindex number>
22 The index number of the B<RRA> that is to be examined. If not specified, the
23 index defaults to zero. B<RRA> index numbers can be determined through
24 B<rrdtool info>.
26 =back
28 =head1 AUTHOR
30 Burton Strauss <Burton@ntopSupport.com>