]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/netstat/netstat.1
Merge r262907 from ^/projects/release-embedded:
[FreeBSD/FreeBSD.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 netgraph , ng Pq Dv AF_NETGRAPH
346 .Cm ctrl , data
347 .It Cm unix Pq Dv AF_UNIX
348 .It Cm link Pq Dv AF_LINK
349 .El
350 .Pp
351 The program will complain if
352 .Ar protocol
353 is unknown or if there is no statistics routine for it.
354 .It Fl M
355 Extract values associated with the name list from the specified core
356 instead of the default
357 .Pa /dev/kmem .
358 .It Fl N
359 Extract the name list from the specified system instead of the default,
360 which is the kernel image the system has booted from.
361 .It Fl n
362 Show network addresses and ports as numbers.
363 Normally
364 .Nm
365 attempts to resolve addresses and ports,
366 and display them symbolically.
367 .It Fl W
368 In certain displays, avoid truncating addresses even if this causes
369 some fields to overflow.
370 .El
371 .Pp
372 The default display, for active sockets, shows the local
373 and remote addresses, send and receive queue sizes (in bytes), protocol,
374 and the internal state of the protocol.
375 Address formats are of the form
376 .Dq host.port
377 or
378 .Dq network.port
379 if a socket's address specifies a network but no specific host address.
380 When known, the host and network addresses are displayed symbolically
381 according to the databases
382 .Xr hosts 5
383 and
384 .Xr networks 5 ,
385 respectively.
386 If a symbolic name for an address is unknown, or if
387 the
388 .Fl n
389 option is specified, the address is printed numerically, according
390 to the address family.
391 For more information regarding
392 the Internet IPv4
393 .Dq dot format ,
394 refer to
395 .Xr inet 3 .
396 Unspecified,
397 or
398 .Dq wildcard ,
399 addresses and ports appear as
400 .Dq Li * .
401 .Pp
402 The interface display provides a table of cumulative
403 statistics regarding packets transferred, errors, and collisions.
404 The network addresses of the interface
405 and the maximum transmission unit
406 .Pq Dq mtu
407 are also displayed.
408 .Pp
409 The routing table display indicates the available routes and their status.
410 Each route consists of a destination host or network, and a gateway to use
411 in forwarding packets.
412 The flags field shows a collection of information about the route stored
413 as binary choices.
414 The individual flags are discussed in more detail in the
415 .Xr route 8
416 and
417 .Xr route 4
418 manual pages.
419 The mapping between letters and flags is:
420 .Bl -column ".Li W" ".Dv RTF_WASCLONED"
421 .It Li 1 Ta Dv RTF_PROTO1 Ta "Protocol specific routing flag #1"
422 .It Li 2 Ta Dv RTF_PROTO2 Ta "Protocol specific routing flag #2"
423 .It Li 3 Ta Dv RTF_PROTO3 Ta "Protocol specific routing flag #3"
424 .It Li B Ta Dv RTF_BLACKHOLE Ta "Just discard pkts (during updates)"
425 .It Li b Ta Dv RTF_BROADCAST Ta "The route represents a broadcast address"
426 .It Li D Ta Dv RTF_DYNAMIC Ta "Created dynamically (by redirect)"
427 .It Li G Ta Dv RTF_GATEWAY Ta "Destination requires forwarding by intermediary"
428 .It Li H Ta Dv RTF_HOST Ta "Host entry (net otherwise)"
429 .It Li L Ta Dv RTF_LLINFO Ta "Valid protocol to link address translation"
430 .It Li M Ta Dv RTF_MODIFIED Ta "Modified dynamically (by redirect)"
431 .It Li R Ta Dv RTF_REJECT Ta "Host or net unreachable"
432 .It Li S Ta Dv RTF_STATIC Ta "Manually added"
433 .It Li U Ta Dv RTF_UP Ta "Route usable"
434 .It Li X Ta Dv RTF_XRESOLVE Ta "External daemon translates proto to link address"
435 .El
436 .Pp
437 Direct routes are created for each
438 interface attached to the local host;
439 the gateway field for such entries shows the address of the outgoing interface.
440 The refcnt field gives the
441 current number of active uses of the route.
442 Connection oriented
443 protocols normally hold on to a single route for the duration of
444 a connection while connectionless protocols obtain a route while sending
445 to the same destination.
446 The use field provides a count of the number of packets
447 sent using that route.
448 The interface entry indicates the network interface utilized for the route.
449 .Pp
450 When
451 .Nm
452 is invoked with the
453 .Fl w
454 option and a
455 .Ar wait
456 interval argument, it displays a running count of statistics related to
457 network interfaces.
458 An obsolescent version of this option used a numeric parameter
459 with no option, and is currently supported for backward compatibility.
460 By default, this display summarizes information for all interfaces.
461 Information for a specific interface may be displayed with the
462 .Fl I
463 option.
464 .Pp
465 The
466 .Xr bpf 4
467 flags displayed when
468 .Nm
469 is invoked with the
470 .Fl B
471 option represent the underlying parameters of the bpf peer.
472 Each flag is
473 represented as a single lower case letter.
474 The mapping between the letters and flags in order of appearance are:
475 .Bl -column ".Li i"
476 .It Li p Ta Set if listening promiscuously
477 .It Li i Ta Dv BIOCIMMEDIATE No has been set on the device
478 .It Li f Ta Dv BIOCGHDRCMPLT No status: source link addresses are being
479 filled automatically
480 .It Li s Ta Dv BIOCGSEESENT No status: see packets originating locally and
481 remotely on the interface.
482 .It Li a Ta Packet reception generates a signal
483 .It Li l Ta Dv BIOCLOCK No status: descriptor has been locked
484 .El
485 .Pp
486 For more information about these flags, please refer to
487 .Xr bpf 4 .
488 .Pp
489 The
490 .Fl x
491 flag causes
492 .Nm
493 to output all the information recorded about data
494 stored in the socket buffers.
495 The fields are:
496 .Bl -column ".Li R-MBUF"
497 .It Li R-MBUF Ta Number of mbufs in the receive queue.
498 .It Li S-MBUF Ta Number of mbufs in the send queue.
499 .It Li R-CLUS Ta Number of clusters, of any type, in the receive
500 queue.
501 .It Li S-CLUS Ta Number of clusters, of any type, in the send queue.
502 .It Li R-HIWA Ta Receive buffer high water mark, in bytes.
503 .It Li S-HIWA Ta Send buffer high water mark, in bytes.
504 .It Li R-LOWA Ta Receive buffer low water mark, in bytes.
505 .It Li S-LOWA Ta Send buffer low water mark, in bytes.
506 .It Li R-BCNT Ta Receive buffer byte count.
507 .It Li S-BCNT Ta Send buffer byte count.
508 .It Li R-BMAX Ta Maximum bytes that can be used in the receive buffer.
509 .It Li S-BMAX Ta Maximum bytes that can be used in the send buffer.
510 .El
511 .Sh SEE ALSO
512 .Xr fstat 1 ,
513 .Xr nfsstat 1 ,
514 .Xr procstat 1 ,
515 .Xr ps 1 ,
516 .Xr sockstat 1 ,
517 .Xr bpf 4 ,
518 .Xr inet 4 ,
519 .Xr route 4 ,
520 .Xr unix 4 ,
521 .Xr hosts 5 ,
522 .Xr networks 5 ,
523 .Xr protocols 5 ,
524 .Xr services 5 ,
525 .Xr iostat 8 ,
526 .Xr route 8 ,
527 .Xr trpt 8 ,
528 .Xr vmstat 8 ,
529 .Xr mbuf 9
530 .Sh HISTORY
531 The
532 .Nm
533 command appeared in
534 .Bx 4.2 .
535 .Pp
536 IPv6 support was added by WIDE/KAME project.
537 .Sh BUGS
538 The notion of errors is ill-defined.