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