]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Man/man1m/vmbypid.d.1m
MFC r368207,368607:
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Man / man1m / vmbypid.d.1m
1 .TH vmbypid.d 1m  "$Date:: 2007-08-05 #$" "USER COMMANDS"
2 .SH NAME
3 vmbypid.d \- virtual memory stats by PID. Uses DTrace.
4 .SH SYNOPSIS
5 .B vmbypid.d
6 .SH DESCRIPTION
7 vmbypid.d is a simple DTrace program to print Virtual Memory
8 statistics by process.
9
10 The virtual memory statistics are documented in the cpu_vminfo struct
11 in the /usr/include/sys/sysinfo.h file; and also in the vminfo provider
12 chapter of the DTrace Guide, http://docs.sun.com/db/doc/817-6223.
13
14 Since this uses DTrace, only the root user or users with the
15 dtrace_kernel privilege can run this command.
16 .SH OS
17 Solaris
18 .SH STABILITY
19 stable - needs the vminfo provider.
20 .SH EXAMPLES
21 .TP
22 Sample until Ctrl\-C is hit then print report,
23
24 .B vmbypid.d
25 .PP
26 .SH FIELDS
27 .TP
28 EXEC
29 process name
30 .TP
31 PID
32 process ID
33 .TP
34 VM
35 Virtual Memory statistic
36 .TP
37 VALUE
38 Value by which statistic was incremented
39 .SH DOCUMENTATION
40 See the DTraceToolkit for further documentation under the 
41 Docs directory. The DTraceToolkit docs may include full worked
42 examples with verbose descriptions explaining the output.
43 .SH EXIT
44 vmbypid.d will sample until Ctrl\-C is hit. 
45 .SH AUTHOR
46 Brendan Gregg
47 [Sydney, Australia]
48 .SH SEE ALSO
49 dtrace(1M), vmstat(1M)
50