5 Replies Latest reply on Jul 23, 2012 6:34 AM by dchathura

    JBoss Profiler 2 Results

    fatlog

      hi,

      i've setup JBoss Profiler 2 on JBOss 5.0.0.GA and have it working fine.
      I can see all the log files etc...

      I need to profile an application and am having a little trouble interpreting the results in the log files. Is there any good articles on JBoss Profiler 2?

      For example, in the threads folder each thread has a break-down of mthods called. These are seperated into 'Frames'. What are the frames?

      thanks in advance for any advice

        • 1. Re: JBoss Profiler 2 Results
          jesper.pedersen

          Documentation is very limited at the moment - there is only a basic README.txt file.

          It is on the TODO for the project, but needs involvement from the community to get done -- hint; feel free to submit documentation through JIRA.

          As to 'Frames' - a frame is the invocation hierarchy from the top-level method call until this method returns.

          HTH

          • 2. Re: JBoss Profiler 2 Results
            adilsonoc

            I´ve been using the Jboss Profiler 2, trying to find memory leaks, but I´m having some problems to interpreter the results. Even the "diff" command in the client shows little useful information about the snapshots, specially about memory management.

            There is any other tool to help an user to accomplish these tasks?

            Adilson

            • 3. Re: JBoss Profiler 2 Results
              fatlog

              hi adilsonoc,

              I'm still trying to figure out this profiler too. I primarily used it to gather data on Calling Context Tree's and method execution times within an application so i can them create JMT models of the application.
              To find memory leaks/heap usage data i used Netbeans profiler or JConsole which shows nice graphical representations of heap usage. if you heavn't used Netbeans Profiler it has a wizard for connecting to JBoss.

              If interested, then the following links are useful...

              http://www.netbeans.org/kb/articles/nb-profiler-uncoveringleaks_pt1.html
              http://www.javapassion.com/handsonlabs/nbprofilermemory/

              I also use JMeter to simulate requests.

              • 4. Re: JBoss Profiler 2 Results
                jesper.pedersen

                JBoss Profiler 2 doesn't provide a memory leak view, as it is based on 100% on Java - and we would require a native back-end for that. We have a JIRA for it though.

                But JBoss Profiler 1 will provide you with a memory leak report, so you can you this version :)

                HTH

                • 5. Re: JBoss Profiler 2 Results
                  dchathura

                  I want to get Memory and heap information. I am using java 1.6  and Jboss 5. Is Jboss Profiler 1 compatible with java 1.6?

                   

                  Thankx