X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=doc%2Frrdcreate.pod;h=a47acbbaaf17e95b4c4adc7761343a0d18f19533;hb=5ae9312d35bd9931a761a15cbf1e8effe2e7b5d4;hp=27ef702afd5097ca94e08e13c2b49cb01c3d0559;hpb=ecfac614b914cef110a81ac665997a9b186da500;p=pkg-rrdtool.git diff --git a/doc/rrdcreate.pod b/doc/rrdcreate.pod index 27ef702..a47acbb 100644 --- a/doc/rrdcreate.pod +++ b/doc/rrdcreate.pod @@ -16,7 +16,7 @@ The create function of RRDtool lets you set up new Round Robin Database (B) files. The file is created at its final, full size and filled with I<*UNKNOWN*> data. -=over 8 +=over =item I @@ -63,7 +63,7 @@ In order to decide which data source type to use, review the definitions that follow. Also consult the section on "HOW TO MEASURE" for further insight. -=over 4 +=over =item B @@ -89,9 +89,7 @@ room. Internally, derive works exactly like COUNTER but without overflow checks. So if your counter does not reset at 32 or 64 bit you might want to use DERIVE and combine it with a MIN value of 0. -=over - -=item NOTE on COUNTER vs DERIVE +NOTE on COUNTER vs DERIVE by Don Baarda Edon.baarda@baesystems.comE @@ -110,8 +108,6 @@ probably preferable. If you are using a 64bit counter, just about any max setting will eliminate the possibility of mistaking a reset for a counter wrap. -=back - =item B is for counters which get reset upon reading. This is used for fast counters