We are using hibernate and C3PO for connections. Sometimes, load on the DB increases and we start facing issues.
How can we monitor the number of connections we make without exceeding the pool limit?
What other monitoring can be put to avoid load on the DB? A few examples are as follows:
a. Thread count.
b. CPU usage.
c. Space left.
c. I don't know if huge number of transactions could cause any issue. If they do, how to get their counts. etc.