• 1 General data storage
    • 3 Other tools that use RRDtool as a DBMS and/or graphing subsystem
  • RRDtool. Round Robin Database Tool to store and display time-series data. v1.7.2.3. Screenshot of rrdtool. RRD is the Acronym for Round Robin Database.
  • RRDtool can be easily integrated in shell scripts, perl, python, ruby, lua or tcl applications. ... RRDtool is available for download from this site.
  • RRDtool (round-robin database tool) aims to handle time series data such as network bandwidth, temperatures or CPU load.
  • The RRDTool can be hosted on a variety of platforms, either locally or on a cloud server. The source code can be downloaded from the website and compiled.
  • This section assumes you want to install both RRDTool (which is responsible for managing and presenting data) and MRTG (which is responsible for data collection).
  • Getting Started: - Either after compiling or after installing you can try the example RRDtool applications in the examples directory.
    • Stars:
      0
    • Forks:
      0
    • Issues:
      0
  • RRDtool is a data logging and graphing system. It allows users to store data in round-robin database (RRD) files, and then quickly generate graphs of that data.
  • rrdtool fetch subdata.rrd AVERAGE –r 300 -s -1h. • Yukarıdaki komut, son 1 saatlik bilginin 5’er dakikalık ortalamalarını çekmemizi sağlar.
  • rrdtool is a very powerful tool for storing data and making pretty graphs. There is a lot of documentation, but no simple HOWTO.