]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/udpstat.d.1m
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / udpstat.d.1m
1 .TH udpstat.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 udpstat.d \- print UDP statistics. Uses DTrace.
4 .SH SYNOPSIS
5 .B udpstat.d
6 .SH DESCRIPTION
7 udpstat.d is a DTrace program to print UDP statistics every second,
8 retrieved from the MIB provider.
9
10 The UDP statistics are documented in the mib2_tcp struct
11 in /usr/include/inet/mib2.h; and also in the mib provider
12 chapter of the DTrace Guide, found at 
13 http://docs.sun.com/db/doc/817-6223.
14
15 Since this uses DTrace, only the root user or users with the
16 dtrace_kernel privilege can run this command.
17 .SH OS
18 Solaris
19 .SH STABILITY
20 stable - needs the mib provider.
21 .SH EXAMPLES
22 .TP
23 Print statistics every second,
24
25 .B udpstat.d
26 .PP
27 .SH FIELDS
28 .TP
29 UDP_out
30 UDP datagrams sent
31 .TP
32 UDP_outErr
33 UDP datagrams errored on send
34 .TP
35 UDP_in
36 UDP datagrams received
37 .TP
38 UDP_inErr
39 UDP datagrams undeliverable
40 .TP
41 UDP_noPort
42 UDP datagrams received to closed ports
43 .PP
44 .SH DOCUMENTATION
45 See the DTraceToolkit for further documentation under the 
46 Docs directory. The DTraceToolkit docs may include full worked
47 examples with verbose descriptions explaining the output.
48 .SH EXIT
49 udpstat.d will run forever until Ctrl\-C is hit. 
50 .SH AUTHOR
51 Brendan Gregg
52 [Sydney, Australia]
53 .SH SEE ALSO
54 dtrace(1M)
55