Difference between revisions of "Strace"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 10: Line 10:
 
* {{lsof}}
 
* {{lsof}}
 
* {{perf}}
 
* {{perf}}
 +
* {{syscall}}
  
  
 
[[Category:Linux commands]]
 
[[Category:Linux commands]]

Revision as of 21:33, 28 November 2020

strace[1] is a diagnostic, debugging and instructional userspace utility for Linux that allows to trace system calls and signals.

Examples

  • Strace ps command:
strace -e open ps
  • strace -p MY_PID_NUMBER

See also

  • http://man7.org/linux/man-pages/man1/strace.1.html
  • Advertising: