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

« back to all changes in this revision

Viewing changes to doc/rrdtool.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:
91
91
 
92
92
=item B<xport>
93
93
 
94
 
Export data retrieved from one or several RRDs. Check L<rrdxport>
 
94
Export data retrieved from one or several RRDs. Check L<rrdxport>.
 
95
 
 
96
=item B<flushcached>
 
97
 
 
98
Flush the values for a specific RRD file from memory. Check L<rrdflushcached>.
95
99
 
96
100
=item B<rrdcgi>
97
101
 
109
113
When monitoring the state of a system, it is convenient to have the
110
114
data available at a constant time interval. Unfortunately, you may not
111
115
always be able to fetch data at exactly the time you want
112
 
to. Therefore B<RRDtool> lets you update the logfile at any time you
 
116
to. Therefore B<RRDtool> lets you update the log file at any time you
113
117
want. It will automatically interpolate the value of the data-source
114
118
(B<DS>) at the latest official time-slot (interval) and write this
115
119
interpolated value to the log. The original value you have supplied is
298
302
B<NOTE:> that there is no authentication with this feature! Do not setup
299
303
such a port unless you are sure what you are doing.
300
304
 
 
305
=head1 RRDCACHED, THE CACHING DAEMON
 
306
 
 
307
For very big setups, updating thousands of RRD files often becomes a serious IO
 
308
problem. If you run into such problems, you might want to take a look at
 
309
L<rrdcached>, a caching daemon for RRDtool which may help you lessen the
 
310
stress on your disks.
 
311
 
301
312
=head1 SEE ALSO
302
313
 
303
 
rrdcreate, rrdupdate, rrdgraph, rrddump, rrdfetch, rrdtune, rrdlast, rrdxport
 
314
rrdcreate, rrdupdate, rrdgraph, rrddump, rrdfetch, rrdtune, rrdlast, rrdxport,
 
315
rrdflushcached, rrdcached
304
316
 
305
317
=head1 BUGS
306
318