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