Profiling tools I use for QEMU storage performance optimization
blog.vmsplice.net·4h·
Flag this post

A fair amount of the development work I do is related to storage performance in QEMU/KVM. Although I have written about disk I/O benchmarking and my performance analysis workflow in the past, I haven’t covered the performance tools that I frequently rely on. In this post I’ll go over what’s in my toolbox and hopefully this will be helpful to others.

Performance analysis is hard when the system is slow but there is no clear bottleneck. If a CPU profile shows that a function is consuming significant amounts of time, then that’s a good target for optimizations. On the other hand, if the profile is uniform and each function only consum…

Similar Posts

Loading similar posts...