2005-08-11 01:20:17 +03:00
|
|
|
config BR2_COMPILE_RRDTOOL
|
|
|
|
bool
|
2005-09-20 04:57:11 +03:00
|
|
|
default n
|
2005-09-09 01:01:19 +03:00
|
|
|
depends BR2_PACKAGE_LIBRRD
|
2005-08-11 01:20:17 +03:00
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBRRD
|
2005-09-09 01:01:19 +03:00
|
|
|
tristate "librrd - Round Robin Database (RRD) management library (v1.2.x)"
|
2005-08-11 01:20:17 +03:00
|
|
|
default n
|
|
|
|
select BR2_COMPILE_RRDTOOL
|
|
|
|
select BR2_PACKAGE_LIBART
|
|
|
|
select BR2_PACKAGE_LIBFREETYPE
|
|
|
|
select BR2_PACKAGE_LIBPNG
|
2005-09-09 01:01:19 +03:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2005-08-11 01:20:17 +03:00
|
|
|
help
|
|
|
|
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
|
|
|
display time-series data (i.e. network bandwidth, machine-room temperature,
|
|
|
|
server load average). It stores the data in a very compact way that will
|
|
|
|
not expand over time, and it presents useful graphs by processing the data
|
|
|
|
to enforce a certain data density. It can be used either via simple wrapper
|
|
|
|
scripts (from shell or Perl) or via frontends that poll network devices and
|
|
|
|
put friendly user interface on it.
|
|
|
|
|
|
|
|
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
|
|
|
|
|
|
|
|
This package contains command line tools used to manage RRDs.
|
|
|
|
|
|
|
|
|
|
|
|
config BR2_PACKAGE_RRDCGI
|
2005-09-09 01:01:19 +03:00
|
|
|
tristate "rrdcgi - Round Robin Database (RRD) CGI graphing tool (v1.2.x)"
|
2005-08-11 01:20:17 +03:00
|
|
|
default n
|
2005-09-09 01:01:19 +03:00
|
|
|
depends BR2_PACKAGE_LIBRRD
|
2005-08-11 01:20:17 +03:00
|
|
|
select BR2_PACKAGE_CGILIB
|
|
|
|
help
|
|
|
|
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
|
|
|
display time-series data (i.e. network bandwidth, machine-room temperature,
|
|
|
|
server load average). It stores the data in a very compact way that will
|
|
|
|
not expand over time, and it presents useful graphs by processing the data
|
|
|
|
to enforce a certain data density. It can be used either via simple wrapper
|
|
|
|
scripts (from shell or Perl) or via frontends that poll network devices and
|
|
|
|
put friendly user interface on it.
|
|
|
|
|
|
|
|
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
|
|
|
|
|
|
|
|
This package contains the rrdcgi tool used to create web pages containing
|
|
|
|
RRD graphs based on templates.
|
|
|
|
|
|
|
|
|
|
|
|
config BR2_PACKAGE_RRDTOOL
|
2005-09-09 01:01:19 +03:00
|
|
|
tristate "rrdtool - Round Robin Database (RRD) management tools (v1.2.x)"
|
2005-08-11 01:20:17 +03:00
|
|
|
default n
|
2005-09-09 01:01:19 +03:00
|
|
|
depends BR2_PACKAGE_LIBRRD
|
2005-08-11 01:20:17 +03:00
|
|
|
help
|
|
|
|
RRD is the Acronym for Round Robin Database. RRD is a system to store and
|
|
|
|
display time-series data (i.e. network bandwidth, machine-room temperature,
|
|
|
|
server load average). It stores the data in a very compact way that will
|
|
|
|
not expand over time, and it presents useful graphs by processing the data
|
|
|
|
to enforce a certain data density. It can be used either via simple wrapper
|
|
|
|
scripts (from shell or Perl) or via frontends that poll network devices and
|
|
|
|
put friendly user interface on it.
|
|
|
|
|
|
|
|
http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/
|
|
|
|
|
|
|
|
This package contains command line tools used to manage RRDs.
|
|
|
|
|
|
|
|
|