README 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. README for iftop
  2. $Id: README,v 1.8 2003/06/06 22:42:34 pdw Exp $
  3. Read the INSTALL file, manual page and source code for more information.
  4. iftop must be run as root.
  5. KNOWN ISSUES
  6. RedHat 7.2:
  7. There is a bug in the version of ncurses distibuted with RedHat 7.2 that
  8. will cause iftop to segfault. The RPM in RedHat's Rawhide distribution
  9. fixes this.
  10. Slackware 8.1:
  11. You may need to upgrade your libpcap (by updating the tcpdump package)
  12. in order to compile iftop.
  13. FreeBSD 4.7:
  14. This version of FreeBSD lacks a proper gethostbyaddr_r function. You should
  15. choose an alternative name resolution technique using the --with-resolver=...
  16. option to configure.
  17. Solaris:
  18. On Solaris, iftop has to run in promiscuous mode in order to capture
  19. outgoing packets. iftop autoconfigures to run in promiscuous mode on
  20. Solaris, but will filter out non-broadcast packets which are not
  21. addressed to or from localhost. On Solaris, the -p option merely
  22. disables that filter.
  23. If you have some other sort of system that behaves like Solaris in
  24. needing promiscuous mode, you can pass --enable-default-promiscuous to
  25. configure to enable this behavior.
  26. Cf. http://www.tcpdump.org/lists/workers/2002/02/msg00010.html
  27. The version of curses distributed with Solaris may not be sufficient for
  28. iftop's needs. You will probably need ncurses or similar.