-
1. Re: JBoss Profiler 2 Results
jesper.pedersen Jan 9, 2009 10:39 AM (in response to fatlog)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 Feb 11, 2009 2:44 PM (in response to fatlog)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 Feb 12, 2009 4:45 AM (in response to 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 Feb 12, 2009 10:02 AM (in response to fatlog)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 Jul 23, 2012 6:34 AM (in response to jesper.pedersen)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