]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/mmapfiles.d.1m
MFC r368207,368607:
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / mmapfiles.d.1m
1 .TH mmapfiles.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 mmapfiles.d \- mmap'd files by process. Uses DTrace.
4 .SH SYNOPSIS
5 .B mmapfiles.d
6 .SH DESCRIPTION
7 This prints statistics on the pathnames that were mmap'd by processes.
8
9 Since this uses DTrace, only the root user or users with the
10 dtrace_kernel privilege can run this command.
11 .SH OS
12 Solaris
13 .SH STABILITY
14 stable - needs the syscall provider.
15 .SH EXAMPLES
16 .TP
17 This samples until Ctrl\-C is hit.
18
19 .B mmapfiles.d
20 .PP
21 .SH FIELDS
22 .TP
23 MMAPS
24 number of mmaps
25 .TP
26 CMD
27 process name
28 .TP
29 PATHNAME
30 pathname of mmap'd file
31 .PP
32 .SH DOCUMENTATION
33 See the DTraceToolkit for further documentation under the 
34 Docs directory. The DTraceToolkit docs may include full worked
35 examples with verbose descriptions explaining the output.
36 .SH EXIT
37 mmapfiles.d will sample until Ctrl\-C is hit.
38 .SH AUTHOR
39 Brendan Gregg
40 [Sydney, Australia]
41 .SH SEE ALSO
42 dtrace(1M)