summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cf73e72)
raw | patch | inline | side by side (parent: cf73e72)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 8 Mar 2010 15:46:15 +0000 (15:46 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 8 Mar 2010 15:46:15 +0000 (15:46 +0000) |
contrib/rrdjig/rrdjig.pl | patch | blob | history |
index bb0eec81b97e8d5abd9d9003f86200b13689c9a7..f281706ab4a3c5a9544b0b57a1bc369754b0626c 100755 (executable)
--- a/contrib/rrdjig/rrdjig.pl
+++ b/contrib/rrdjig/rrdjig.pl
functions to modify the base step size nor the number and types of RRAs in a
graceful manner.
-The rrdjig tool tries to rebild the original data as closely as possible
+The rrdjig tool tries to rebuild the original data as closely as possible
based on the data found in the rrd file. It takes AVERAGE, MIN and MAX RRAs
-into account and rebilds the original data stream such that it can be
-re-enterd into a fresh rrd file. Depending on the configuration of the new
+into account and rebuilds the original data stream such that it can be
+re-entered into a fresh rrd file. Depending on the configuration of the new
rrd file the resulting data closely matches the data in the original rrd
file.
@@ -352,7 +352,7 @@ quantization issues especially when switching from one consolidation level to th
F<legacy.rrd> has data for the last two years and F<new.rrd> is still empty
but created with a start data two years in the past. F<legacy.rrd> contains
-4 Date Sources (in,out,error,drop) and F<new.rrd> contains 3 datasources
+4 Date Sources (in,out,error,drop) and F<new.rrd> contains 3 data-sources
(myout,myin,overrun). We want to transfer the old 'in' to 'myin' and 'out'
to 'myout' while dropping 'error' and 'drop'.