summaryrefslogtreecommitdiffstats
path: root/cddl/contrib/dtracetoolkit/Examples/minfbyproc_example.txt
blob: 0c1ce8401c824156f555e33bed8c93b889a72cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The following is an example of the minfbyproc.d script,

   # minfbyproc.d
   dtrace: description 'vminfo:::as_fault ' matched 1 probe
   ^C
    
     mozilla-bin                                                      18
     dtrace                                                           57
     find                                                             64
     bash                                                            150
     tar                                                             501

In the above output, tar processes caused 501 minor faults. 

OpenPOWER on IntegriCloud