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