Brett Cave [
http://community.jboss.org/people/brettcave] replied to the discussion
"Is there any tool or plugin for testing the performance in Jboss?"
To view the discussion, visit:
http://community.jboss.org/message/539079#539079
--------------------------------------------------------------
You can inject load using a number of tools, we found JMeter quite useful, by extending it
with our own samplers to simulate load to specific components.
In order to get reports out of the system, you can monitor both JBoss and the OS with
SNMP. We have also used MBeans to extract info such as # of threads and memory usage from
the JBoss JVM and then generated trend graphs based on RRD from this.
last suggestion is possibly AOP interceptors - we looked at this a few years ago, and were
able to determine metrics such as latency on our various application components, although
I can't remember details of the implementation.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/539079#539079]
Start a new discussion in Performance Tuning at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]