uber-common / jvm-profiler

JVM Profiler Sending Metrics to Kafka, Console Output or Custom Reporter
Other
1.78k stars 342 forks source link

Add Python script for folding stacktrack profling samples for flamegraph #16

Closed viirya closed 6 years ago

viirya commented 6 years ago

Thanks for open sourcing jvm-profiler and it is useful for profiling Spark applications.

We are trying to generate flamegraph from Stacktrack Profiling output. This is a simple Python script for folding stack samples. We think it may be useful for others.

CLAassistant commented 6 years ago

CLA assistant check
All committers have signed the CLA.

felixcheung commented 6 years ago

LGTM, hold for another day for review, thx

hiboyang commented 6 years ago

Great, thanks Liang-Chi for contribution, and updating the README as well! Let me merge this PR.

viirya commented 6 years ago

@felixcheung @boy-uber Thanks for review and merging!