How to monitor JBoss and detect the bottleneck of an application

How do you monitor JBoss and detect the bottleneck of an application?

Different components of the application are to be measured. This step is to find where the degradation is, whether it is external or internal and where is the appliciation spending all the time. Using Joss JMX agents and monitoring the deployed components to the application server involves in the first step.

After finding the most of the time spent by specific components or libraries or most of the resources, one can use Jprobe a specialized tool for examining the single object or the objects loaded in the memory.
Java GUI Framework Interview Questions and Answers
Java GUI Framework - Java graphical interface framework, components by AWT etc.
What is internationalization and localization?
Internationalization and localization - Internationalization is the process of developing globally..
What is Locale?
Locale represents languages and cultural preferences of a geographic area..
Post your comment