File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iftop / README
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 16:57:34 2012 UTC (12 years, 3 months ago) by misho
Branches: iftop, MAIN
CVS tags: v1_0rc4, v0_17p0, v0_17, HEAD
iftop

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>