Config.in 524 B

1234567891011121314
  1. config ADK_PACKAGE_IFTOP
  2. prompt "iftop............................. display bandwith usage on an interface"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBPCAP
  6. select ADK_PACKAGE_LIBNCURSES
  7. select ADK_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. http://www.ex-parrot.com/~pdw/iftop/