Difference between revisions of "Strace"
Jump to navigation
Jump to search
↑ http://man7.org/linux/man-pages/man1/strace.1.html
(Created page with "strace<ref>http://man7.org/linux/man-pages/man1/strace.1.html</ref> is a diagnostic, debugging and instructional userspace utility for Linux that allo...") |
|||
Line 1: | Line 1: | ||
− | [[wikipedia:strace|strace]]<ref>http://man7.org/linux/man-pages/man1/strace.1.html</ref> is a diagnostic, debugging and instructional userspace utility for [[Linux]] that allows to trace [[system calls]] and [[signal Processing/Signals|signals]]. | + | <code>[[wikipedia:strace|strace]]</code><ref>http://man7.org/linux/man-pages/man1/strace.1.html</ref> is a diagnostic, debugging and instructional userspace utility for [[Linux]] that allows to trace [[system calls]] and [[signal Processing/Signals|signals]]. |
== Examples == | == Examples == |
Revision as of 17:41, 8 December 2019
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
- Monitoring and Performance
- perf
- Dtrace, use Dtrace to view syscalls inside a Docker container. https://blogs.oracle.com/linux/dtrace-a-docker-container
- SystemTap (2005)
Advertising: