JBOSS Monitoring tool on UNIX [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI have a web application deployed on a jboss server running on a unix machine. I want to be able to monitor threads, CPU times ,requests, etc. , for gauging application performance on the server. What might be the best way to do this?
The jboss.system:type=ServerInfo MBean provides several attributes that can be used to monitor the thread and memory usage in a JBoss instance.
A few open source tools for remote monitoring and administration using Java Management Extensions (JMX)
Jmanage
mx4j
mc4j
There is also RHQ that offers a lot more than just monitoring like alerting on (changed) values, can run operations on the servers (restart etc), can make config changes and also deploy applications on the server (or whole servers on a machine).
Solaris/Linux/*BSD? On Solaris and *BSD, you can consider using DTrace as a general application monitoring tool.
精彩评论