Strace
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
lsof
,strace
,auditctl
,fuser
- Performance:
perf
,strace
, Dtrace, SystemTap,iperf
,uperf
,cgroups
,netperf
, sysbench, Queries Per Second (QPS), PerfKitBenchmarker, Load testing - Dtrace, use Dtrace to view syscalls inside a Docker container. https://blogs.oracle.com/linux/dtrace-a-docker-container
- SystemTap (2005)
Advertising: