[BACK]Return to netstat.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Annotation of src/usr.bin/netstat/netstat.1, Revision 1.16

1.16    ! aaron       1: .\"    $OpenBSD: netstat.1,v 1.15 1999/05/16 19:57:59 alex Exp $
1.1       deraadt     2: .\"    $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $
                      3: .\"
                      4: .\" Copyright (c) 1983, 1990, 1992, 1993
                      5: .\"    The Regents of the University of California.  All rights reserved.
                      6: .\"
                      7: .\" Redistribution and use in source and binary forms, with or without
                      8: .\" modification, are permitted provided that the following conditions
                      9: .\" are met:
                     10: .\" 1. Redistributions of source code must retain the above copyright
                     11: .\"    notice, this list of conditions and the following disclaimer.
                     12: .\" 2. Redistributions in binary form must reproduce the above copyright
                     13: .\"    notice, this list of conditions and the following disclaimer in the
                     14: .\"    documentation and/or other materials provided with the distribution.
                     15: .\" 3. All advertising materials mentioning features or use of this software
                     16: .\"    must display the following acknowledgement:
                     17: .\"    This product includes software developed by the University of
                     18: .\"    California, Berkeley and its contributors.
                     19: .\" 4. Neither the name of the University nor the names of its contributors
                     20: .\"    may be used to endorse or promote products derived from this software
                     21: .\"    without specific prior written permission.
                     22: .\"
                     23: .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
                     24: .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     25: .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     26: .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
                     27: .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     28: .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     29: .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     30: .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     31: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     32: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     33: .\" SUCH DAMAGE.
                     34: .\"
                     35: .\"    from: @(#)netstat.1     8.8 (Berkeley) 4/18/94
                     36: .\"
                     37: .Dd April 18, 1994
                     38: .Dt NETSTAT 1
1.16    ! aaron      39: .Os
1.1       deraadt    40: .Sh NAME
                     41: .Nm netstat
                     42: .Nd show network status
                     43: .Sh SYNOPSIS
                     44: .Nm netstat
                     45: .Op Fl Aan
                     46: .Op Fl f Ar address_family
                     47: .Op Fl M Ar core
                     48: .Op Fl N Ar system
                     49: .Nm netstat
                     50: .Op Fl dghimnrs
                     51: .Op Fl f Ar address_family
                     52: .Op Fl M Ar core
                     53: .Op Fl N Ar system
                     54: .Nm netstat
                     55: .Op Fl dn
                     56: .Op Fl I Ar interface
                     57: .Op Fl M Ar core
                     58: .Op Fl N Ar system
                     59: .Op Fl w Ar wait
                     60: .Nm netstat
                     61: .Op Fl p Ar protocol
                     62: .Op Fl M Ar core
                     63: .Op Fl N Ar system
                     64: .Sh DESCRIPTION
                     65: The
                     66: .Nm netstat
                     67: command symbolically displays the contents of various network-related
                     68: data structures.
                     69: There are a number of output formats,
                     70: depending on the options for the information presented.
                     71: The first form of the command displays a list of active sockets for
                     72: each protocol.
                     73: The second form presents the contents of one of the other network
                     74: data structures according to the option selected.
                     75: Using the third form, with a
                     76: .Ar wait
                     77: interval specified,
                     78: .Nm netstat
                     79: will continuously display the information regarding packet
                     80: traffic on the configured network interfaces.
                     81: The fourth form displays statistics about the named protocol.
                     82: .Pp
1.12      aaron      83: The options are as follows:
1.1       deraadt    84: .Bl -tag -width flag
                     85: .It Fl A
                     86: With the default display,
                     87: show the address of any protocol control blocks associated with sockets; used
                     88: for debugging.
                     89: .It Fl a
                     90: With the default display,
                     91: show the state of all sockets; normally sockets used by
                     92: server processes are not shown.
                     93: .It Fl d
                     94: With either interface display (option
                     95: .Fl i
                     96: or an interval, as described below),
                     97: show the number of dropped packets.
1.16    ! aaron      98: .It Fl f Ar address_family
1.1       deraadt    99: Limit statistics or address control block reports to those
                    100: of the specified
1.12      aaron     101: .Ar address_family .
1.1       deraadt   102: The following address families
                    103: are recognized:
1.12      aaron     104: .Ar inet ,
1.1       deraadt   105: for
1.12      aaron     106: .Dv AF_INET ,
1.4       mickey    107: .Ar ipx ,
                    108: for
1.12      aaron     109: .Dv AF_IPX ,
1.8       denny     110: .Ar atalk ,
                    111: for
                    112: .Dv AF_APPLETALK ,
