]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Examples/pgpginbypid_example.txt
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Examples / pgpginbypid_example.txt
1 The following is a demonstration of the pgpginbypid.d script,
2
3
4 Here we run it for a few seconds then hit Ctrl-C,
5
6    # pgpginbypid.d
7    Tracing... Hit Ctrl-C to end.
8    ^C
9       PID CMD                         PAGES
10     10692 find                          128
11     10693 tar                         11928
12
13 In the output above, we can see which processes are responsible for page ins,
14 as well as the number of pages paged in.