aboutsummaryrefslogtreecommitdiff
path: root/cddl/contrib/dtracetoolkit/Examples/pgpginbyproc_example.txt
blob: e8bb8217a138e584d03b7013f4e316122e8732dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
The following is a demonstration of the pgpginbyproc.d script,

   # pgpginbyproc.d
   dtrace: description 'vminfo:::pgpgin ' matched 1 probe
   ^C
    
     ttymon                                                            1
     bash                                                              1
     mozilla-bin                                                      36
     tar                                                            6661

In the above output, tar processes have paged in 6661 pages from the filesystem.