uber-common / jvm-profiler

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

Profiling Spark Streaming application #46

Closed ajames-branch closed 5 years ago

ajames-branch commented 5 years ago

I would like to know how the 'durationProfiling' will work in case of Spark streaming application.

hiboyang commented 5 years ago

durationProfiling will profile a given java method and capture how many times it runs and how long it runs. It doesn't matter if it is Spark streaming application.

ajames-branch commented 5 years ago

durationProfiling will profile a given java method and capture how many times it runs and how long it runs. It doesn't matter if it is Spark streaming application.

Thank You @boy-uber