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

1 Answer

0 votes
by

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 application spending all the time. Using Jboss 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.

Related questions

0 votes
    How can you start a JTA transaction from a Servlet deployed on JBoss?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    What version of JBoss AS do I need to run Seam?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    What if you need to span your transaction across multiple Servlet invocations in JBOSS?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    What do you understand by an Application in ServiceNow?...
asked May 24, 2021 in Technology by JackTerrance
0 votes
    What do you do to check broken links in an application?...
asked Oct 19, 2020 in Technology by JackTerrance
0 votes
    What do you do if a standard window object is not recognized by QTP in an application that is the undergoing test?...
asked Oct 19, 2020 in Technology by JackTerrance
0 votes
    Can we run Seam outside of JBoss AS?...
asked Jun 6, 2021 in Technology by JackTerrance
0 votes
    Is the Session Factory Thread-safe in JBoss?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    What is JBoss JBPM?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
0 votes
0 votes
    When I try the following lookup in my code: Context initCtx = new InitialContext(); Context envCtx = ( ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 22, 2022 in Education by JackTerrance
0 votes
    Im having a jar file(for java classes) with some associated files of my project.Its bacially a client/ ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 2, 2022 in Education by JackTerrance
0 votes
    I want to try and get an understanding of how JMS works. I am going through a tutorial and have ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
...