started updating for 1.2 release
[rrdtool.git] / doc / rrdlast.pod
1 =head1 NAME
2
3 rrdtool last - Return the date of the last data sample in an B<RRD>
4
5 =for html <div align="right"><a href="rrdlast.pdf">PDF</a> version.</div>
6
7 =head1 SYNOPSIS
8
9 B<rrdtool> B<last> I<filename>
10
11 =head1 DESCRIPTION
12
13 The B<last> function returns the UNIX timestamp when the RRD was last
14 updated.
15
16 =over 8
17
18 =item I<filename>
19
20 The name of the B<RRD> that contains the data.
21
22 =back
23
24 =head1 AUTHOR
25
26 Russ Wright <rwwright@home.com>
27
28
29