简体   繁体   中英

How can I monitor HTTP Outbound Connection Pool Usage in Websphere 6?

I have an application running on Websphere Application Server 6.1 and I changed the value of the following parameter to solve a performance problem.

'com.ibm.websphere.webservices.http.maxConnection'

Now I'm trying to monitor the usage of this pool, but I couldn't find any PMI measure to do so. Is there any way to gather this pool usage metric?

From https://publib.boulder.ibm.com/httpserv/cookbook/WebSphere_Application_Server-WAS_Traditional-Web_Services.html

The outbound connection cache does not have PMI monitoring but does have a lightweight monitor trace: JAX-RPC com.ibm.ws.webservices.engine.transport.channel.Monitor=all=enabled JAX-WS com.ibm.ws.websvcs.transport.channel.Monitor=all=enabled

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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