Code

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