kubectl-prof icon indicating copy to clipboard operation
kubectl-prof copied to clipboard

Implement profiling for Rust using flamegraph-rs/flamegraph

Open josepdcs opened this issue 1 month ago • 0 comments

Support for profiling Rust projects should be implemented in kubectl-prof, using the flamegraph-rs/flamegraph tool. This integration will allow the generation of execution flamegraphs for Rust applications, improving visibility into resource usage and bottlenecks.

Suggested tasks:

  • Research how to integrate flamegraph-rs/flamegraph with the kubectl-prof workflow.
  • Implement the necessary hooks to launch the profiler from kubectl-prof in Rust workloads.
  • Document the use of this functionality in the project documentation.

Repository to integrate: https://github.com/flamegraph-rs/flamegraph

josepdcs avatar Nov 27 '25 19:11 josepdcs