1 .\" Copyright (c) 1983, 1990, 1992, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\" must display the following acknowledgement:
14 .\" This product includes software developed by the University of
15 .\" California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" @(#)netstat.1 8.8 (Berkeley) 4/18/94
33 .\" $FreeBSD: src/usr.bin/netstat/netstat.1,v 1.22.2.13 2003/05/03 22:10:02 keramida Exp $
34 .\" $DragonFly: src/usr.bin/netstat/netstat.1,v 1.9 2008/07/11 23:09:18 thomas Exp $
41 .Nd show network status
45 command symbolically displays the contents of various network-related
47 There are a number of output formats,
48 depending on the options for the information presented.
49 .Bl -tag -width indent
55 .Op Fl f Ar protocol_family | Fl p Ar protocol
60 Display a list of active sockets
61 (protocol control blocks)
62 for each network protocol,
70 show the address of a protocol control block (PCB)
71 associated with a socket; used for debugging.
75 show the state of all sockets;
76 normally sockets used by server processes are not shown.
80 show the size of the various listen queues.
81 The first count shows the number of unaccepted connections,
82 the second count shows the amount of unaccepted incomplete connections,
83 and the third count is the maximum number of queued connections.
87 show network addresses as numbers (as with
89 but show ports symbolically.
93 .Fl i | I Ar interface
95 .Op Fl f Ar address_family
100 Show the state of all network interfaces or a single
102 which have been auto-configured
103 (interfaces statically configured into a system, but not
104 located at boot time are not shown).
107 after an interface name indicates that the interface is
111 is also present, multicast addresses currently in use are shown
112 for each Ethernet interface and for each IP interface address.
113 Multicast addresses are shown on separate lines following the interface
114 address with which they are associated.
117 is also present, show the number of bytes in and out.
120 is also present, show the number of dropped packets.
123 is also present, show the contents of watchdog timers.
126 is also present, the maximum buffer sizes are displayed instead
127 of current buffer usage.
132 .Op Fl I Ar interface
141 display the information regarding packet
142 traffic on all configured network interfaces
147 is also present, show the number of dropped packets.
153 .Op Fl f Ar protocol_family | Fl p Ar protocol
158 Display system-wide statistics for each network protocol,
160 .Ar protocol_family ,
165 is repeated, counters with a value of zero are suppressed.
168 is also present, reset statistic counters after displaying them.
172 .Fl i | I Ar interface Fl s
173 .Op Fl f Ar protocol_family | Fl p Ar protocol
178 Display per-interface statistics for each network protocol,
180 .Ar protocol_family ,
191 Show statistics recorded by the memory management routines
193 The network manages a private pool of memory buffers.
199 .Op Fl f Ar address_family
204 Display the contents of all routing tables,
205 or a routing table for a particular
210 show the contents of the internal Patricia tree
211 structures; used for debugging.
215 show protocol-cloned routes
216 (routes generated by an
219 normally these routes are not shown.
226 and MPLS label operations
237 Display routing statistics.
240 is repeated, counters with a value of zero are suppressed.
246 .Op Fl f Ar address_family
251 Show information related to multicast (group address) routing.
252 By default, show the IP Multicast virtual-interface and routing tables.
258 .Op Fl f Ar address_family
263 Show multicast routing statistics.
266 is repeated, counters with a value of zero are suppressed.
269 Some options have the general meaning:
272 On SMP systems the route table is replicated. This option allows
273 the route table for a specific cpu to be accessed and exists
274 primarily for debugging purposes.
275 .It Fl f Ar address_family , Fl f Ar protocol_family , Fl p Ar protocol
276 Limit display to those records
282 The following address families, protocol families and protocols are recognized:
284 .Bl -tag -width ".Cm netgraph , ng Pq Dv AF_NETGRAPH" -compact
287 .It Cm inet Pq Dv AF_INET PF_INET
288 .Cm carp , divert , icmp , igmp , ip , ipsec , pim , tcp , udp
289 .It Cm inet6 Pq Dv AF_INET6 PF_INET6
290 .Cm carp , icmp6 , ip6 , ipsec6 , rip6 , tcp , udp
291 .It Cm pfkey Pq Dv AF_KEY PF_KEY
293 .It Cm atalk Pq Dv AF_APPLETALK PF_APPLETALK
295 .It Cm netgraph , ng Pq Dv AF_NETGRAPH PF_NETGRAPH
297 .It Cm ipx Pq Dv AF_IPX PF_IPX
299 .\".It Cm ns Pq Dv AF_NS PF_NS
300 .\".Cm idp , ns_err , spp
301 .\".It Cm iso Pq Dv AF_ISO PF_ISO
302 .\".Cm clnp , cltp , esis , tp
303 .It Cm unix Pq Dv AF_UNIX PF_UNIX
304 .It Cm link Pq Dv AF_LINK PF_LINK
305 .It Cm mpls Pq Dv AF_MPLS PF_MPLS
308 The program will complain if
310 is unknown or if there is no statistics routine for it.
314 option is equivalent to
317 Extract values associated with the name list from the specified core
318 instead of the default
321 Extract the name list from the specified system instead of the default,
322 which is the kernel image the system has booted from.
324 Show network addresses and ports as numbers.
327 attempts to resolve addresses and ports,
328 and display them symbolically.
330 Display additional protocol-specific information. For TCP the current
331 transmit window, unacked sequence space, and RTT is displayed.
334 In certain displays, add columns and avoid truncating
335 addresses even if this causes some fields to overflow.
338 The default display, for active sockets, shows the local
339 and remote addresses, send and receive queue sizes (in bytes), protocol,
340 and the internal state of the protocol.
341 Address formats are of the form
345 if a socket's address specifies a network but no specific host address.
346 When known, the host and network addresses are displayed symbolically
347 according to the databases
352 If a symbolic name for an address is unknown, or if
355 option is specified, the address is printed numerically, according
356 to the address family.
357 For more information regarding
365 addresses and ports appear as
368 The interface display provides a table of cumulative
369 statistics regarding packets transferred, errors, and collisions.
370 The network addresses of the interface
371 and the maximum transmission unit
375 The routing table display indicates the available routes and their status.
376 Each route consists of a destination host or network, and a gateway to use
377 in forwarding packets.
378 The flags field shows a collection of information about the route stored
380 The individual flags are discussed in more detail in the
385 The mapping between letters and flags is:
386 .Bl -column ".Li W" ".Dv RTF_WASCLONED"
387 .It Li 1 Ta Dv RTF_PROTO1 Ta "Protocol specific routing flag #1"
388 .It Li 2 Ta Dv RTF_PROTO2 Ta "Protocol specific routing flag #2"
389 .It Li 3 Ta Dv RTF_PROTO3 Ta "Protocol specific routing flag #3"
390 .It Li B Ta Dv RTF_BLACKHOLE Ta "Just discard pkts (during updates)"
391 .It Li b Ta Dv RTF_BROADCAST Ta "The route represents a broadcast address"
392 .It Li C Ta Dv RTF_CLONING Ta "Generate new routes on use"
393 .It Li c Ta Dv RTF_PRCLONING Ta "Protocol-specified generate new routes on use"
394 .It Li D Ta Dv RTF_DYNAMIC Ta "Created dynamically (by redirect)"
395 .It Li G Ta Dv RTF_GATEWAY Ta "Destination requires forwarding by intermediary"
396 .It Li H Ta Dv RTF_HOST Ta "Host entry (net otherwise)"
397 .It Li L Ta Dv RTF_LLINFO Ta "Valid protocol to link address translation"
398 .It Li M Ta Dv RTF_MODIFIED Ta "Modified dynamically (by redirect)"
399 .It Li m Ta Dv RTF_MPLSOPS Ta "MPLS label operations"
400 .It Li R Ta Dv RTF_REJECT Ta "Host or net unreachable"
401 .It Li S Ta Dv RTF_STATIC Ta "Manually added"
402 .It Li U Ta Dv RTF_UP Ta "Route usable"
403 .It Li W Ta Dv RTF_WASCLONED Ta "Route was generated as a result of cloning"
404 .It Li X Ta Dv RTF_XRESOLVE Ta "External daemon translates proto to link address"
407 Direct routes are created for each
408 interface attached to the local host;
409 the gateway field for such entries shows the address of the outgoing interface.
410 The refcnt field gives the
411 current number of active uses of the route.
413 protocols normally hold on to a single route for the duration of
414 a connection while connectionless protocols obtain a route while sending
415 to the same destination.
416 The use field provides a count of the number of packets
417 sent using that route.
418 The interface entry indicates the network interface utilized for the route.
426 interval argument, it displays a running count of statistics related to
428 An obsolescent version of this option used a numeric parameter
429 with no option, and is currently supported for backward compatibility.
430 By default, this display summarizes information for all interfaces.
431 Information for a specific interface may be displayed with the
459 IPv6 support was added by WIDE/KAME project.
461 The notion of errors is ill-defined.