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

Capture the database ActiveConnectionsCurrentCount for WebLogic datasources

larry_roberts
DynaMight Champion
DynaMight Champion

I see there are other threads on this topic, but its still not exactly clear to me which one I would use for what I am after. I am using the JMX Editor to try and capture the database ActiveConnectionsCurrentCount for WLS datasources. When setting this up though there is SUM and Count. I am not exactly sure what the difference is and which one I would use in this situation?

Thanks!

 

2 REPLIES 2

Julius_Loman
DynaMight Legend
DynaMight Legend

I think you want to use COUNT for this metric. The metric will then reflect the actual count of the collected JMX attribute in the given point in time.
If you choose, SUM then as it says, it will sum the measured value. This would reflect the total number of connections. This might not be precise since the measurement is done every minute and you won't have information about connections that have been opened and closed between measurement times.


Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Thank you @Julius L. Much appreciated!


Featured Posts