]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - cddl/contrib/dtracetoolkit/Examples/syscallbyproc_example.txt
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / cddl / contrib / dtracetoolkit / Examples / syscallbyproc_example.txt
1 The following is an example of the syscallbyproc.d script,
2
3    # syscallbyproc.d
4    dtrace: description 'syscall:::entry ' matched 228 probes
5    ^C
6      snmpd                                                             1
7      utmpd                                                             2
8      inetd                                                             2
9      nscd                                                              7
10      svc.startd                                                       11
11      sendmail                                                         31
12      poold                                                           133
13      dtrace                                                         1720
14
15 The above output shows that dtrace made the most system calls in this sample,
16 1720 syscalls.
17