X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdcreate.pod;h=2167b7ac3805cea73d3a1d169ee6fb840fc9dbde;hb=154355b6ff56aefb6a1062134aadfa2aaab3a38c;hp=abb42fc977a6fab48dc34ec240e723bb7b16e5d0;hpb=35354e059a77479a7a135c1e4fc71c76523fd7c4;p=rrdtool.git diff --git a/doc/rrdcreate.pod b/doc/rrdcreate.pod index abb42fc..2167b7a 100644 --- a/doc/rrdcreate.pod +++ b/doc/rrdcreate.pod @@ -7,6 +7,8 @@ rrdcreate - Set up a new Round Robin Database B B I S<[B<--start>|B<-b> I]> S<[B<--step>|B<-s> I]> +S<[B<--no-overwrite>]> +S<[B<--daemon> I
]> S<[BIB<:>IB<:>I]> S<[BIB<:>I]> @@ -36,6 +38,17 @@ I documentation for other ways to specify time. Specifies the base interval in seconds with which data will be fed into the B. +=head2 B<--no-overwrite> + +Do not clobber an existing file of the same name. + +=item B<--daemon> I
+ +Address of the L daemon. For a list of accepted formats, see +the B<-l> option in the L manual. + + rrdtool create --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd I + =head2 BIB<:>IB<:>I A single B can accept input from several data sources (B), @@ -408,7 +421,7 @@ an average rate for that PDP. If the total "unknown" time accounts for more than B the "step", the entire PDP is marked as "unknown". This means that a mixture of known and "unknown" sample times in a single PDP "step" may or may not add up to enough "known" -time to warrent for a known PDP. +time to warrant a known PDP. The "heartbeat" can be short (unusual) or long (typical) relative to the "step" interval between PDPs. A short "heartbeat" means you @@ -477,7 +490,7 @@ together with the time. =item Mail Messages Assume you have a method to count the number of messages transported by -your mailserver in a certain amount of time, giving you data like '5 +your mail server in a certain amount of time, giving you data like '5 messages in the last 65 seconds'. If you look at the count of 5 like an B data type you can simply update the RRD with the number 5 and the end time of your monitoring period. RRDtool will then record the number of