summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dd87000)
raw | patch | inline | side by side (parent: dd87000)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 18 Jan 2007 23:43:26 +0000 (23:43 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Thu, 18 Jan 2007 23:43:26 +0000 (23:43 +0000) |
program/doc/rrdlastupdate.pod | [new file with mode: 0644] | patch | blob |
diff --git a/program/doc/rrdlastupdate.pod b/program/doc/rrdlastupdate.pod
--- /dev/null
@@ -0,0 +1,27 @@
+=head1 NAME
+
+rrdlastupdate - Return the most recent update to an RRD
+
+=head1 SYNOPSIS
+
+B<rrdtool> B<lastupdate> I<filename>
+
+=head1 DESCRIPTION
+
+The B<lastupdate> function returns the UNIX timestamp and the
+value stored for each datum in the most recent update of an RRD.
+
+=over 8
+
+=item I<filename>
+
+The name of the B<RRD> that contains the data.
+
+=back
+
+=head1 AUTHOR
+
+Andy Riebs <andy.riebs@hp.com>
+
+
+