]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/minfbypid.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 / minfbypid.d.1m
1 .TH minfbypid.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 minfbypid.d \- minor faults by process name. Uses DTrace.
4 .SH SYNOPSIS
5 .B minfbypid.d
6 .SH DESCRIPTION
7 minfbypid.d is a DTrace OneLiner to a report the number of minor
8 faults by process name.
9
10 This is based on a script from DExplorer.
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 stable - needs the vminfo provider.
18 .SH EXAMPLES
19 .TP
20 This samples until Ctrl\-C is hit.
21
22 .B minfbypid.d
23 .PP
24 .SH FIELDS
25 .TP
26 PID
27 process ID
28 .TP
29 CMD
30 process name
31 .TP
32 MINFAULTS
33 number of minor faults in this sample
34 .PP
35 .SH DOCUMENTATION
36 See the DTraceToolkit for further documentation under the 
37 Docs directory. The DTraceToolkit docs may include full worked
38 examples with verbose descriptions explaining the output.
39 .SH EXIT
40 minfbypid.d will sample until Ctrl\-C is hit.
41 .SH AUTHOR
42 Brendan Gregg
43 [Sydney, Australia]
44 .SH SEE ALSO
45 dtrace(1M)
46