简体   繁体   English

使用Tomcat管理器监视Tomcat

[英]monitoring Tomcat using Tomcat manager

I'm using Tomcat jmxproxy and status to monitor a web application but there is to much useless information in jmxproxy page and information like number of active connections aren't in any of them.Does anyone know how to filter the jmxproxy page and where I can find such information? 我正在使用Tomcat jmxproxy和status来监视Web应用程序,但是jmxproxy页面中有很多无用的信息,并且其中没有活动连接数之类的信息。有人知道如何过滤jmxproxy页面以及我在哪里可以找到这样的信息?

thanks 谢谢

The Tomcat documentation is fairly clear about how to filter using jmxproxy. Tomcat文档非常清楚如何使用jmxproxy进行过滤。

Number of active connections (whether you are talking about JDBC DataSource or HTTP/AJP connections) is available through JMX, so you just aren't looking hard enough through the "useless" information provided by jmxproxy. 通过JMX可以提供活动连接的数量(无论您是在谈论JDBC DataSource还是HTTP / AJP连接),因此通过jmxproxy提供的“无用”信息对您的关注不够。

Try reading the Tomcat Monitoring FAQ for information on some useful JMX beans you might want to monitor. 尝试阅读Tomcat监视常见问题解答,以获得有关您可能想监视的一些有用的JMX Bean的信息。

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

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