]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/netstat/netstat.1
Merged /head:r256510,256512,257376,257469,260052:
[FreeBSD/stable/10.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 October 15, 2013
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 AaLnSTWx
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 abdhnW
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 z
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 f Ar protocol_family | Fl p Ar protocol
178 .Op Fl M Ar core
179 .Op Fl N Ar system
180 .Ek
181 .Xc
182 Display per-interface statistics for each network protocol,
183 for a particular
184 .Ar protocol_family ,
185 or for a single
186 .Ar protocol .
187 .It Xo
188 .Bk -words
189 .Nm
190 .Fl m
191 .Op Fl M Ar core
192 .Op Fl N Ar system
193 .Ek
194 .Xc
195 Show statistics recorded by the memory management routines
196 .Pq Xr mbuf 9 .
197 The network manages a private pool of memory buffers.
198 .It Xo
199 .Bk -words
200 .Nm
201 .Fl B
202 .Op Fl z
203 .Op Fl I Ar interface
204 .Ek
205 .Xc
206 Show statistics about
207 .Xr bpf 4
208 peers.
209 This includes information like
210 how many packets have been matched, dropped and received by the
211 bpf device, also information about current buffer sizes and device
212 states.
213 .It Xo
214 .Bk -words
215 .Nm
216 .Fl r
217 .Op Fl AanW
218 .Op Fl F Ar fibnum
219 .Op Fl f Ar address_family
220 .Op Fl M Ar core
221 .Op Fl N Ar system
222 .Ek
223 .Xc
224 Display the contents of routing tables.
225 When
226 .Fl f
227 is specified, a routing table for a particular
228 .Ar address_family
229 is displayed.
230 When
231 .Fl F
232 is specified, a routing table with the number
233 .Ar fibnum
234 is displayed.
235 If the specified
236 .Ar fibnum
237 is -1 or
238 .Fl F
239 is not specified,
240 the default routing table is displayed.
241 If
242 .Fl A
243 is also present,
244 show the contents of the internal Patricia tree
245 structures; used for debugging.
246 If
247 .Fl a
248 is also present,
249 show protocol-cloned routes
250 (routes generated by an
251 .Dv RTF_PRCLONING
252 parent route);
253 normally these routes are not shown.
254 When
255 .Fl W
256 is also present,
257 show the path MTU
258 for each route,
259 and print interface
260 names with a wider
261 field size.
262 .It Xo
263 .Bk -words
264 .Nm
265 .Fl rs
266 .Op Fl s
267 .Op Fl M Ar core
268 .Op Fl N Ar system
269 .Ek
270 .Xc
271 Display routing statistics.
272 If
273 .Fl s
274 is repeated, counters with a value of zero are suppressed.
275 .It Xo
276 .Bk -words
277 .Nm
278 .Fl g
279 .Op Fl W
280 .Op Fl f Ar address_family
281 .Op Fl M Ar core
282 .Op Fl N Ar system
283 .Ek
284 .Xc
285 Display the contents of the multicast virtual interface tables,
286 and multicast forwarding caches.
287 Entries in these tables will appear only when the kernel is
288 actively forwarding multicast sessions.
289 This option is applicable only to the
290 .Cm inet
291 and
292 .Cm inet6
293 address families.
294 .It Xo
295 .Bk -words
296 .Nm
297 .Fl gs
298 .Op Fl s
299 .Op Fl f Ar address_family
300 .Op Fl M Ar core
301 .Op Fl N Ar system
302 .Ek
303 .Xc
304 Show multicast routing statistics.
305 If
306 .Fl s
307 is repeated, counters with a value of zero are suppressed.
308 .It Xo
309 .Bk -words
310 .Nm
311 .Fl Q
312 .Ek
313 .Xc
314 Show
315 .Xr netisr 9
316 statistics.
317 The flags field shows available ISR handlers:
318 .Bl -column ".Li W" ".Dv NETISR_SNP_FLAGS_DRAINEDCPU"
319 .It Li C Ta Dv NETISR_SNP_FLAGS_M2CPUID Ta "Able to map mbuf to cpu id"
320 .It Li D Ta Dv NETISR_SNP_FLAGS_DRAINEDCPU  Ta "Has queue drain handler"
321 .It Li F Ta Dv NETISR_SNP_FLAGS_M2FLOW Ta "Able to map mbuf to flow id"
322 .El
323 .El
324 .Pp
325 Some options have the general meaning:
326 .Bl -tag -width flag
327 .It Fl f Ar address_family , Fl p Ar protocol
328 Limit display to those records
329 of the specified
330 .Ar address_family
331 or a single
332 .Ar protocol .
333 The following address families and protocols are recognized:
334 .Pp
335 .Bl -tag -width ".Cm netgraph , ng Pq Dv AF_NETGRAPH" -compact
336 .It Em Family
337 .Em Protocols
338 .It Cm inet Pq Dv AF_INET
339 .Cm divert , icmp , igmp , ip , ipsec , pim, sctp , tcp , udp
340 .It Cm inet6 Pq Dv AF_INET6
341 .Cm icmp6 , ip6 , ipsec6 , rip6 , tcp , udp
342 .It Cm pfkey Pq Dv PF_KEY
343 .Cm pfkey
344 .It Cm atalk Pq Dv AF_APPLETALK
345 .Cm ddp
346 .It Cm netgraph , ng Pq Dv AF_NETGRAPH
347 .Cm ctrl , data
348 .It Cm ipx Pq Dv AF_IPX
349 .Cm ipx , spx
350 .\".It Cm ns Pq Dv AF_NS
351 .\".Cm idp , ns_err , spp
352 .\".It Cm iso Pq Dv AF_ISO
353 .\".Cm clnp , cltp , esis , tp
354 .It Cm unix Pq Dv AF_UNIX
355 .It Cm link Pq Dv AF_LINK
356 .El
357 .Pp
358 The program will complain if
359 .Ar protocol
360 is unknown or if there is no statistics routine for it.
361 .It Fl M
362 Extract values associated with the name list from the specified core
363 instead of the default
364 .Pa /dev/kmem .
365 .It Fl N
366 Extract the name list from the specified system instead of the default,
367 which is the kernel image the system has booted from.
368 .It Fl n
369 Show network addresses and ports as numbers.
370 Normally
371 .Nm
372 attempts to resolve addresses and ports,
373 and display them symbolically.
374 .It Fl W
375 In certain displays, avoid truncating addresses even if this causes
376 some fields to overflow.
377 .El
378 .Pp
379 The default display, for active sockets, shows the local
380 and remote addresses, send and receive queue sizes (in bytes), protocol,
381 and the internal state of the protocol.
382 Address formats are of the form
383 .Dq host.port
384 or
385 .Dq network.port
386 if a socket's address specifies a network but no specific host address.
387 When known, the host and network addresses are displayed symbolically
388 according to the databases
389 .Xr hosts 5
390 and
391 .Xr networks 5 ,
392 respectively.
393 If a symbolic name for an address is unknown, or if
394 the
395 .Fl n
396 option is specified, the address is printed numerically, according
397 to the address family.
398 For more information regarding
399 the Internet IPv4
400 .Dq dot format ,
401 refer to
402 .Xr inet 3 .
403 Unspecified,
404 or
405 .Dq wildcard ,
406 addresses and ports appear as
407 .Dq Li * .
408 .Pp
409 The interface display provides a table of cumulative
410 statistics regarding packets transferred, errors, and collisions.
411 The network addresses of the interface
412 and the maximum transmission unit
413 .Pq Dq mtu
414 are also displayed.
415 .Pp
416 The routing table display indicates the available routes and their status.
417 Each route consists of a destination host or network, and a gateway to use
418 in forwarding packets.
419 The flags field shows a collection of information about the route stored
420 as binary choices.
421 The individual flags are discussed in more detail in the
422 .Xr route 8
423 and
424 .Xr route 4
425 manual pages.
426 The mapping between letters and flags is:
427 .Bl -column ".Li W" ".Dv RTF_WASCLONED"
428 .It Li 1 Ta Dv RTF_PROTO1 Ta "Protocol specific routing flag #1"
429 .It Li 2 Ta Dv RTF_PROTO2 Ta "Protocol specific routing flag #2"
430 .It Li 3 Ta Dv RTF_PROTO3 Ta "Protocol specific routing flag #3"
431 .It Li B Ta Dv RTF_BLACKHOLE Ta "Just discard pkts (during updates)"
432 .It Li b Ta Dv RTF_BROADCAST Ta "The route represents a broadcast address"
433 .It Li C Ta Dv RTF_CLONING Ta "Generate new routes on use"
434 .It Li c Ta Dv RTF_PRCLONING Ta "Protocol-specified generate new routes on use"
435 .It Li D Ta Dv RTF_DYNAMIC Ta "Created dynamically (by redirect)"
436 .It Li G Ta Dv RTF_GATEWAY Ta "Destination requires forwarding by intermediary"
437 .It Li H Ta Dv RTF_HOST Ta "Host entry (net otherwise)"
438 .It Li L Ta Dv RTF_LLINFO Ta "Valid protocol to link address translation"
439 .It Li M Ta Dv RTF_MODIFIED Ta "Modified dynamically (by redirect)"
440 .It Li R Ta Dv RTF_REJECT Ta "Host or net unreachable"
441 .It Li S Ta Dv RTF_STATIC Ta "Manually added"
442 .It Li U Ta Dv RTF_UP Ta "Route usable"
443 .It Li W Ta Dv RTF_WASCLONED Ta "Route was generated as a result of cloning"
444 .It Li X Ta Dv RTF_XRESOLVE Ta "External daemon translates proto to link address"
445 .El
446 .Pp
447 Direct routes are created for each
448 interface attached to the local host;
449 the gateway field for such entries shows the address of the outgoing interface.
450 The refcnt field gives the
451 current number of active uses of the route.
452 Connection oriented
453 protocols normally hold on to a single route for the duration of
454 a connection while connectionless protocols obtain a route while sending
455 to the same destination.
456 The use field provides a count of the number of packets
457 sent using that route.
458 The interface entry indicates the network interface utilized for the route.
459 .Pp
460 When
461 .Nm
462 is invoked with the
463 .Fl w
464 option and a
465 .Ar wait
466 interval argument, it displays a running count of statistics related to
467 network interfaces.
468 An obsolescent version of this option used a numeric parameter
469 with no option, and is currently supported for backward compatibility.
470 By default, this display summarizes information for all interfaces.
471 Information for a specific interface may be displayed with the
472 .Fl I
473 option.
474 .Pp
475 The
476 .Xr bpf 4
477 flags displayed when
478 .Nm
479 is invoked with the
480 .Fl B
481 option represent the underlying parameters of the bpf peer.
482 Each flag is
483 represented as a single lower case letter.
484 The mapping between the letters and flags in order of appearance are:
485 .Bl -column ".Li i"
486 .It Li p Ta Set if listening promiscuously
487 .It Li i Ta Dv BIOCIMMEDIATE No has been set on the device
488 .It Li f Ta Dv BIOCGHDRCMPLT No status: source link addresses are being
489 filled automatically
490 .It Li s Ta Dv BIOCGSEESENT No status: see packets originating locally and
491 remotely on the interface.
492 .It Li a Ta Packet reception generates a signal
493 .It Li l Ta Dv BIOCLOCK No status: descriptor has been locked
494 .El
495 .Pp
496 For more information about these flags, please refer to
497 .Xr bpf 4 .
498 .Pp
499 The
500 .Fl x
501 flag causes
502 .Nm
503 to output all the information recorded about data
504 stored in the socket buffers.
505 The fields are:
506 .Bl -column ".Li R-MBUF"
507 .It Li R-MBUF Ta Number of mbufs in the receive queue.
508 .It Li S-MBUF Ta Number of mbufs in the send queue.
509 .It Li R-CLUS Ta Number of clusters, of any type, in the receive
510 queue.
511 .It Li S-CLUS Ta Number of clusters, of any type, in the send queue.
512 .It Li R-HIWA Ta Receive buffer high water mark, in bytes.
513 .It Li S-HIWA Ta Send buffer high water mark, in bytes.
514 .It Li R-LOWA Ta Receive buffer low water mark, in bytes.
515 .It Li S-LOWA Ta Send buffer low water mark, in bytes.
516 .It Li R-BCNT Ta Receive buffer byte count.
517 .It Li S-BCNT Ta Send buffer byte count.
518 .It Li R-BMAX Ta Maximum bytes that can be used in the receive buffer.
519 .It Li S-BMAX Ta Maximum bytes that can be used in the send buffer.
520 .El
521 .Sh SEE ALSO
522 .Xr fstat 1 ,
523 .Xr nfsstat 1 ,
524 .Xr procstat 1 ,
525 .Xr ps 1 ,
526 .Xr sockstat 1 ,
527 .Xr bpf 4 ,
528 .Xr inet 4 ,
529 .Xr route 4 ,
530 .Xr unix 4 ,
531 .Xr hosts 5 ,
532 .Xr networks 5 ,
533 .Xr protocols 5 ,
534 .Xr services 5 ,
535 .Xr iostat 8 ,
536 .Xr route 8 ,
537 .Xr trpt 8 ,
538 .Xr vmstat 8 ,
539 .Xr mbuf 9
540 .Sh HISTORY
541 The
542 .Nm
543 command appeared in
544 .Bx 4.2 .
545 .Pp
546 IPv6 support was added by WIDE/KAME project.
547 .Sh BUGS
548 The notion of errors is ill-defined.