1.1       deraadt   113: .Ar ns ,
                    114: for
1.12      aaron     115: .Dv AF_NS ,
1.1       deraadt   116: .Ar iso ,
                    117: for
                    118: .Dv AF_ISO ,
1.7       angelos   119: .Ar encap ,
                    120: for
1.13      angelos   121: .Dv PF_KEY ,
1.12      aaron     122: .Ar local ,
1.5       kstailey  123: for
1.12      aaron     124: .Dv AF_LOCAL ,
1.1       deraadt   125: and
1.12      aaron     126: .Ar unix ,
1.1       deraadt   127: for
1.12      aaron     128: .Dv AF_UNIX .
1.1       deraadt   129: .It Fl g
                    130: Show information related to multicast (group address) routing.
                    131: By default, show the IP Multicast virtual-interface and routing tables.
                    132: If the
                    133: .Fl s
                    134: option is also present, show multicast routing statistics.
1.16    ! aaron     135: .It Fl I Ar interface
1.1       deraadt   136: Show information about the specified interface;
                    137: used with a
                    138: .Ar wait
                    139: interval as described below.
                    140: .It Fl i
                    141: Show the state of interfaces which have been auto-configured
                    142: (interfaces statically configured into a system, but not
                    143: located at boot time are not shown).
                    144: If the
                    145: .Fl a
                    146: options is also present, multicast addresses currently in use are shown
                    147: for each Ethernet interface and for each IP interface address.
                    148: Multicast addresses are shown on separate lines following the interface
                    149: address with which they are associated.
                    150: .It Fl M
                    151: Extract values associated with the name list from the specified core
                    152: instead of the default
                    153: .Pa /dev/kmem .
                    154: .It Fl m
                    155: Show statistics recorded by the memory management routines
                    156: (the network manages a private pool of memory buffers).
                    157: .It Fl N
                    158: Extract the name list from the specified system instead of the default
1.3       ccappuc   159: .Pa /bsd .
1.1       deraadt   160: .It Fl n
                    161: Show network addresses as numbers (normally
                    162: .Nm netstat
                    163: interprets addresses and attempts to display them
                    164: symbolically).
                    165: This option may be used with any of the display formats.
1.16    ! aaron     166: .It Fl p Ar protocol
1.1       deraadt   167: Show statistics about
1.12      aaron     168: .Ar protocol ,
1.1       deraadt   169: which is either a well-known name for a protocol or an alias for it.  Some
                    170: protocol names and aliases are listed in the file
                    171: .Pa /etc/protocols .
                    172: A null response typically means that there are no interesting numbers to
                    173: report.
                    174: The program will complain if
                    175: .Ar protocol
                    176: is unknown or if there is no statistics routine for it.
                    177: .It Fl s
                    178: Show per-protocol statistics.
                    179: If this option is repeated, counters with a value of zero are suppressed.
                    180: .It Fl r
                    181: Show the routing tables.
                    182: When
                    183: .Fl s
                    184: is also present, show routing statistics instead.
1.10      peter     185: .It Fl v
1.12      aaron     186: Be verbose. This currently has no effect.
1.1       deraadt   187: .It Fl w Ar wait
                    188: Show network interface statistics at intervals of
                    189: .Ar wait
                    190: seconds.
                    191: .El
                    192: .Pp
                    193: The default display, for active sockets, shows the local
                    194: and remote addresses, send and receive queue sizes (in bytes), protocol,
                    195: and the internal state of the protocol.
                    196: Address formats are of the form ``host.port'' or ``network.port''
                    197: if a socket's address specifies a network but no specific host address.
                    198: When known the host and network addresses are displayed symbolically
                    199: according to the data bases
                    200: .Pa /etc/hosts
                    201: and
                    202: .Pa /etc/networks ,
                    203: respectively.  If a symbolic name for an address is unknown, or if
                    204: the
                    205: .Fl n
                    206: option is specified, the address is printed numerically, according
                    207: to the address family.
                    208: For more information regarding
                    209: the Internet ``dot format,''
                    210: refer to
1.12      aaron     211: .Xr inet 3 .
1.1       deraadt   212: Unspecified,
1.12      aaron     213: or ``wildcard'' addresses and ports appear as ``*''.
1.6       deraadt   214: If a local port number is registered as being in use for RPC by
1.12      aaron     215: .Xr portmap 8 ,
1.11      aaron     216: its RPC service name or RPC service number will be printed in
1.12      aaron     217: ``[]'' immediately after the port number.
1.1       deraadt   218: .Pp
                    219: The interface display provides a table of cumulative
                    220: statistics regarding packets transferred, errors, and collisions.
                    221: The network addresses of the interface
