1The following is a demonstration of the pgpginbyproc.d script,
2
3 # pgpginbyproc.d
4 dtrace: description 'vminfo:::pgpgin ' matched 1 probe
5 ^C
6
7 ttymon 1
8 bash 1
9 mozilla-bin 36
10 tar 6661
11
12In the above output, tar processes have paged in 6661 pages from the filesystem.
13
14