X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=doc%2Frrdresize.html;h=474040f8abf3edb57d8369981d9ac4ccf0632d1d;hb=51c3d3fb997c22e1ee828470413f1e84989e1f6c;hp=80c6d4d7349ee8b53a278c11646aab63bb262b29;hpb=1559397b94b4af3de73cfa23c04be31d8bee53e7;p=pkg-rrdtool.git diff --git a/doc/rrdresize.html b/doc/rrdresize.html index 80c6d4d..474040f 100644 --- a/doc/rrdresize.html +++ b/doc/rrdresize.html @@ -9,8 +9,10 @@ -

+ +
+

+ + +

@@ -40,29 +46,29 @@

The resize function is used to modify the number of rows in an RRA.

-
filename
+
filename

the name of the RRD you want to alter.

-
rra-num
+
rra-num

the RRA you want to alter. You can find the number using rrdtool info.

-
GROW
+
GROW

used if you want to add extra rows to an RRA. The extra rows will be inserted as the rows that are oldest.

-
SHRINK
+
SHRINK

used if you want to remove rows from an RRA. The rows that will be removed are the oldest rows.

-
rows
+
rows

the number of rows you want to add or remove.