Monitoring resource use in Jboss in JMeter performance test

流过昼夜 提交于 2019-12-10 18:15:22

问题


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,


回答1:


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.



来源:https://stackoverflow.com/questions/2386692/monitoring-resource-use-in-jboss-in-jmeter-performance-test

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!