]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
there is no total CF
authorTobias Oetiker <tobi@oetiker.ch>
Sun, 2 Mar 2014 10:27:45 +0000 (11:27 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Sun, 2 Mar 2014 10:28:23 +0000 (11:28 +0100)
doc/rrdtool.pod

index 0d701ca4a420818fd431cb47c57d1b40e222ea9a..14394cf5465b60b998e2b883057099dc421af97d 100644 (file)
@@ -131,7 +131,7 @@ a graph covering the whole year. B<RRDtool> offers a solution to this
 problem through its data consolidation feature. When setting up an
 Round Robin Database (B<RRD>), you can define at which interval this
 consolidation should occur, and what consolidation function (B<CF>)
-(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<RRD>. They will all be
 maintained on the fly when new data is loaded into the B<RRD>.
@@ -162,8 +162,7 @@ axis.
 
 Using different consolidation functions (B<CF>) 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