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