conferences | speakers | series

CPU performance analysis for MySQL using Hot/Cold Flame Graph

home

CPU performance analysis for MySQL using Hot/Cold Flame Graph
FOSDEM 2020

Come to see some real-life examples of how you can do CPU profiling with perf and eBPF/BCC, to create FlameGraphs and ColdGraphs visualizations of the on-CPU/off-CPU time spent by the database. Based on these visualizations and reading the database source code (this is why we love Open Source!) you can quickly gain insight about what's burning CPU (FlameGraphs) and what's causing CPU to wait (ColdGraphs), and with this knowledge you will be several steps closer to answering "what's consuming all that CPU time".

Speakers: Vinicius Grippa