Performance Engineering References
Linux
Tools
- Perf command can instrument CPU performance counters, tracepoints, kprobes, and uprobes to gather performance metrics.
- It is based on the perf_events interface exposed by the Linux kernel.
- Capable of gathering metrics on per-thread, per-process, per-cpu or system-wide basis.
Other References
- A gold mine for anyone looking to learn about performance analysis. He also has a great blog.