]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/rwbytype.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 / rwbytype.d.1m
1 .TH rwbytype.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 rwbytype.d \- read/write bytes by vnode type. Uses DTrace.
4 .SH SYNOPSIS
5 .B rwbytype.d
6 .SH DESCRIPTION
7 This program identifies the vnode type of read/write activity - whether
8 that is for regular files, sockets, character special devices, etc. This
9 is measuring at the application level, so file activity may well be 
10 cached by the system.
11
12 Since this uses DTrace, only the root user or users with the
13 dtrace_kernel privilege can run this command.
14 .SH OS
15 Solaris
16 .SH STABILITY
17 unstable - this script uses fbt provider probes which may change for
18 future updates of the OS, invalidating this script. Please read
19 Docs/Notes/ALLfbt_notes.txt for further details about these fbt scripts.
20 .SH EXAMPLES
21 .TP
22 This samples until Ctrl\-C is hit.
23
24 .B rwbytype.d
25 .PP
26 .SH FIELDS
27 .TP
28 PID
29 process ID
30 .TP
31 CMD
32 process name
33 .TP
34 VNODE
35 vnode type (describes I/O type)
36 .TP
37 DIR
38 direction, Read or Write
39 .TP
40 BYTES
41 total bytes
42 .PP
43 .SH DOCUMENTATION
44 See the DTraceToolkit for further documentation under the 
45 Docs directory. The DTraceToolkit docs may include full worked
46 examples with verbose descriptions explaining the output.
47 .SH EXIT
48 rwbytype.d will sample until Ctrl\-C is hit.
49 .SH AUTHOR
50 Brendan Gregg
51 [Sydney, Australia]
52 .SH SEE ALSO
53 rwbypid.d(1M), rwbbypid.d(1M), dtrace(1M)
54