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

« back to all changes in this revision

Viewing changes to doc/rrdtool.txt

  • 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:
68
68
               Change the size of individual RRAs. This is dangerous! Check
69
69
               rrdresize.
70
70
 
71
 
       xxppoorrtt   Export data retrieved from one or several RRDs. Check rrdxport
 
71
       xxppoorrtt   Export data retrieved from one or several RRDs. Check rrdxport.
 
72
 
 
73
       fflluusshhccaacchheedd
 
74
               Flush the values for a specific RRD file from memory. Check
 
75
               rrdflushcached.
72
76
 
73
77
       rrrrddccggii  This is a standalone tool for producing RRD graphs on the fly.
74
78
               Check rrdcgi.
78
82
               When monitoring the state of a system, it is convenient to have
79
83
               the data available at a constant time interval. Unfortunately,
80
84
               you may not always be able to fetch data at exactly the time
81
 
               you want to. Therefore RRRRDDttooooll lets you update the logfile at
 
85
               you want to. Therefore RRRRDDttooooll lets you update the log file at
82
86
               any time you want. It will automatically interpolate the value
83
87
               of the data-source (DDSS) at the latest official time-slot
84
88
               (interval) and write this interpolated value to the log. The
256
260
       NNOOTTEE:: that there is no authentication with this feature! Do not setup
257
261
       such a port unless you are sure what you are doing.
258
262
 
 
263
RRRRDDCCAACCHHEEDD,, TTHHEE CCAACCHHIINNGG DDAAEEMMOONN
 
264
       For very big setups, updating thousands of RRD files often becomes a
 
265
       serious IO problem. If you run into such problems, you might want to
 
266
       take a look at rrdcached, a caching daemon for RRDtool which may help
 
267
       you lessen the stress on your disks.
 
268
 
259
269
SSEEEE AALLSSOO
260
270
       rrdcreate, rrdupdate, rrdgraph, rrddump, rrdfetch, rrdtune, rrdlast,
261
 
       rrdxport
 
271
       rrdxport, rrdflushcached, rrdcached
262
272
 
263
273
BBUUGGSS
264
274
       Bugs? Features!
268
278
 
269
279
 
270
280
 
271
 
1.3.8                             2008-12-22                        RRDTOOL(1)
 
281
1.4.3                             2009-10-14                        RRDTOOL(1)