]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/contrib/dtracetoolkit/Examples/pgpginbyproc_example.txt
Clean up the handling of errors from vm_pager_get_pages(). Mostly, this
[FreeBSD/FreeBSD.git] / cddl / contrib / dtracetoolkit / Examples / pgpginbyproc_example.txt
1 The 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
12 In the above output, tar processes have paged in 6661 pages from the filesystem.
13