Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.9.0
Description
Hello,
I'm developing a Application that is running on a default JRE without an Webserver/JMX.
For optimizing Database connections it would be very useful if i could access
BasicDataSource->GenericObjectPool->getStatsString()
I don't see any reason why this Method is protected and not public in GenericObjectPool.
Then BasicDataSource shoud provide a method getStatsString() or the values that represent the statistic data.
If there is any other easy way to access this data within my Java Code I'll implement this if you could give me an example how to get this working easily. I don't want do configure any jmx stuff.
Attachments
Issue Links
- requires
-
POOL-409 BasicDataSource should support GenericObjectPool->getStatsString()
- Closed