~ubuntu-branches/ubuntu/saucy/rrdtool/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/rrdcreate.pod

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2010-07-22 08:07:01 UTC
  • mfrom: (1.2.8 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100722080701-k46mgdfz6euxwqsm
Tags: 1.4.3-1ubuntu1
* Merge from debian unstable, Remaining changes:
  - debian/control: Don't build against ruby1.9 as we don't want
    it in main.
* require libdbi >= 0.8.3 to prevent aborts when using dbi datasources

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
B<rrdtool> B<create> I<filename>
8
8
S<[B<--start>|B<-b> I<start time>]>
9
9
S<[B<--step>|B<-s> I<step>]>
 
10
S<[B<--no-overwrite>]>
10
11
S<[B<DS:>I<ds-name>B<:>I<DST>B<:>I<dst arguments>]>
11
12
S<[B<RRA:>I<CF>B<:>I<cf arguments>]>
12
13
 
36
37
Specifies the base interval in seconds with which data will be fed
37
38
into the B<RRD>.
38
39
 
 
40
=head2 B<--no-overwrite>
 
41
 
 
42
Do not clobber an existing file of the same name.
 
43
 
39
44
=head2 B<DS:>I<ds-name>B<:>I<DST>B<:>I<dst arguments>
40
45
 
41
46
A single B<RRD> can accept input from several data sources (B<DS>),
408
413
more than B<half> the "step", the entire PDP is marked
409
414
as "unknown". This means that a mixture of known and "unknown" sample
410
415
times in a single PDP "step" may or may not add up to enough "known"
411
 
time to warrent for a known PDP.
 
416
time to warrant a known PDP.
412
417
 
413
418
The "heartbeat" can be short (unusual) or long (typical) relative to
414
419
the "step" interval between PDPs. A short "heartbeat" means you
477
482
=item Mail Messages
478
483
 
479
484
Assume you have a method to count the number of messages transported by
480
 
your mailserver in a certain amount of time, giving you data like '5
 
485
your mail server in a certain amount of time, giving you data like '5
481
486
messages in the last 65 seconds'. If you look at the count of 5 like an
482
487
B<ABSOLUTE> data type you can simply update the RRD with the number 5 and the
483
488
end time of your monitoring period. RRDtool will then record the number of