]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/netstat/netstat.1
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / netstat / netstat.1
1 .\" Copyright (c) 1983, 1990, 1992, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
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 .\" 4. Neither the name of the University nor the names of its contributors
13 .\"    may be used to endorse or promote products derived from this software
14 .\"    without specific prior written permission.
15 .\"
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
17 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
20 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" SUCH DAMAGE.
27 .\"
28 .\"     @(#)netstat.1   8.8 (Berkeley) 4/18/94
29 .\" $FreeBSD$
30 .\"
31 .Dd January 11, 2014
32 .Dt NETSTAT 1
33 .Os
34 .Sh NAME
35 .Nm netstat
36 .Nd show network status
37 .Sh DESCRIPTION
38 The
39 .Nm
40 command symbolically displays the contents of various network-related
41 data structures.
42 There are a number of output formats,
43 depending on the options for the information presented.
44 .Bl -tag -width indent
45 .It Xo
46 .Bk -words
47 .Nm
48 .Op Fl 46AaLnSTWx
49 .Op Fl f Ar protocol_family | Fl p Ar protocol
50 .Op Fl M Ar core
51 .Op Fl N Ar system
52 .Ek
53 .Xc
54 Display a list of active sockets
55 (protocol control blocks)
56 for each network protocol,
57 for a particular
58 .Ar protocol_family ,
59 or for a single
60 .Ar protocol .
61 If
62 .Fl A
63 is also present,
64 show the address of a protocol control block (PCB)
65 associated with a socket; used for debugging.
66 If
67 .Fl a
68 is also present,
69 show the state of all sockets;
70 normally sockets used by server processes are not shown.
71 If
72 .Fl L
73 is also present,
74 show the size of the various listen queues.
75 The first count shows the number of unaccepted connections,
76 the second count shows the amount of unaccepted incomplete connections,
77 and the third count is the maximum number of queued connections.
78 If
79 .Fl S
80 is also present,
81 show network addresses as numbers (as with
82 .Fl n )
83 but show ports symbolically.
84 If
85 .Fl x
86 is present, display socket buffer and tcp timer statistics for each internet socket.
87 When
88 .Fl T
89 is present, display information from the TCP control block, including
90 retransmits, out-of-order packets received, and zero-sized windows advertised.
91 .It Xo
92 .Bk -words
93 .Nm
94 .Fl i | I Ar interface
95 .Op Fl 46abdhnW
96 .Op Fl f Ar address_family
97 .Ek
98 .Xc
99 Show the state of all network interfaces or a single
100 .Ar interface
101 which have been auto-configured
102 (interfaces statically configured into a system, but not
103 located at boot time are not shown).
104 An asterisk
105 .Pq Dq Li *
106 after an interface name indicates that the interface is
107 .Dq down .
108 If
109 .Fl a
110 is also present, multicast addresses currently in use are shown
111 for each Ethernet interface and for each IP interface address.
112 Multicast addresses are shown on separate lines following the interface
113 address with which they are associated.
114 If
115 .Fl b
116 is also present, show the number of bytes in and out.
117 If
118 .Fl d
119 is also present, show the number of dropped packets.
120 If
121 .Fl h
122 is also present, print all counters in human readable form.
123 If
124 .Fl W
125 is also present, print interface names using a wider field size.
126 .It Xo
127 .Bk -words
128 .Nm
129 .Fl w Ar wait
130 .Op Fl I Ar interface
131 .Op Fl d
132 .Op Fl M Ar core
133 .Op Fl N Ar system
134 .Op Fl q Ar howmany
135 .Ek
136 .Xc
137 At intervals of
138 .Ar wait
139 seconds,
140 display the information regarding packet
141 traffic on all configured network interfaces
142 or a single
143 .Ar interface .
144 If
145 .Fl q
146 is also present, exit after
147 .Ar howmany
148 outputs.
149 If
150 .Fl d
151 is also present, show the number of dropped packets.
152 .It Xo
153 .Bk -words
154 .Nm
155 .Fl s Op Fl s
156 .Op Fl 46z
157 .Op Fl f Ar protocol_family | Fl p Ar protocol
158 .Op Fl M Ar core
159 .Op Fl N Ar system
160 .Ek
161 .Xc
162 Display system-wide statistics for each network protocol,
163 for a particular
164 .Ar protocol_family ,
165 or for a single
166 .Ar protocol .
167 If
168 .Fl s
169 is repeated, counters with a value of zero are suppressed.
170 If
171 .Fl z
172 is also present, reset statistic counters after displaying them.
173 .It Xo
174 .Bk -words
175 .Nm
176 .Fl i | I Ar interface Fl s
177 .Op Fl 46
178 .Op Fl f Ar protocol_family | Fl p Ar protocol
179 .Op Fl M Ar core
180 .Op Fl N Ar system
181 .Ek
182 .Xc
183 Display per-interface statistics for each network protocol,
184 for a particular
185 .Ar protocol_family ,
186 or for a single
187 .Ar protocol .
188 .It Xo
189 .Bk -words
190 .Nm
191 .Fl m
192 .Op Fl M Ar core
193 .Op Fl N Ar system
194 .Ek
195 .Xc
196 Show statistics recorded by the memory management routines
197 .Pq Xr mbuf 9 .
198 The network manages a private pool of memory buffers.
199 .It Xo
200 .Bk -words
201 .Nm
202 .Fl B
203 .Op Fl z
204 .Op Fl I Ar interface
205 .Ek
206 .Xc
207 Show statistics about
208 .Xr bpf 4
209 peers.
210 This includes information like
211 how many packets have been matched, dropped and received by the
212 bpf device, also information about current buffer sizes and device
213 states.
214 .It Xo
215 .Bk -words
216 .Nm
217 .Fl r
218 .Op Fl 46AanW
219 .Op Fl F Ar fibnum
220 .Op Fl f Ar address_family
221 .Op Fl M Ar core
222 .Op Fl N Ar system
223 .Ek
224 .Xc
225 Display the contents of routing tables.
226 When
227 .Fl f
228 is specified, a routing table for a particular
229 .Ar address_family
230 is displayed.
231 When
232 .Fl F
233 is specified, a routing table with the number
234 .Ar fibnum
235 is displayed.
236 If the specified
237 .Ar fibnum
238 is -1 or
239 .Fl F
240 is not specified,
241 the default routing table is displayed.
242 If
243 .Fl A
244 is also present,
245 show the contents of the internal Patricia tree
246 structures; used for debugging.
247 When
248 .Fl W
249 is also present,
250 show the path MTU
251 for each route,
252 and print interface
253 names with a wider
254 field size.
255 .It Xo
256 .Bk -words
257 .Nm
258 .Fl rs
259 .Op Fl s
260 .Op Fl M Ar core
261 .Op Fl N Ar system
262 .Ek
263 .Xc
264 Display routing statistics.
265 If
266 .Fl s
267 is repeated, counters with a value of zero are suppressed.
268 .It Xo
269 .Bk -words
270 .Nm
271 .Fl g
272 .Op Fl 46W
273 .Op Fl f Ar address_family
274 .Op Fl M Ar core
275 .Op Fl N Ar system
276 .Ek
277 .Xc
278 Display the contents of the multicast virtual interface tables,
279 and multicast forwarding caches.
280 Entries in these tables will appear only when the kernel is
281 actively forwarding multicast sessions.
282 This option is applicable only to the
283 .Cm inet
284 and
285 .Cm inet6
286 address families.
287 .It Xo
288 .Bk -words
289 .Nm
290 .Fl gs
291 .Op Fl 46s
292 .Op Fl f Ar address_family
293 .Op Fl M Ar core
294 .Op Fl N Ar system
295 .Ek
296 .Xc
297 Show multicast routing statistics.
298 If
299 .Fl s
300 is repeated, counters with a value of zero are suppressed.
301 .It Xo
302 .Bk -words
303 .Nm
304 .Fl Q
305 .Ek
306 .Xc
307 Show
308 .Xr netisr 9
309 statistics.
310 The flags field shows available ISR handlers:
311 .Bl -column ".Li W" ".Dv NETISR_SNP_FLAGS_DRAINEDCPU"
312 .It Li C Ta Dv NETISR_SNP_FLAGS_M2CPUID Ta "Able to map mbuf to cpu id"
313 .It Li D Ta Dv NETISR_SNP_FLAGS_DRAINEDCPU  Ta "Has queue drain handler"
314 .It Li F Ta Dv NETISR_SNP_FLAGS_M2FLOW Ta "Able to map mbuf to flow id"
315 .El
316 .El
317 .Pp
318 Some options have the general meaning:
319 .Bl -tag -width flag
320 .It Fl 4
321 Is shorthand for
322 .Fl f
323 .Ar inet
324 .It Fl 6
325 Is shorthand for
326 .Fl f
327 .Ar inet6
328 .It Fl f Ar address_family , Fl p Ar protocol
329 Limit display to those records
330 of the specified
331 .Ar address_family
332 or a single
333 .Ar protocol .
334 The following address families and protocols are recognized:
335 .Pp
336 .Bl -tag -width ".Cm netgraph , ng Pq Dv AF_NETGRAPH" -compact
337 .It Em Family
338 .Em Protocols
339 .It Cm inet Pq Dv AF_INET
340 .Cm divert , icmp , igmp , ip , ipsec , pim, sctp , tcp , udp
341 .It Cm inet6 Pq Dv AF_INET6
342 .Cm icmp6 , ip6 , ipsec6 , rip6 , tcp , udp
343 .It Cm pfkey Pq Dv PF_KEY
344 .Cm pfkey
345 .It Cm atalk Pq Dv AF_APPLETALK
346 .Cm ddp
347 .It Cm netgraph , ng Pq Dv AF_NETGRAPH
348 .Cm ctrl , data
349 .It Cm ipx Pq Dv AF_IPX
350 .Cm ipx , spx
351 .\".It Cm ns Pq Dv AF_NS
352 .\".Cm idp , ns_err , spp
353 .\".It Cm iso Pq Dv AF_ISO
354 .\".Cm clnp , cltp , esis , tp
355 .It Cm unix Pq Dv AF_UNIX
356 .It Cm link Pq Dv AF_LINK
357 .El
358 .Pp
359 The program will complain if
360 .Ar protocol
361 is unknown or if there is no statistics routine for it.
362 .It Fl M
363 Extract values associated with the name list from the specified core
364 instead of the default
365 .Pa /dev/kmem .
366 .It Fl N
367 Extract the name list from the specified system instead of the default,
368 which is the kernel image the system has booted from.
369 .It Fl n
370 Show network addresses and ports as numbers.
371 Normally
372 .Nm
373 attempts to resolve addresses and ports,
374 and display them symbolically.
375 .It Fl W
376 In certain displays, avoid truncating addresses even if this causes
377 some fields to overflow.
378 .El
379 .Pp
380 The default display, for active sockets, shows the local
381 and remote addresses, send and receive queue sizes (in bytes), protocol,
382 and the internal state of the protocol.
383 Address formats are of the form
384 .Dq host.port
385 or
386 .Dq network.port
387 if a socket's address specifies a network but no specific host address.
388 When known, the host and network addresses are displayed symbolically
389 according to the databases
390 .Xr hosts 5
391 and
392 .Xr networks 5 ,
393 respectively.
394 If a symbolic name for an address is unknown, or if
395 the
396 .Fl n
397 option is specified, the address is printed numerically, according
398 to the address family.
399 For more information regarding
400 the Internet IPv4
401 .Dq dot format ,
402 refer to
403 .Xr inet 3 .
404 Unspecified,
405 or
406 .Dq wildcard ,
407 addresses and ports appear as
408 .Dq Li * .
409 .Pp
410 The interface display provides a table of cumulative
411 statistics regarding packets transferred, errors, and collisions.
412 The network addresses of the interface
413 and the maximum transmission unit
414 .Pq Dq mtu
415 are also displayed.
416 .Pp
417 The routing table display indicates the available routes and their status.
418 Each route consists of a destination host or network, and a gateway to use
419 in forwarding packets.
420 The flags field shows a collection of information about the route stored
421 as binary choices.
422 The individual flags are discussed in more detail in the
423 .Xr route 8
424 and
425 .Xr route 4
426 manual pages.
427 The mapping between letters and flags is:
428 .Bl -column ".Li W" ".Dv RTF_WASCLONED"
429 .It Li 1 Ta Dv RTF_PROTO1 Ta "Protocol specific routing flag #1"
430 .It Li 2 Ta Dv RTF_PROTO2 Ta "Protocol specific routing flag #2"
431 .It Li 3 Ta Dv RTF_PROTO3 Ta "Protocol specific routing flag #3"
432 .It Li B Ta Dv RTF_BLACKHOLE Ta "Just discard pkts (during updates)"
433 .It Li b Ta Dv RTF_BROADCAST Ta "The route represents a broadcast address"
434 .It Li D Ta Dv RTF_DYNAMIC Ta "Created dynamically (by redirect)"
435 .It Li G Ta Dv RTF_GATEWAY Ta "Destination requires forwarding by intermediary"
436 .It Li H Ta Dv RTF_HOST Ta "Host entry (net otherwise)"
437 .It Li L Ta Dv RTF_LLINFO Ta "Valid protocol to link address translation"
438 .It Li M Ta Dv RTF_MODIFIED Ta "Modified dynamically (by redirect)"
439 .It Li R Ta Dv RTF_REJECT Ta "Host or net unreachable"
440 .It Li S Ta Dv RTF_STATIC Ta "Manually added"
441 .It Li U Ta Dv RTF_UP Ta "Route usable"
442 .It Li X Ta Dv RTF_XRESOLVE Ta "External daemon translates proto to link address"
443 .El
444 .Pp
445 Direct routes are created for each
446 interface attached to the local host;
447 the gateway field for such entries shows the address of the outgoing interface.
448 The refcnt field gives the
449 current number of active uses of the route.
450 Connection oriented
451 protocols normally hold on to a single route for the duration of
452 a connection while connectionless protocols obtain a route while sending
453 to the same destination.
454 The use field provides a count of the number of packets
455 sent using that route.
456 The interface entry indicates the network interface utilized for the route.
457 .Pp
458 When
459 .Nm
460 is invoked with the
461 .Fl w
462 option and a
463 .Ar wait
464 interval argument, it displays a running count of statistics related to
465 network interfaces.
466 An obsolescent version of this option used a numeric parameter
467 with no option, and is currently supported for backward compatibility.
468 By default, this display summarizes information for all interfaces.
469 Information for a specific interface may be displayed with the
470 .Fl I
471 option.
472 .Pp
473 The
474 .Xr bpf 4
475 flags displayed when
476 .Nm
477 is invoked with the
478 .Fl B
479 option represent the underlying parameters of the bpf peer.
480 Each flag is
481 represented as a single lower case letter.
482 The mapping between the letters and flags in order of appearance are:
483 .Bl -column ".Li i"
484 .It Li p Ta Set if listening promiscuously
485 .It Li i Ta Dv BIOCIMMEDIATE No has been set on the device
486 .It Li f Ta Dv BIOCGHDRCMPLT No status: source link addresses are being
487 filled automatically
488 .It Li s Ta Dv BIOCGSEESENT No status: see packets originating locally and
489 remotely on the interface.
490 .It Li a Ta Packet reception generates a signal
491 .It Li l Ta Dv BIOCLOCK No status: descriptor has been locked
492 .El
493 .Pp
494 For more information about these flags, please refer to
495 .Xr bpf 4 .
496 .Pp
497 The
498 .Fl x
499 flag causes
500 .Nm
501 to output all the information recorded about data
502 stored in the socket buffers.
503 The fields are:
504 .Bl -column ".Li R-MBUF"
505 .It Li R-MBUF Ta Number of mbufs in the receive queue.
506 .It Li S-MBUF Ta Number of mbufs in the send queue.
507 .It Li R-CLUS Ta Number of clusters, of any type, in the receive
508 queue.
509 .It Li S-CLUS Ta Number of clusters, of any type, in the send queue.
510 .It Li R-HIWA Ta Receive buffer high water mark, in bytes.
511 .It Li S-HIWA Ta Send buffer high water mark, in bytes.
512 .It Li R-LOWA Ta Receive buffer low water mark, in bytes.
513 .It Li S-LOWA Ta Send buffer low water mark, in bytes.
514 .It Li R-BCNT Ta Receive buffer byte count.
515 .It Li S-BCNT Ta Send buffer byte count.
516 .It Li R-BMAX Ta Maximum bytes that can be used in the receive buffer.
517 .It Li S-BMAX Ta Maximum bytes that can be used in the send buffer.
518 .El
519 .Sh SEE ALSO
520 .Xr fstat 1 ,
521 .Xr nfsstat 1 ,
522 .Xr procstat 1 ,
523 .Xr ps 1 ,
524 .Xr sockstat 1 ,
525 .Xr bpf 4 ,
526 .Xr inet 4 ,
527 .Xr route 4 ,
528 .Xr unix 4 ,
529 .Xr hosts 5 ,
530 .Xr networks 5 ,
531 .Xr protocols 5 ,
532 .Xr services 5 ,
533 .Xr iostat 8 ,
534 .Xr route 8 ,
535 .Xr trpt 8 ,
536 .Xr vmstat 8 ,
537 .Xr mbuf 9
538 .Sh HISTORY
539 The
540 .Nm
541 command appeared in
542 .Bx 4.2 .
543 .Pp
544 IPv6 support was added by WIDE/KAME project.
545 .Sh BUGS
546 The notion of errors is ill-defined.