1.12      aaron     222: and the maximum transmission unit (``MTU'') are also displayed.
1.1       deraadt   223: .Pp
1.10      peter     224: The routing table display indicates the available routes and their
                    225: status.  Each route consists of a destination host or network and
                    226: a gateway to use in forwarding packets.  If the destination is a
                    227: network in numeric format, the netmask (in /24 style format) is
                    228: appended.  The flags field shows a collection of information about
                    229: the route stored as binary choices.  The individual flags are
                    230: discussed in more detail in the
1.1       deraadt   231: .Xr route 8
                    232: and
                    233: .Xr route 4
                    234: manual pages.
                    235: The mapping between letters and flags is:
                    236: .Bl -column XXXX RTF_BLACKHOLE
1.12      aaron     237: 1      RTF_PROTO1      Protocol specific routing flag #1.
                    238: 2      RTF_PROTO2      Protocol specific routing flag #2.
1.16    ! aaron     239: B      RTF_BLACKHOLE   Just discard pkts (during updates).
1.12      aaron     240: C      RTF_CLONING     Generate new routes on use.
                    241: D      RTF_DYNAMIC     Created dynamically (by redirect).
                    242: G      RTF_GATEWAY     Destination requires forwarding by intermediary.
                    243: H      RTF_HOST        Host entry (net otherwise).
1.1       deraadt   244: L      RTF_LLINFO      Valid protocol to link address translation.
1.12      aaron     245: M      RTF_MODIFIED    Modified dynamically (by redirect).
                    246: R      RTF_REJECT      Host or net unreachable.
                    247: S      RTF_STATIC      Manually added.
                    248: U      RTF_UP  Route usable.
                    249: X      RTF_XRESOLVE    External daemon translates proto to link address.
1.1       deraadt   250: .El
                    251: .Pp
                    252: Direct routes are created for each
                    253: interface attached to the local host;
                    254: the gateway field for such entries shows the address of the outgoing interface.
                    255: The refcnt field gives the
                    256: current number of active uses of the route.  Connection oriented
                    257: protocols normally hold on to a single route for the duration of
                    258: a connection while connectionless protocols obtain a route while sending
                    259: to the same destination.
                    260: The use field provides a count of the number of packets
1.12      aaron     261: sent using that route.  The MTU entry shows the MTU associated with
                    262: that route.  This MTU value is used as the basis for the TCP maximum
                    263: segment size (MSS).  A
1.1       deraadt   264: .Sq -
1.12      aaron     265: indicates that the MTU for this route has not been set, and a default
1.1       deraadt   266: TCP maximum segment size will be used.  The interface entry indicates
                    267: the network interface utilized for the route.
                    268: .Pp
                    269: When
                    270: .Nm netstat
                    271: is invoked with the
                    272: .Fl w
                    273: option and a
                    274: .Ar wait
                    275: interval argument, it displays a running count of statistics related to
                    276: network interfaces.
                    277: An obsolescent version of this option used a numeric parameter
                    278: with no option, and is currently supported for backward compatibility.
                    279: This display consists of a column for the primary interface (the first
                    280: interface found during autoconfiguration) and a column summarizing
                    281: information for all interfaces.
                    282: The primary interface may be replaced with another interface with the
                    283: .Fl I
                    284: option.
                    285: The first line of each screen of information contains a summary since the
                    286: system was last rebooted.  Subsequent lines of output show values
                    287: accumulated over the preceding interval.
                    288: .Sh SEE ALSO
                    289: .Xr nfsstat 1 ,
                    290: .Xr ps 1 ,
                    291: .Xr hosts 5 ,
                    292: .Xr networks 5 ,
                    293: .Xr protocols 5 ,
                    294: .Xr services 5 ,
1.15      alex      295: .Xr iostat 8 ,
1.1       deraadt   296: .Xr trpt 8 ,
                    297: .Xr trsp 8 ,
                    298: .Xr vmstat 8
                    299: .Sh HISTORY
                    300: The
                    301: .Nm netstat
                    302: command appeared in
                    303: .Bx 4.2 .
                    304: .\" .Sh FILES
                    305: .\" .Bl -tag -width /dev/kmem -compact
1.3       ccappuc   306: .\" .It Pa /bsd
1.1       deraadt   307: .\" default kernel namelist
                    308: .\" .It Pa /dev/kmem
                    309: .\" default memory file
                    310: .\" .El
                    311: .Sh BUGS
                    312: The notion of errors is ill-defined.