blob: 39369914c2530c19249f83ca8987ed28d50ed443 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
config BR2_PACKAGE_RRDCOLLECT
tristate "rrdcollect - Round-Robin Database Collecting Daemon"
default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBRRD
help
RRDcollect is a daemon which polls ceratin files in /proc/
directory, gathering data and storing it inside RRDtool's
database files. Being written in C should be both fast
and resources-friendly. Supports both scanf(3)-style
pattern matches and perl compatible regular expressions.
http://rrdcollect.sourceforge.net/
|