A port of the lightweight-java-profiler (ljp). ljp acts as a bare-bones agentlib to produce profiling stacks that can be digested, e.g., by Brendan Gregg's flamegraph scripts. Reviewed by: mat, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10194
9 lines
321 B
Text
9 lines
321 B
Text
lightweight-java-profiler
|
|
|
|
a lightweight Java profiler which can be used for flamegraphs
|
|
|
|
The lightweight Java profiler acts as an agent library and generates
|
|
execution stacks. These can be fed into flamegraph utils to profile
|
|
Java applications at minimal cost.
|
|
|
|
WWW: https://github.com/inevity/lightweight-java-profiler
|