This content has been marked as final.
Show 2 replies
-
1. Re: How to capture the data from the JVMTI
clebert.suconic Sep 20, 2007 10:52 AM (in response to singhsachin13)The JVMTI version for capturing performance data is not ready..
As for "JVMPI is not supported", or you are using parallel GC or a JVM 6. On that case you could use JVMPI if you use a JVM 5- or if you used regular GC. -
2. Re:How to capture the data from the JVMTI
singhsachin13 Sep 21, 2007 8:29 AM (in response to singhsachin13)Hi Clebert Suconic,
Thanks for the reply.
My application is compiled in the JDK 1.6 and from your reply I came to know that JBoss Profiler will not support JVMPI running with JDK 1.6
My problem is that I want to get the method level details i.e time consumed by each method of my application under load.
So How can I profile JBoss under JDK 1.6 to get this details.
Thanks and Regards
Sachin