man(1) Manual page archive


     NETSTAT(1)                                             NETSTAT(1)

     NAME
          netstat - summarize network connections

     SYNOPSIS
          netstat [ -in ] [ netmtpt ]

     DESCRIPTION
          Netstat prints information about network mounted at netmtpt,
          default /net.  With the -i option, it reports one line per
          network interface listing the device, MTU, local address,
          masl, remote address, packets in, packets out, errors in,
          and errors out for this interface.  For IP connections
          netstat reports the connection number, user, connection
          state, local port, remote port and remote address.  Netstat
          looks up port numbers and addresses in the network databases
          to print symbolic names if possible, but if the -n option is
          specified, it does not translate to symbolic form.

     FILES
          /net/*/*

     SOURCE
          /sys/src/cmd/netstat.c

     SEE ALSO
          ipconfig(8)