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
|
2017-05-05 16:08:06 +02:00
|
|
|
bmon is a bandwidth monitor capable of retrieving statistics
|
|
|
|
from various input modules. It provides various output methods
|
2014-06-26 20:06:39 +02:00
|
|
|
including a curses based interface.
|
2010-05-26 08:59:46 +02:00
|
|
|
|
2016-07-23 02:10:39 +02:00
|
|
|
https://github.com/tgraf/bmon/
|
2014-06-26 20:06:39 +02:00
|
|
|
|
|
|
|
comment "bmon needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|