Linux Performance Analysis in 60k Milliseconds (2015) [pdf]

2 Tomte 1 5/23/2025, 7:35:14 AM brendangregg.com ↗

Comments (1)

codingjerk · 13h ago
It's interesting, why `strace` isn't mentioned here.

For me, it's the very first thing I'll run (e.g., `strace -p PID`) if a any process is not performing well enough.

It gives a quick insight on what syscalls it's making.