Query: dtruss
OS: freebsd
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DTRUSS(1) BSD General Commands Manual DTRUSS(1)NAMEdtruss -- Trace system calls and userland stacks using DTraceSYNOPSISdtruss [-acdefholLs] [-t syscall] [-n name -p pid command]DESCRIPTIONThe dtruss utility traces system calls and (optionally) userland stack traces for the specified programs. The following options are available: -p pid Trace the process with PID pid. -n name Trace the process with name name. -t syscall Trace the specified syscall only. -a Print all details. -c Print syscall counts. -d Print relative times (in microseconds). -e Print elapsed times (in microseconds). -f Follow the children processes. -l Force printing PID / TID. -o Print time spent on CPU. -s Print userland stack backtraces. -L Don't print PID / TID. -b bufsize Specify the DTrace buffer size.EXIT STATUSThe dtruss utility exits 0 on success, and >0 if an error occurs.SEE ALSOdtrace(1)HISTORYThe dtruss utility comes from the DTraceToolkit and was first imported into FreeBSD 9.0.AUTHORSBrendan GreggBSDAugust 26, 2010 BSD
Related Man Pages |
---|
dapptrace(1m) - mojave |
dtruss(1m) - mojave |
lastwords(1m) - mojave |
lastwords(1m) - osx |
topsyscall(1m) - osx |
Similar Topics in the Unix Linux Community |
---|
ps command |
PID - Getting the processname of terminated/old Process |
pid number creation rules on aix |
Process on CPU inside syscall |
Isolate text with sed or similar utility |