X Tutup
Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 841 Bytes

File metadata and controls

9 lines (5 loc) · 841 Bytes

Java Support

In order for Parca Agent to be able to make sense of the just-in-time compiled code by the Java VM, the Java process needs to comply to the linux kernel perf jit-interface. To do this, currently users need to start their java process with two flags -XX:+PreserveFramePointer and -agentpath:/your/path/to/libperfmap.so where the libperfmap.so agent can be downloaded here.

Checkout the demo example for more details.

Coming soon

More integrated support without the need of perf-map agent and frame pointers for JVM runtimes using async profiler

X Tutup