如何监控 Websphere 6 中的 HTTP 出站连接池使用情况?
How can I monitor HTTP Outbound Connection Pool Usage in Websphere 6?
我在 Websphere Application Server 6.1 上有一个应用程序 运行,我更改了以下参数的值以解决性能问题。
'com.ibm.websphere.webservices.http.maxConnection'
现在我正在尝试监视此池的使用情况,但找不到任何 PMI 度量来执行此操作。有什么方法可以收集这个池使用指标吗?
出站连接缓存没有 PMI 监控但有轻量级监控跟踪:
JAX-RPC
com.ibm.ws.webservices.engine.transport.channel.Monitor=全部=启用
JAX-WS
com.ibm.ws.websvcs.transport.channel.Monitor=全部=启用
我在 Websphere Application Server 6.1 上有一个应用程序 运行,我更改了以下参数的值以解决性能问题。
'com.ibm.websphere.webservices.http.maxConnection'
现在我正在尝试监视此池的使用情况,但找不到任何 PMI 度量来执行此操作。有什么方法可以收集这个池使用指标吗?
出站连接缓存没有 PMI 监控但有轻量级监控跟踪: JAX-RPC com.ibm.ws.webservices.engine.transport.channel.Monitor=全部=启用 JAX-WS com.ibm.ws.websvcs.transport.channel.Monitor=全部=启用