2009-07-26 22:03:15 +02:00
|
|
|
config BR2_PACKAGE_BMON
|
|
|
|
bool "bmon"
|
2014-06-26 20:06:39 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
|
|
|
select BR2_PACKAGE_LIBCONFUSE
|
|
|
|
select BR2_PACKAGE_LIBNL
|
|
|
|
select BR2_PACKAGE_NCURSES
|
2009-07-26 22:03:15 +02:00
|
|
|
help
|
2014-06-26 20:06:39 +02:00
|
|
|
bmon is a bandwidth monitor capable of retrieving statistics from
|
|
|
|
various input modules. It provides various output methods
|
|
|
|
including a curses based interface.
|
2010-05-26 08:59:46 +02:00
|
|
|
|
2014-06-26 20:06:39 +02:00
|
|
|
http://www.infradead.org/~tgr/bmon/
|
|
|
|
|
|
|
|
comment "bmon needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|