Memory usage can be obtained from the MBean

jboss.system:type=ServerInfo

U can view the detail using the below link after replacing jbosshost and port

http://jbosshost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.system%3Atype%3DServerInfo

You can also get ActiveThreadCount from the above MBean

Similarly JDBC stats details can be viewed from the MBean

jboss.jca:name=<JDBC POOL NAME>,service=ManagedConnectionPool 

The attribute InUseConnectionCount will give u the exact number connections in 
use.

Servlet invocation counts can be obtained from 
*:j2eeType=Servlet,* MBeans

CPU usage and Disk usage are not exposed through defualt MBeans available in 
JBoss

To monitor CPU Usage and Disk usage you can use Applications Manager.
It helps you in monitoring performance, availability, and usage statistics of 
JBoss Servers.

For more info refer 
http://manageengine.adventnet.com/products/applications_manager/monitoring-jboss.html

The product is free to monitor upto 10 JBoss servers.
Online demo of the product is available in 
http://demo.appmanager.com/application-management.html

--Yoge


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879192#3879192

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879192


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to