Export VisualVM.nps Java profiler data in excel

Is there any way to convert .nps profiler data captured by VisualVM to succeed.

Namely, I would like to get a table view of the HotSpot methods. alt text

In the end, I want to know if there is a way to automate the capture of VisualVM profiler statistics (for example, a command line script) and export it to Excel (CSV file or something else) so that we can automatically load it say Google Docs tables.

VisualVM seems to just use the standard HPROF cpu = samples, but it can do it remotely. I only know the inclusion of profiling as an argument to the JVM. Is there a way to call this from JMX?

+4
source share
1 answer

In VisualVM, there is a basic parameter when viewing the results for export to XML, CSV, NPS.

+4
source

All Articles