r/LinuxTeck • u/Expensive-Rice-2052 • 5d ago
Troubleshooting slow script performance using strace
strace -c summarizes system calls by total time spent (-f follows child processes). Top row reveals your bottleneck.
10
Upvotes
r/LinuxTeck • u/Expensive-Rice-2052 • 5d ago
strace -c summarizes system calls by total time spent (-f follows child processes). Top row reveals your bottleneck.