1 / 7

RRDtool

RRDtool. http://people.ee.ethz.ch/~oetiker/webtools/rrdtool /. Miroslav Siket FIO-FS. Outline. What is RRDtool Oragnization Components Samples Deployment. What is RRDtool. It is based on RRD (Round Robin Database) files for storing historic information

Télécharger la présentation

RRDtool

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. RRDtool http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ Miroslav Siket FIO-FS

  2. Outline • What is RRDtool • Oragnization • Components • Samples • Deployment CERN, Monitoring Meeitng

  3. What is RRDtool • It is based on RRD (Round Robin Database) files for storing historic information • It is a system to store and display time-series data • It's pupose is to visualize time-dependent values that can be of the following nature: • GAUGE, COUNTER, ABSOLUTE, DERIVE • It uses the following algorithms to keep data: • AVERAGE, MIN, MAX, LAST CERN, Monitoring Meeitng

  4. Organization • RRDtool stores data in the files of fixed size with n slots per defined period of time • Multiple periods of times (with different granularities) • Client (using rrdtool) updates rrd files with metric data for each time slot (using timestamp) • RRDtool does averaging(min, max,...) on the fly • RRDtool provides graphs • RRDcgi provides web pages from templates • RRDtool provides XML import/export, C and Perl API CERN, Monitoring Meeitng

  5. Some features • RRDtool allows some basic mathematical expressions when creating graphs: • +,-,*,/,% • SIN, COS, LOG, EXP, FLOOR, CEIL • LT, GT, LE, GE, EQ • IF • MIN, MAX, LIMIT • ... • This is useful for dynamically creating user defined views (cluster statistics, utilization graphs,…) • RRDtool support several metrics in one file with possibility of adding, reducing their number, time span CERN, Monitoring Meeitng

  6. Examples CERN, Monitoring Meeitng

  7. Deployment • For fast metric display possibilities • Organized by host/metric_name_id.rrd • Client for OraMon to feed data into rrd files • Apache + php-rrdtool • Dynamical Web pages per cluster/node • Utilization and performance graphs • Easy to setup/implement CERN, Monitoring Meeitng

More Related