]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Examples/xcallsbypid_example.txt
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Examples / xcallsbypid_example.txt
1 The following is a demonstration of the xcallsbypid.d script,
2
3    # xcallsbypid.d
4    Tracing... Hit Ctrl-C to end.
5    ^C
6       PID CMD                        XCALLS
7       215 utmpd                           3
8      6350 bash                            3
9      6351 bash                            3
10      6350 ls                             24
11         0 sched                          48
12      6349 dtrace                         93
13      6351 find                         5718
14
15 In the above output, we can see the find command with PID 6351 has caused
16 5718 cross calls.
17