xref: /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/pgpginbypid_example.txt (revision 04028aa9310ca9c619eca5cf58ddf1e58624d1d7)
1The following is a demonstration of the pgpginbypid.d script,
2
3
4Here 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
13In the output above, we can see which processes are responsible for page ins,
14as well as the number of pages paged in.
15