https://github.com/epam/java-profiler-tools
FlameGraph + Async Profiler as docker image
https://github.com/epam/java-profiler-tools
deltix ember-sample
Last synced: 5 months ago
JSON representation
FlameGraph + Async Profiler as docker image
- Host: GitHub
- URL: https://github.com/epam/java-profiler-tools
- Owner: epam
- License: apache-2.0
- Created: 2025-06-17T20:43:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-07T15:52:05.000Z (about 1 year ago)
- Last Synced: 2025-08-31T11:18:50.775Z (11 months ago)
- Topics: deltix, ember-sample
- Language: Dockerfile
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlameGraph + Async Profiler as Docker Image
This is a Docker image containing [Brendan Gregg's FlameGraph](https://github.com/brendangregg/FlameGraph) and [Andrei Pangin's Async Profiler](https://github.com/async-profiler/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](https://ember.deltixlab.com/docs/kb/profiling/?_highlight=perf#profiling-ember-with-perf).