Log in to follow, share, and participate in this community.
Thread Long processing time for runtime and memory profiler
Long processing time for runtime and memory profilerWhen can I tell that the memory profiler is complete in JBoss Profiler? I watched it count up to like 5.8 million registers and then it started counting 'swaps'. It hat not completed after 15min+ and so I figured I'd ...
Thread Can't get memory snapshot using jmx-console.
Can't get memory snapshot using jmx-console.I want to use jmx-console to get memory snapshot. 1. I copy the jbossAgent.dll to the C:\WINNT. 2. Run a jvm using command: java -agentlib:jbossAgent -jar Java2Demo.jar 3. Open http://localhost:8080/jmx-console, invok...
Thread need to get a thread dump and stack trace from jboss 3.2.7
need to get a thread dump and stack trace from jboss 3.2.7Folks, I am trying to get a thread dump since one of the threads is chewing up 80% of cpu. I followed the steps described on 'How to generate a thread dump in linux'. The problem is I am UNABLE to kill jboss process...
Thread Profiler works for some ops, but not all, on Suse & jboss 4.
Profiler works for some ops, but not all, on Suse & jboss 4.hello profilers, I am using Suse 10.1 Linux scorpius 2.6.16.27-0.6-smp #1 SMP Wed Dec 13 09:34:50 UTC 2006 i686 i686 i386 GNU/Linux Jboss 4.0.5.GA Seam 1.1.0.GA Facelets My jboss AS was installed using the jems ins...
Thread Profiler work for realtime time-series data?
Profiler work for realtime time-series data?Hi, I'm currently working on a research project involving JBoss where we want to monitor time-series data from JBoss. Ideally it would be nice to monitor a bunch of different set of objects (EJBs, Servlets, methods) a...
unable to use jboss ProfilerI wrote a simple method (in a seperate public class) that prints the number 1 to 20 to the console with a delay of 5 sec. This method was called from a Servlet. Steps to recreate my scenario: 1. start JBoss App Serve...
Internal Error in WebinterfaceHello all, after having profiled my webapplication, I wanted to view the results in the webinterface. I got the page with the selection of the process id etc but in the next step the webinterface crashes with the fol...
can't use profilerI'm using activeTimeout(), run it for 2 seconds. My java params are: -Djava.library.path=/usr/lib -XrunjbossInspector:/tmp,memory=false I'm using profiler CR4, JBoss 4.0.5, java 1.5 At the end, after it stopped, I ...
Thread Compilation errors when trying to build Jboss Profiler taken
Compilation errors when trying to build Jboss Profiler takenHi, I grabbed the CVS version of Jboss Profiler as directed in your website and was trying to build it, but it fails. Here are the details of my system and the errors: OS: HP-UX XXXXX B.11.00 U 9000/800 Java version...
Include= multiple packages?Can you include multiple lists of packages in the filter? I want to do something like below. What would be the syntax for it? include=com.xxx,com.yyy Thanks
units of times in web interfaceThis is probably a silly question - what are the units in the web UI of the process methods(Total time, Average time, CPU time)? Is it milliseconds or nanoseconds. Thanks.
Version QuestionI wanted to use JBoss profiler. I dont know what is the version of JDK & JBoss it supports. I checked WIki, this forum & Internet but i didnot find this information. Can some one please tell me the version of...
Problems displaying resultsAfter playing with JBoss Profiler for almost a hole day, I still can't see the results in the profiler web application. Following the suggestions I found in the forum didn't solve my problem either. What I did: 1. I...
error loading profilerwhen i load the profiler i get this error:
11:48:46,193 INFO [DLQ] Bound to JNDI name: queue/DLQ
11:48:46,537 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBindi...
Thread Please help me about jboss-profiler configuration.
Please help me about jboss-profiler configuration.Dear everybody, I come from China, and I am new user of jboss-profiler. there are some issue happened when I analyse the log data, can you help me and give me some suggestion!! the issue is below for detail: I use jb...
crash during heapSnapshot()Hello. I am trying to debug a memory leak. JBoss are started with -agentlib:jbossAgent. Doing a forceGC() works. Doing heapSnapshot() produces those huge files and then the JBossService just dies. I then restart th...
Thread running jboss profiler under SolarisX86 on 64-bit JVM
running jboss profiler under SolarisX86 on 64-bit JVMWe have a 64-bit JVM installed on our solaris10 on X86 platform. I successfully compiled JVMPI library using compile.sh under jvmpi-src/solaris. (used JAVA_HOME=/usr/jdk/instances/jdk1.5.0_06) I copied libjbossInspect...