Hi
I'm running IBM's jvm (jdk 5.0) with the options -XrunHprof:format=b
I'm aware that instrumenting jvm with hprof involves a performance penality. I would like to quantify that penality. I know that one way to do this is to take off the hprof profiling and run the application, and compare the application's cpu utilization in both cases. But this option is not available to me
I have a running application that is instrumented with hprof. I need to find out what % of cpu is being consumed by the hprof profiler itself.