Let’s have some fun with flame graphs and curl! I used curl’s scorecard python script to add some dtrace of the curl process and the nice FlameGraph by Brendan Gregg to have a look what curl is actually doing. dtrace makes snapshots of the current stack frames here about 100 times per second and the Flame Graphs tools aggregate these and render an interactive SVG to look at the data. You can read these as follows: