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