8c6ae0caaf0371d8f67d1ad60d89294738b8b691
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / iftop / Config.in
1 config BR2_PACKAGE_IFTOP
2         bool "iftop"
3         select BR2_PACKAGE_NCURSES
4         select BR2_PACKAGE_LIBPCAP
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         help
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?".
11
12           http://www.ex-parrot.com/pdw/iftop/
13
14 comment "iftop needs a toolchain w/ threads"
15         depends on !BR2_TOOLCHAIN_HAS_THREADS