2009-07-26 20:03:15 +00:00
|
|
|
config BR2_PACKAGE_BMON
|
|
|
|
bool "bmon"
|
2014-06-26 18:06:39 +00:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
|
|
|
|
select BR2_PACKAGE_LIBCONFUSE
|
|
|
|
select BR2_PACKAGE_LIBNL
|
|
|
|
select BR2_PACKAGE_NCURSES
|
2009-07-26 20:03:15 +00:00
|
|
|
help
|
2017-05-05 14:08:06 +00:00
|
|
|
bmon is a bandwidth monitor capable of retrieving statistics
|
|
|
|
from various input modules. It provides various output methods
|
2014-06-26 18:06:39 +00:00
|
|
|
including a curses based interface.
|
2010-05-26 06:59:46 +00:00
|
|
|
|
2016-07-23 00:10:39 +00:00
|
|
|
https://github.com/tgraf/bmon/
|
2014-06-26 18:06:39 +00:00
|
|
|
|
|
|
|
comment "bmon needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|