Home | History | Annotate | Line # | Download | only in Examples
      1 The following is an example of the minfbyproc.d script,
      2 
      3    # minfbyproc.d
      4    dtrace: description 'vminfo:::as_fault ' matched 1 probe
      5    ^C
      6     
      7      mozilla-bin                                                      18
      8      dtrace                                                           57
      9      find                                                             64
     10      bash                                                            150
     11      tar                                                             501
     12 
     13 In the above output, tar processes caused 501 minor faults. 
     14 
     15