Difference between revisions of "RRDTool"

From ArmadeusWiki
Jump to: navigation, search
(Created page with "==Introduction== One wanting to log periodic data on his embedded system with a standard and robust method might be interested by the following instructions. From wikipedia:...")
(No difference)

Revision as of 12:49, 18 November 2019

Introduction

One wanting to log periodic data on his embedded system with a standard and robust method might be interested by the following instructions.

From wikipedia: "RRDtool (round-robin database tool) aims to handle time series data. The data are stored in a circular buffer based database, thus the system storage footprint remains constant over time. It also includes tools to extract round-robin data in a graphical format, for which it was originally intended. Bindings exist for several programming languages."

Installation

$ make menuconfig
...
Target packages  --->
    ...
    Graphic libraries and applications (graphic/text)  --->
        ...
        [*] rrdtool
  • then reflash your rootfs

Usage

Links