NeoLoad is able to monitor your Oracle Application Servers during a load test using the JMX (Java Management Extension) protocol.
The monitors require no specific installation on your server and are not intrusive (no WAR to install, no classpath to change etc.)
Supported versions: OAS 10g (10.1.3) and higher.
OAS monitors are divided into 9 categories:
DataSource. Provides data source connection pool information for each data source.
ThreadPool. Monitors thread pool information for each pool.
Transactions. Monitors transactions for the whole server..
JMS.
WebModule. Monitors web modules on the server.
JVM. Monitors the VMs on the server.
EJB. Monitors the activity for each EJB. EJB's are divided into three types:
StatefulSessionBean, StatelessSessionBean and MessageDrivenBean.