From: Tobias Oetiker Date: Sun, 2 Mar 2014 10:27:45 +0000 (+0100) Subject: there is no total CF X-Git-Tag: v1.5.0-rc1~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90eb2b07d3ee661f4066d51bf529346a8c584e2b;p=thirdparty%2Frrdtool-1.x.git there is no total CF --- diff --git a/doc/rrdtool.pod b/doc/rrdtool.pod index cfee929f..fc314788 100644 --- a/doc/rrdtool.pod +++ b/doc/rrdtool.pod @@ -140,7 +140,7 @@ a graph covering the whole year. B offers a solution to this problem through its data consolidation feature. When setting up an Round Robin Database (B), you can define at which interval this consolidation should occur, and what consolidation function (B) -(average, minimum, maximum, total, last) should be used to build the +(average, minimum, maximum, last) should be used to build the consolidated values (see rrdcreate). You can define any number of different consolidation setups within one B. They will all be maintained on the fly when new data is loaded into the B. @@ -171,8 +171,7 @@ axis. Using different consolidation functions (B) allows you to store exactly the type of information that actually interests you: the maximum -one minute traffic on the LAN, the minimum temperature of your wine cellar, -the total minutes of down time, etc. +one minute traffic on the LAN, the minimum temperature of your wine cellar, ... etc. =item Unknown Data