`dtruss` is a script for `DTrace` that traces all types of system calls, but unlike other scripts can trace multiple processes at the same time.
dtruss
is a script for DTrace
that traces all types of system calls, but unlike other scripts can trace multiple processes at the same time. dtruss
can also launch and trace a program.
dtruss
supports various options, including the printing of system call timing for use when analyzing performance.
See more: