]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/pgpginbypid.d.1m
MFC r368207,368607:
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / pgpginbypid.d.1m
1 .TH pgpginbypid.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 pgpginbypid.d \- pages paged in by PID. Uses DTrace.
4 .SH SYNOPSIS
5 .B pgpginbypid.d
6 .SH DESCRIPTION
7 pgpginbypid.d reports the rumber of pages paged in from the disks
8 by process ID. This is an indicator that processes are reading
9 from the disks.
10
11 This is based on a script from DExplorer.
12
13 Since this uses DTrace, only the root user or users with the
14 dtrace_kernel privilege can run this command.
15 .SH OS
16 Solaris
17 .SH STABILITY
18 stable - needs the vminfo provider.
19 .SH EXAMPLES
20 .TP
21 This samples until Ctrl\-C is hit.
22
23 .B pgpginbypid.d
24 .PP
25 .SH FIELDS
26 .TP
27 PID
28 process ID
29 .TP
30 CMD
31 process name
32 .TP
33 PAGES
34 number of pages paged in
35 .PP
36 .SH DOCUMENTATION
37 See the DTraceToolkit for further documentation under the 
38 Docs directory. The DTraceToolkit docs may include full worked
39 examples with verbose descriptions explaining the output.
40 .SH EXIT
41 pgpginbypid.d will sample until Ctrl\-C is hit.
42 .SH AUTHOR
43 Brendan Gregg
44 [Sydney, Australia]
45 .SH SEE ALSO
46 iosnoop(1m), dtrace(1M)
47