uber-common / jvm-profiler

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

Output results to format other than SVG #23

Closed ghost closed 5 years ago

ghost commented 6 years ago

Can I convert json results to any other format or folded to any other format..?

hiboyang commented 6 years ago

Yes, you could implement your own reporter to generate other format, and use it with command line like following:

java -javaagent:target/jvm-profiler-0.0.9.jar=reporter=com.uber.profiling.reporters.ConsoleOutputReporter ...