1 menu "rrdtool - Round Robin Database (RRD) management tools and library"
3 config BR2_COMPILE_RRDTOOL
6 depends BR2_PACKAGE_LIBRRD || BR2_PACKAGE_RRDCGI || BR2_PACKAGE_RRDTOOL
8 config BR2_PACKAGE_LIBRRD
9 tristate "librrd - Round Robin Database (RRD) management library"
10 # default m if CONFIG_DEVEL
12 select BR2_COMPILE_RRDTOOL
13 select BR2_PACKAGE_LIBART
14 select BR2_PACKAGE_LIBFREETYPE
15 select BR2_PACKAGE_LIBPNG
17 RRD is the Acronym for Round Robin Database. RRD is a system to store and
18 display time-series data (i.e. network bandwidth, machine-room temperature,
19 server load average). It stores the data in a very compact way that will
20 not expand over time, and it presents useful graphs by processing the data
21 to enforce a certain data density. It can be used either via simple wrapper
22 scripts (from shell or Perl) or via frontends that poll network devices and
23 put friendly user interface on it.
25 http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
27 This package contains command line tools used to manage RRDs.
30 config BR2_PACKAGE_RRDCGI
31 tristate "rrdcgi - Round Robin Database (RRD) CGI graphing tool"
32 # default m if CONFIG_DEVEL
34 select BR2_COMPILE_RRDTOOL
35 select BR2_PACKAGE_CGILIB
36 select BR2_PACKAGE_LIBRRD
38 RRD is the Acronym for Round Robin Database. RRD is a system to store and
39 display time-series data (i.e. network bandwidth, machine-room temperature,
40 server load average). It stores the data in a very compact way that will
41 not expand over time, and it presents useful graphs by processing the data
42 to enforce a certain data density. It can be used either via simple wrapper
43 scripts (from shell or Perl) or via frontends that poll network devices and
44 put friendly user interface on it.
46 http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
48 This package contains the rrdcgi tool used to create web pages containing
49 RRD graphs based on templates.
52 config BR2_PACKAGE_RRDTOOL
53 tristate "rrdtool - Round Robin Database (RRD) management tools"
54 # default m if CONFIG_DEVEL
56 select BR2_COMPILE_RRDTOOL
57 select BR2_PACKAGE_LIBRRD
59 RRD is the Acronym for Round Robin Database. RRD is a system to store and
60 display time-series data (i.e. network bandwidth, machine-room temperature,
61 server load average). It stores the data in a very compact way that will
62 not expand over time, and it presents useful graphs by processing the data
63 to enforce a certain data density. It can be used either via simple wrapper
64 scripts (from shell or Perl) or via frontends that poll network devices and
65 put friendly user interface on it.
67 http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
69 This package contains command line tools used to manage RRDs.