| Article: |
JBoss Optimizations 101 | |
| Subject: | good tips | |
| Date: | 2003-05-29 08:51:36 | |
| From: | anonymous2 | |
|
However, I'm new to jboss. I would like to see an article on the apps people use to analyze and find these bottlenecks. Are they commercial? Open source? Does JBoss offer any utilities? |
||
Showing messages 1 through 2 of 2.
-
good tips
2003-05-30 00:52:40 anonymous2 [View]
-
good tips
2003-06-03 11:15:57 patriot1burke [View]
For locking, JBoss has a lock monitor that monitors how many locks per EJB were made, how many contentions, how much time was lost, the max amount of contentions at one time, etc....
Look in jboss/server/(all or default)/conf/jboss-service.xml for:
<!-- Uncomment to enable JMX monitoring of the entity bean locking
<mbean code="org.jboss.monitor.EntityLockMonitor"
name="jboss.monitor:name=EntityLockMonitor"/>
-->
Regards,
Bill
P.S. THis is documented in our FOR PAY docs.



Cheers,
sacha