summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ff2f95d)
raw | patch | inline | side by side (parent: ff2f95d)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 13 Mar 2005 15:16:05 +0000 (15:16 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 13 Mar 2005 15:16:05 +0000 (15:16 +0000) |
program/doc/rrdfirst.pod | [new file with mode: 0644] | patch | blob |
diff --git a/program/doc/rrdfirst.pod b/program/doc/rrdfirst.pod
--- /dev/null
+++ b/program/doc/rrdfirst.pod
@@ -0,0 +1,34 @@
+=head1 NAME
+
+rrdfirst - Return the date of the first data sample in an B<RRA> within an B<RRD>
+
+=for html <div align="right"><a href="rrdfirst.pdf">PDF</a> version.</div>
+
+=head1 SYNOPSIS
+
+B<rrdtool> B<first> I<filename> [I<--rraindex number>]
+
+=head1 DESCRIPTION
+
+The B<first> function returns the UNIX timestamp of the first data sample for
+the specified RRA of the RRD file.
+
+=over 8
+
+=item I<filename>
+
+The name of the B<RRD> that contains the data.
+
+=item I<--rraindex number>
+
+The index number of the B<RRA> that is to be examined. If not specified, the
+index defaults to zero. B<RRA> index numbers can be determined through
+B<rrdtool info>.
+
+=back
+
+=head1 AUTHOR
+
+Burton Strauss <Burton@ntopSupport.com>
+
+