Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Monitoring resource use in Jboss in JMeter performance test

We are performing some JMeter tests on a JBoss 4.0.5 deployed web app. We want to integrate the resource usage on the application on the server (memory, threads, etc) with the JMeter response time results.

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

One alternative is doing resource usage monitoring by hand, using jconsole or something similar, but we prefer something automated and integrated.

Regards,

like image 801
Angel Palazon Avatar asked Jan 29 '26 17:01

Angel Palazon


1 Answers

JBoss includes Tomcat, so yes. Instead of the /manager/status?XML=true URL path mentioned in the article, use /status?XML=true. That should be it.

like image 175
pra Avatar answered Feb 01 '26 08:02

pra



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!