简体   繁体   English

监视Spring Java应用程序

[英]Monitor Spring java application

性能监视器Spring Java应用程序的最佳方法是什么?Jamon,Beet等

javamelody: http : //code.google.com/p/javamelody/易于集成,但如果启用了安全管理器,则会引发异常。

A spring application is no different in regard to monitoring than any other application. 弹簧应用程序在监视方面与任何其他应用程序没有什么不同。 So use whichever tool you are familiar with / you like most. 因此,请使用您最熟悉/最喜欢的工具。

You'll have to monitor the performance on the underlying app server you have deployed on. 您必须监视部署在其上的基础应用服务器上的性能。 If Tomcat you have Lambda Probe. 如果是Tomcat,则具有Lambda Probe。 for weblogic/websphere the consoles provide good in-life monitoring stats 对于weblogic / websphere,控制台可提供良好的实时监控统计信息

previous replies focused on performance monitoring and tuning. 先前的答复集中在性能监视和调整上。

however, there is another side in monitoring, this one being adressed by SNMP and its Java counterpart : JMX. 但是,监控还有另一面,SNMP及其Java对应的JMX解决了这一方面。 Like Spring documentation says , JMX integration is quite straightforward. 就像Spring文档所说的那样 ,JMX集成非常简单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM