logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iptraf - Interactive Colorful IP LAN Monitor

Author

       Gerard Paul Java (riker@mozcom.com)

Description

iptraf-ng is an ncurses-based IP LAN monitor that generates  various  network  statistics  including  TCP
       info,  UDP  counts,  ICMP  and  OSPF information, Ethernet load info, node stats, IP checksum errors, and
       others.

       If the iptraf-ng command is issued without any command-line options, the program comes up in  interactive
       mode, with the various facilities accessed through the main menu.

Files

        /var/log/iptraf-ng/*.log - log file
        /var/lib/iptraf-ng/* - important IPTraf-ng data files

Manual Author

       Frederic Peters (fpeters@debian.org), using iptraf-ng -h General manual page modifications by Gerard Paul
       Java (riker@mozcom.com), Phil Cameron (pcameron@redhat.com)

                                               IPTraf-ng Help Page                                  IPTRAF-NG(8)

Name

       iptraf - Interactive Colorful IP LAN Monitor

Options

       These options can also be supplied to the command:

       -iiface
              immediately start the IP traffic monitor on the specified interface, or all interfaces if "-i all"
              is specified

       -g     immediately start the general interface statistics

       -diface
              allows you to immediately start the detailed on the indicated interface (iface)

       -siface
              allows you to immediately monitor TCP and UDP traffic on the specified interface (iface)

       -ziface
              shows packet counts by size on the specified interface

       -liface
              start  the  LAN  station  monitor on the specified interface, or all LAN interfaces if "-l all" is
              specified

       -ttimeout
              tells IPTraf-ng to run the specified facility for only timeout minutes.  This option is used  only
              with one of the above parameters.

       -B     redirect  standard  output  to  /dev/null,  closes  standard input, and forks the program into the
              background.  Can be used only with one of the facility  invocation  parameters  above.   Send  the
              backgrounded process a USR2 signal to terminate.

       -Llogfile
              allows  you  to  specify an alternate log file name.  The default log file name is based on either
              the interface selected (detailed interface statistics, TCP/UDP  service  statistics,  packet  size
              breakdown),  or the instance of the facility (IP traffic monitor, LAN station monitor).  If a path
              is not specified, the log file is placed in /var/log/iptraf-ng-f     clears all locks and counters, causing this instance of IPTraf-ng to  think  it's  the  first  one
              running.  This should only be used to recover from an abnormal termination or system crash.

       -h     shows a command summary

See Also

        Documentation/* - complete documentation written by the author

Signals

        SIGUSR1 - rotates log files while program is running
        SIGUSR2 - terminates an IPTraf-ng process running in the background.

Synopsis

iptraf-ng  { [ -f ] [ { -iiface | -g | -diface | -siface | -ziface | -liface } [ -ttimeout ] [ -B [
       -Llogfile ] ] ] | [ -h ] }

See Also