]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/vopstat.1m
MFC r368207,368607:
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / vopstat.1m
1 .TH vopstat 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 vopstat \- vnode interface statistics. Uses DTrace.
4 .SH SYNOPSIS
5 .B vopstat [\-t] [/mountname]
6 .SH DESCRIPTION
7 This will either produce summary reports of vnode statistics, or
8 trace activity.
9
10 Since this uses DTrace, only the root user or users with the
11 dtrace_kernel privilege can run this command.
12 .SH OS
13 Solaris
14 .SH STABILITY
15 unstable - this script uses fbt provider probes which may change for
16 future updates of the OS, invalidating this script. Please read
17 Docs/Notes/ALLfbt_notes.txt for further details about these fbt scripts.
18 .SH OPTIONS
19 .TP
20 \-t
21 trace activity as it occurs
22 .TP
23 /mountname
24 examine this FS only
25 .PP
26 .SH EXAMPLES
27 .TP
28 default output, summary each 5 secs,
29
30 .B vopstat
31 .TP
32 only examine /var,
33 #
34 .B vopstat
35 /var
36 .TP
37 trace activity to /var,
38 #
39 .B vopstat
40 \-t /var
41 .PP
42 .SH FIELDS
43 .TP
44 Count
45 number of calls
46 .TP
47 mSeconds
48 total of elapsed times
49 .TP
50 Event
51 vop call name
52 .TP
53 Device
54 device instance name
55 .TP
56 Path
57 full pathname to file
58 .TP
59 RW
60 Read or Write
61 .TP
62 Size
63 size in bytes, if available
64 .TP
65 Offset
66 offset in bytes, if available
67 .PP
68 .SH DOCUMENTATION
69 See the DTraceToolkit for further documentation under the 
70 Docs directory. The DTraceToolkit docs may include full worked
71 examples with verbose descriptions explaining the output.
72 .SH EXIT
73 vopstat will sample until Ctrl\-C is hit. 
74 .SH AUTHOR
75 Richard McDougall
76 .SH SEE ALSO
77 dtrace(1M)