Code

Imported upstream version 1.2.26
[pkg-rrdtool.git] / doc / rrdlast.pod
1 =head1 NAME
3 rrdlast - Return the date of the last data sample in an RRD
5 =head1 SYNOPSIS
7 B<rrdtool> B<last> I<filename>
9 =head1 DESCRIPTION
11 The B<last> function returns the UNIX timestamp of the most recent
12 update of the RRD.
14 =over 8
16 =item I<filename>
18 The name of the B<RRD> that contains the data.
20 =back
22 =head1 AUTHOR
24 Russ Wright <rwwright@home.com>