source: freewrt/package/iftop/Config.in@ e8fef11

freewrt_1_0 freewrt_2_0
Last change on this file since e8fef11 was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 528 bytes
Line 
1config FWRT_PACKAGE_IFTOP
2 prompt "iftop............................. display bandwith usage on an interface"
3 tristate
4 default n
5 select FWRT_PACKAGE_LIBPCAP
6 select FWRT_PACKAGE_LIBNCURSES
7 select FWRT_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/
Note: See TracBrowser for help on using the repository browser.