15 lines
424 B
Plaintext
15 lines
424 B
Plaintext
config BR2_PACKAGE_NETHOGS
|
|
bool "nethogs"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
select BR2_PACKAGE_LIBPCAP
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
NetHogs is a small 'net top' tool. Instead of breaking the
|
|
traffic down per protocol or per subnet, like most tools
|
|
do, it groups bandwidth by process.
|
|
|
|
https://github.com/raboof/nethogs
|
|
|
|
comment "nethogs needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|