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