Ques 1
How do you monitor JBoss and detect the bottleneck of an application?
The first step is to measure the different components of your app to see where the degradation is. Is it an external resource (database, message server, etc.) or internal? Where is the app spending all its time?
So the first step could be to use JBoss JMX agents and monitor the components deployed to the application server. Once it's clear which component or library takes most of the time or most of resource you can use a more specialized tool like JProbe and examine the single method or the single objects loaded in memory.
Save For Revision
Save For Revision
Bookmark this item, mark it difficult, or place it in a revision set.
Log in to save bookmarks, difficult questions, and revision sets.
Is it helpful?
Add Comment
View Comments