[jboss-user] [Performance Tuning] - Re: Monitoring JBoss resources

Wolf-Dieter Fink do-not-reply at jboss.com
Mon Feb 7 02:42:09 EST 2011


Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the discussion

"Re: Monitoring JBoss resources"

To view the discussion, visit: http://community.jboss.org/message/585828#585828

--------------------------------------------------------------
You should monitor the datasource pool, here you might use twiddle. Another way is to set a hard limit in a test environment, <blocking-timeout-millis> == 0 you will get an exception instead of slow down the application because of connection bottleneck.

Other canidate will be the GarbageCollector, here you can use the standard gc.log see
  http://www.oracle.com/technetwork/java/javase/gc-tuning-6-140523.html http://www.oracle.com/technetwork/java/javase/gc-tuning-6-140523.html  (Java6 GC tuning)
 http://www.tagtraum.com/gcviewer.html http://www.tagtraum.com/gcviewer.html (nice GUI to analyze the GC.log)

For your application you migth use the admin console wich shows the number of calls and some statistics about your EJBs.
Also some general statistic logging within the application si helpful.
But all of this depends the structure of you app (JSP, EJB .....)
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/585828#585828]

Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110207/540124cd/attachment.html 


More information about the jboss-user mailing list