Tools for performance bottlenecks and beyond

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/linuxquestions

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarQube - Static code analysis for 29 languages.
  • SaaSHub - Software Alternatives and Reviews
  • bcc

    BCC - Tools for BPF-based Linux IO analysis, networking, monitoring, and more

    Lots of his stuff, perf too actually, is built with ebpf, bcc, kprobes and uprobes.. there's lots of ready to run tools, but perhaps more valuably, code examples on how to build your own.

  • FlameGraph

    Stack trace visualizer

    And of course theres Brendan Greggs .. well, everything...( buy his books if you can, but his website has lots of useful bits ).. his flamegraphs are a great way to visualise how much time the system is spending where ... and what the blockers are, just as an example.. ( he's also the only person I've read who talks specifically about "off cpu profiling" )

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts