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