Hacker News new | past | comments | ask | show | jobs | submit login
Linux Performance Analysis in 60k Milliseconds (2015) [pdf] (brendangregg.com)
2 points by Tomte 31 days ago | hide | past | favorite | 1 comment



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.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: