Code

94a68d4d2f1bdf777dc4b3cf547e2d28cdbe6e3a
[pkg-rrdtool.git] / doc / rrdfirst.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>rrdfirst</title>
5 <link rev="made" href="mailto:root@localhost" />
6 </head>
8 <body style="background-color: white">
10 <p><a name="__index__"></a></p>
11 <!-- INDEX BEGIN -->
12 <!--
14 <ul>
16         <li><a href="#name">NAME</a></li>
17         <li><a href="#synopsis">SYNOPSIS</a></li>
18         <li><a href="#description">DESCRIPTION</a></li>
19         <li><a href="#author">AUTHOR</a></li>
20 </ul>
21 -->
22 <!-- INDEX END -->
24 <p>
25 </p>
26 <h1><a name="name">NAME</a></h1>
27 <p>rrdfirst - Return the date of the first data sample in an RRA within an RRD</p>
28 <p>
29 </p>
30 <hr />
31 <h1><a name="synopsis">SYNOPSIS</a></h1>
32 <p><strong>rrdtool</strong> <strong>first</strong> <em>filename</em> [<em>--rraindex number</em>]</p>
33 <p>
34 </p>
35 <hr />
36 <h1><a name="description">DESCRIPTION</a></h1>
37 <p>The <strong>first</strong> function returns the UNIX timestamp of the first data
38 sample entered into the specified RRA of the RRD file.</p>
39 <dl>
40 <dt><strong><a name="item_filename"><em>filename</em></a></strong><br />
41 </dt>
42 <dd>
43 The name of the <strong>RRD</strong> that contains the data.
44 </dd>
45 <p></p>
46 <dt><strong><a name="item__2d_2drraindex_number"><em>--rraindex number</em></a></strong><br />
47 </dt>
48 <dd>
49 The index number of the <strong>RRA</strong> that is to be examined. If not specified, the
50 index defaults to zero. <strong>RRA</strong> index numbers can be determined through
51 <strong>rrdtool info</strong>.
52 </dd>
53 <p></p></dl>
54 <p>
55 </p>
56 <hr />
57 <h1><a name="author">AUTHOR</a></h1>
58 <p>Burton Strauss &lt;<a href="mailto:Burton@ntopSupport.com">Burton@ntopSupport.com</a>&gt;</p>
60 </body>
62 </html>