Code

Imported upstream version 1.2.26
[pkg-rrdtool.git] / doc / rrdlastupdate.pod
1 =head1 NAME
3 rrdlastupdate - Return the most recent update to an RRD
5 =head1 SYNOPSIS
7 B<rrdtool> B<lastupdate> I<filename>
9 =head1 DESCRIPTION
11 The B<lastupdate> function returns the UNIX timestamp and the 
12 value stored for each datum in the most recent update of an 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 Andy Riebs <andy.riebs@hp.com>