【发布时间】:2018-07-26 16:47:01
【问题描述】:
问题 1:
This questions 描述了 currentTheadBusy 和 currentThreadCount mbean 是什么,但是有 connectionCount mbean。
此时,我的生产 Tomcat 应用程序上这 3 个 mbean 的值是:
currentTheadBusy: 1
currentThreadCount: 36
connectionCount: 249
为什么连接比线程多得多?我如何阅读这些价值观?
问题 2:
connectionCount 与 Manager/localhost/myapp/activeSessions mbean 有什么关系?这个 mbean 的当前值是 1125。这些值是否相关或者我错过了这个概念?
谢谢。
【问题讨论】:
标签: java tomcat threadpool jmx mbeans