>_ linuxcommand.dev
Startseite strace
Monitoring

strace

System Call Tracer

Ubuntu CentOS Debian SUSE Fedora RHEL macOS
Verifiziert: 2026-03-04
Syntax
$strace [options] <command>
Optionen
-p
-e
-c
-f
Beispiele
$strace ls
$strace -p PID
$strace -e trace=network curl google.com
$strace -c command
Typische Anwendungsfälle
?
Standardverwendung
strace --help
Hinweis Verfolgt Systemaufrufe von Prozessen.
Export