Thread I can only see results for tomcat and jvm classes
I can only see results for tomcat and jvm classesHi, I am trying to use the profiler to run a quick sanity check on one of our applications prior to deployment. I have installed it and am collecting data, which I am then able to look through using the webapplicatio...
dpConsole.jarIn the readme of 1.0CR4 it says - ' wakeupOnStartup=true Start the profiler always after the JVM start This option is used to be used in conjunction with dpConsole.jar. If you use that option you have to include d...
Thread analyzer displays empty result, even with log files created.
analyzer displays empty result, even with log files created.Hi there, I'm running JBoss 4.02 on Windows XP. I managed to run the profiler, and I think it collected some data, because the directory is full of logs, and one of them is quite big. When I run the web app to analy...
JbossProfiler DocumentationWhen do you anticipate updates to the documentation? Specifically the memory profiling section. We're looking for more detail and examples which would help understand how JbossProfiler works.
Profiler basically sucksAfter 3 hours of garbage work, this profiler sucks. 1. Installation sucks, Impossible to work on win32 with jboss 4.0.4 G.A a mountain Zion and JRE 1.4.2. 2. After testing two different jboss installations and includ...
P6Spy For Potential SQL ProfilingClebert; I took alook at the P6 API and based on that, it would be possible to collect the following per unique processed SQL statement: 1. Number of invocations 2. Raw elapsed time (and therefore High/Low/Average/L...
Class Leakage ToolLast week, as I was involved on finding memory leaks on redeployments, I created some features on the JVMTIWrapper (org.jboss.profiler.jvmti.JVMTIInterface) useful to find leaks specific to redeployment. Instead of e...
Thread Redeployment Class Leak in commons logging ?
Redeployment Class Leak in commons logging ?Hallo everybody, even though my story is not directly related to jboss-profiler, I'm posting it here as I hope experienced memory-leak tacklers are around. :) I'm running jboss-4.0.4 on jdk 1.5 with ejb3 clustering ...
JBoss Profiler Start Up ProblemsHi All, As a newbee to JBoss Profiler, I would like somebody to help me in the installation and configuration. I am using JBoss 4.0.4 GA windows XP SP2, JBoss Profiler1.0CR4 followed the steps mentioned in the supp...
Mac OS X: Success!Hi everyone. I have successfully built and tested the Memory Profiler (JVMTI) on Mac OS X Intel. I'll e-mail the binary and compile script to Clebert, and hopefully it can be included in the next release. For those o...
All the data files are of size "0" bytesHi All, I've downloaded the latest 1.0RC2 version of jboss profiler. I've followed the following steps to install/deploy jboss profiler on jboss 3.2.7 Set the JAVA_OPTS=-XrunjbossInspector:/tmp/profiler,include=com....
.log.gz files can not be loadedI'm using Win2k_sp4, j2sdk1.4.2_03, jboss-4.0.1sp1 and jboss-profiler-1.0.RC3. While profiling, I activate and stop data gathering with JMX console. Every step goes well until the .log.gz files are generated. But wh...
Problem starting profilerHi, I have a problem starting JBoss with profiler: Linux 2.6.14 JBoss: 4.0.2 JVM: 1.5.0_07 JBoss Profiler RC4 What I did: 1. compiled libjbossInspector.so and libjbossAgent.so from /jvmpi-src/linux/compile.sh and /jv...
Problems Jboss 4.0.2/JKD1.4.2/Profiler1.0.RC3/Solaris 9I use Jboss Profiler 1.0 RC3 with -JBoss 4.0.2, -JD1.4.2 -Solaris 9 JVM for Jboss is running with -server. On 8 of 10 tries to capture data (e.g. kill -3) JVM crashes with a core dump. Here is the console output Ful...
Crashes when send signalI would like to profile JBoss Portal 2.4.0 CR2. I have the following versions: OS: Ubuntu Linux 6.0.6 and Debian Sarge 3.1 Java version: 1.5.0_07,Sun Microsystems Inc gcc version: gcc-4.0 JBoss [Zion] 4.0.4.GA (build...
Sorting a GC operationIn the online docs. (http://labs.jboss.com/portal/jbossprofiler/doc/webinterface.html#webinterface-runtime) there is a Figure 4.10 that shows the details of a GC. There are three links on each line of the table: Leaks...
Thread Directory to clean after using JBoss Profiler?
Directory to clean after using JBoss Profiler?This is from the readme.txt that is included with the JBoss Profiler: "There is a class named "FileCollection" which uses the Tomcat's temporary file system as a virtual memory buffer. You might want to clean that di...
Thread Calculating the Percent CPU Utilization for a block of code
Calculating the Percent CPU Utilization for a block of codeI thnk this code closely calculates the CPU utilization of a block of executed code using standard plaform independent Java 1.5, although I suppose it may be susceptible to the vaguaries of different CPU architectures...
Nodes - Unique IdentificationI am in the process of documenting some of the primary structures in the production profiler and their constituent cardinalities. One issue I have run into is the cardinality and identification of Nodes. I had origin...