1 config BR2_PACKAGE_IFTOP
3 select BR2_PACKAGE_NCURSES
4 select BR2_PACKAGE_LIBPCAP
5 depends on BR2_TOOLCHAIN_HAS_THREADS
7 iftop does for network usage what top(1) does for CPU usage.
8 It listens to network traffic on a named interface and displays
9 a table of current bandwidth usage by pairs of hosts. Handy for
10 answering the question "why is our ADSL link so slow?".
12 http://www.ex-parrot.com/pdw/iftop/
14 comment "iftop needs a toolchain w/ threads"
15 depends on !BR2_TOOLCHAIN_HAS_THREADS