Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

JBoss%20Interview%20Questions%20and%20Answers

Question: How do you monitor JBoss and detect the bottleneck of an application?
Answer: 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.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook