monitor « JBoss « Java Enterprise Q&A





1. JVisualVM problem with monitoring JBoss    stackoverflow.com

I want to monitor my application running inside JBoss version 3.2.5 using JVisualVM. I have installed my app to run ass windows serivce. JVisualVM sees my application but i can't see ...

2. Is it possible to monitor jboss if it happens to run out of memory?    stackoverflow.com

Sometimes when I redeploy war too many times, jboss gives java.lang.OutOfMemoryError: PermGen space error, is it possible to monitor jboss with other Java program that is not run inside jboss, to ...

3. jboss client-server app. concurrent user    stackoverflow.com

I have a client-server application. Client app. is a swing application. Server app. is ejb3 based Java EE application and working on JBoss AS 4.2.1.GA. Client and server are communicating with ...

4. JBOSS Monitoring tool on UNIX    stackoverflow.com

I have a web application deployed on a jboss server running on a unix machine. I want to be able to monitor threads, CPU times ,requests, etc. , for gauging application performance ...

5. Monitoring JBOSS ESB    stackoverflow.com

Can anyone suggest which monitoring tool is the best for monitoring JBOSS, in particular ESB queue depth etc? I currently use Hyperic with a custom plugin, does anything support JBOSS ...

6. JBoss threads waiting on random monitor    stackoverflow.com

I'm doing some load testing on a web app deployed in JBoss. It starts up fine, but as the test ramps up and more simulated users start hitting JBoss, performance degrades ...

7. jvisualvm do not monitor local JBoss application on Windows 7 / Windows 2008    stackoverflow.com

When I start JVisualVM on Windows 7 or Windows 2008 there is no way to find JBoss instances running on the same machine

8. JBoss Monitoring with Cacti    stackoverflow.com

If there is anyone out there who has experience with monitoring JBoss with Cacti, I need help! I used this template posted on the Cacti forums. It has 3 ...

9. JBoss memory usage pattern    stackoverflow.com

Taking a look at one of my applications running in a production server, I noticed that there is a "normal but strange" behavior of memory usage. Let me explain: watching the execution ...





10. Application Log Monitoring Tool    stackoverflow.com

I am looking for a good tool to use to track number of errors in the logs. I would like for it to be able to graph results so we can see ...

11. Monitor Listner in JBoss    jmeter.512774.n5.nabble.com

No as far as I know - unless you are willing to write and deploy a status servlet on JBOSS that can return the data in the same way as the tomcat status servlet (I believe you would need to interact with the mbeans to get the same data out) , or you run JBoss with Tomcat Embedded regards deepak ...

12. monitoring JBOSS server with user/password    jmeter.512774.n5.nabble.com

i woud like monitoring the JBOSS server remotly from my PC i know i can use monitor results with a HTTP Request adding parameter XML | TRUE. it's connect with TOMCAT STATUS. My problem is that my remote server have USER and PASSWORD Where ...