cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Connection pool metric in weblogic

owen_chen
Guide

The environment I currently monitor is using Web logic, which is connected to Oracle DB later. I found that some Weblogic has "Connection pool" indicators, and some do not.

image029.pngimage030.png

I am thinking, is it related to the "connection type"? Because there will be a "connection pool" indicator when using "normal" connection, but not when using "GribLink".

image017.png

I wonder if you have ever encountered such a situation?
Is there any other way to get the "connection pool" indicator?

 

 

Thank you,

Owen

2 REPLIES 2

AntonioSousa
DynaMight Guru
DynaMight Guru

Please check if Weblogic is exposing this data through JMX. In the Properties section of the process, you should be able to see in the JVM parameters if it is there or not.

Additionally, to see more details, click on "Further details" and you should be able to see details about each connection pool.

Antonio Sousa

owen_chen
Guide

Thank you @AntonioSousa .

I later found a custom to join JMX, and added related metrics.

Featured Posts