| How to monitor JBoss CPU usage ? |
| Written by Mark S. | |||||||||||||||||||||||
|
If you want to inspect jBoss Thread CPU's usage you have a shortcut from the jmx-console. point at the Mbean ServerInfo under the domain jboss.system. This is a shortcut if you're running your server on localhost: now invoke the operation listThreadCpuUtilization()
Here you can see which threads are pumping the cpu - have a look, besides the threads dedicated to the web applications (running on port 8080) you are using quite a lof of cpu for the ScannerThread which is responsible of period based scanning for the Deployment of applications. Sure you need to enable Deployment Scanning ? in production enviroment you had better disabling it: have a look here at this tip: http://www.mastertheboss.com/en/jboss-howto/38-jboss-recipe/68-configure-jboss-disable-hot-deployment-.html
JBoss.org Search
Custom Search
Only registered users can write comments!
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |


