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. 
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?
source share