Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > 9515a966af6618af2fde9aa55a260a42 > files > 27

rrdtool-1.0.33-7mdk.i586.rpm

<HTML>
<HEAD>
<TITLE>rrdresize</TITLE>
<LINK REV="made" HREF="mailto:karrer@iis.ee.ethz.ch">
</HEAD>

<BODY>

<A NAME="__index__"></A>
<!-- INDEX BEGIN -->
<!--

<UL>

	<LI><A HREF="#name">NAME</A></LI>
	<LI><A HREF="#synopsis">SYNOPSIS</A></LI>
	<LI><A HREF="#description">DESCRIPTION</A></LI>
	<LI><A HREF="#notes">NOTES</A></LI>
	<LI><A HREF="#author">AUTHOR</A></LI>
</UL>
-->
<!-- INDEX END -->

<P>
<H1><A NAME="name">NAME</A></H1>
<P>rrdtool resize - alters the size of an RRA.</P>
<div align="right"><a href="rrdresize.pdf">PDF</a> version.</div><P>
<HR>
<H1><A NAME="synopsis">SYNOPSIS</A></H1>
<P><STRONG>rrdtool</STRONG> <STRONG>resize</STRONG> <EM>filename</EM> <EM>rra-num</EM>  <STRONG>GROW</STRONG><EM>|</EM><STRONG>SHRINK</STRONG> <EM>rows</EM></P>
<P>
<HR>
<H1><A NAME="description">DESCRIPTION</A></H1>
<P>The <STRONG>resize</STRONG> function is used to modify the number of rows in
an <STRONG>RRA</STRONG>.</P>
<DL>
<DT><STRONG><A NAME="item_filename"><EM>filename</EM></A></STRONG><BR>
<DD>
the name of the <STRONG>RRD</STRONG> you want to alter.
<P></P>
<DT><STRONG><A NAME="item_rra%2Dnum"><EM>rra-num</EM></A></STRONG><BR>
<DD>
the <STRONG>RRA</STRONG> you want to alter. You can find the number using <STRONG>rrdtool info</STRONG>.
<P></P>
<DT><STRONG><A NAME="item_GROW"><STRONG>GROW</STRONG></A></STRONG><BR>
<DD>
used if you want to add extra rows to an RRA. The extra rows will be inserted
as the rows that are oldest.
<P></P>
<DT><STRONG><A NAME="item_SHRINK"><STRONG>SHRINK</STRONG></A></STRONG><BR>
<DD>
used if you want to remove rows from an RRA. The rows that will be removed
are the oldest rows.
<P></P>
<DT><STRONG><A NAME="item_rows"><EM>rows</EM></A></STRONG><BR>
<DD>
the number of rows you want to add or remove.
<P></P></DL>
<P>
<HR>
<H1><A NAME="notes">NOTES</A></H1>
<P>It is possible to abuse this tool and get strange results
by first removing some rows and then reinsert the same amount (effectively
clearing them to be Unknown). You may thus end up with unknown data in one
RRA while at the same timestamp this data is available in another RRA.</P>
<P>
<HR>
<H1><A NAME="author">AUTHOR</A></H1>
<P>Alex van den Bogaerdt &lt;<A HREF="mailto:alex@ergens.op.het.net">alex@ergens.op.het.net</A>&gt;</P>

</BODY>

</HTML>