Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 691 Bytes

File metadata and controls

7 lines (4 loc) · 691 Bytes

FlameGraph + Async Profiler as Docker Image

This is a Docker image containing Brendan Gregg's FlameGraph and Andrei Pangin's Async Profiler.

The container is especially useful for profiling Java applications in remote or production environments where installing additional tools is undesirable or restricted. In such cases, the container can be launched on demand, attached to a running Java process, and removed afterward without leaving a footprint.

Usage example can be found in this article.