Code

Imported upstream SVN snapshot 1.4~rc2+20090928.
[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">
13 <!-- INDEX BEGIN -->
14 <div name="index">
15 <p><a name="__index__"></a></p>
16 <!--
18 <ul>
20         <li><a href="#name">NAME</a></li>
21         <li><a href="#synopsis">SYNOPSIS</a></li>
22         <li><a href="#description">DESCRIPTION</a></li>
23         <li><a href="#author">AUTHOR</a></li>
24 </ul>
26 -->
29 </div>
30 <!-- INDEX END -->
32 <p>
33 </p>
34 <h1><a name="name">NAME</a></h1>
35 <p>rrdfirst - Return the date of the first data sample in an RRA within an RRD</p>
36 <p>
37 </p>
38 <hr />
39 <h1><a name="synopsis">SYNOPSIS</a></h1>
40 <p><strong>rrdtool</strong> <strong>first</strong> <em>filename</em> [<em>--rraindex number</em>]</p>
41 <p>
42 </p>
43 <hr />
44 <h1><a name="description">DESCRIPTION</a></h1>
45 <p>The <strong>first</strong> function returns the UNIX timestamp of the first data
46 sample entered into the specified RRA of the RRD file.</p>
47 <dl>
48 <dt><strong><a name="filename" class="item"><em>filename</em></a></strong></dt>
50 <dd>
51 <p>The name of the <strong>RRD</strong> that contains the data.</p>
52 </dd>
53 <dt><strong><a name="rraindex_number" class="item"><em>--rraindex number</em></a></strong></dt>
55 <dd>
56 <p>The index number of the <strong>RRA</strong> that is to be examined. If not specified, the
57 index defaults to zero. <strong>RRA</strong> index numbers can be determined through
58 <strong>rrdtool info</strong>.</p>
59 </dd>
60 </dl>
61 <p>
62 </p>
63 <hr />
64 <h1><a name="author">AUTHOR</a></h1>
65 <p>Burton Strauss &lt;<a href="mailto:Burton@ntopSupport.com">Burton@ntopSupport.com</a>&gt;</p>
67 </body>
69 </html>