views:

229

answers:

2

Hi there,

I want to profile my jBoss Apps on a remote server. I've tried the Eclipse TPTP project but with an invoked agent my jBoss Portal doesn't start and it ends in unlimited lines of exceptions.

jProfiler doesn't work either, portal doesn't boot.

Netbeans IDE Profiling seems only to work on local machines or did I missed something?

How do you profile your web apps?

+1  A: 

I use YourKit to profile JBoss servers, and not just in development, either - the YourKit agent runs on production servers, with no performance impact until the GUI is attached. Works very well.

skaffman
If you have money to buy it, yourkit is indeed very nice.
Pascal Thivent
+2  A: 

The VisualVM from the JDK6 works with JBoss Portal (tested with Portal 2.7.1).

Pascal Thivent
Works very well, thanks for this advice.
asrijaal
It really is a nice tool
coolest_head