2 Replies Latest reply on Sep 21, 2007 8:29 AM by singhsachin13

    How to capture the data from the JVMTI

    singhsachin13

      Hi,
      I'm using JBoss -4.0.5. But when I start the "run.bat" file from the JBoss\bin, it gives me the error that JVMPI is not supported.
      Please help me out what changes I've to made or what settings to be done to capture the data from the JVMTI.
      Regards
      Sachin

        • 1. Re: How to capture the data from the JVMTI
          clebert.suconic

          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

            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