xref: /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/pgpginbypid_example.txt (revision c29d51755812ace2e87aeefdb06cb2b4dac7087a)
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