1RRDFIRST(1) rrdtool RRDFIRST(1)
2
3
4
6 rrdfirst - Return the date of the first data sample in an RRA within an
7 RRD
8
10 rrdtool first filename [--rraindex number]
11
13 The first function returns the UNIX timestamp of the first data sample
14 entered into the specified RRA of the RRD file.
15
16 filename
17 The name of the RRD that contains the data.
18
19 --rraindex number
20 The index number of the RRA that is to be examined. If not
21 specified, the index defaults to zero. RRA index numbers can be
22 determined through rrdtool info.
23
25 Burton Strauss <Burton@ntopSupport.com>
26
27
28
291.2.27 2008-02-17 RRDFIRST(1)