first try to decrease the size of openssl 0.9.8a
[openwrt.git] / openwrt / package / iftop / Config.in
1 config BR2_PACKAGE_IFTOP
2 prompt "iftop............................. display bandwith usage on an interface"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBPCAP
6 select BR2_PACKAGE_LIBNCURSES
7 select BR2_PACKAGE_LIBPTHREAD
8 help
9 iftop does for network usage what top(1) does for CPU usage. It
10 listens to network traffic on a named interface and displays a
11 table of current bandwidth usage by pairs of hosts. Handy for
12 answering the question "why is our ADSL link so slow?".
13
14 http://www.ex-parrot.com/~pdw/iftop/
This page took 0.039154 seconds and 5 git commands to generate.