Monitoring resource usage in Jboss in JMeter performance tests

We run some JMeter tests in the deployed JBoss 4.0.5 web application. We want to integrate the use of resources in the application on the server (memory, threads, etc.) with the JMeter response results.

We found a tutorial for this with Tomcat: http://www.informit.com/guides/content.aspx?g=java&seqNum=273 , and we want to know if this can be done with JBoss.

One option is to manually monitor resource usage using jconsole or something similar, but we prefer something automatic and integrated.

Hi,

+3
source share
1 answer

JBoss Tomcat, . /manager/status?XML=true URL, , /status?XML=true. .

+4

Source: https://habr.com/ru/post/1735591/


All Articles