JanssenProject / JanssenProject/jans
feat(jans-orm): provide details about connection pool usage
Open
comp-jans-orm
enhancement
kind-feature
priority-4
triaged
- Dominant language
- Java
- Stars
- 647
- Forks
- 173
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 110
Description
1. Admin should have statistic about opened/closed/max active/etc SQL connections. This information he can use to tune connection pool size according to load. Default file name to log this statistic should be `app_persistence_orm_statistics.log`
2. For SQL DB we need to allow to specify in configuration `jmxEnabled` and `jmxNameBase`. These 2 enable JMS stats publish is jetty instance have enabled them.
Contributor guide
Assessment
This issue has not been assessed yet.