Linux Performance Analysis in 60k Milliseconds (2015) [pdf] brendangregg.com 2 points by Tomte 16 hours ago
codingjerk 15 hours 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.
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.