Interface IdDatabaseMetricsMXBean
- All Known Implementing Classes:
IdDatabaseMetrics
Database server metrics.
-
Method Summary
Modifier and TypeMethodDescriptionlongdoubledoubledoublelong
-
Method Details
-
getTransactionCommits
long getTransactionCommits()- Returns:
- The number of transactions committed since the application started
-
getTransactionRollbacks
long getTransactionRollbacks()- Returns:
- The number of transactions rolled back since the application started
-
getTransactionMeanSeconds
double getTransactionMeanSeconds()- Returns:
- The mean transaction time
-
getTransactionMaxSeconds
double getTransactionMaxSeconds()- Returns:
- The max transaction time
-
getTransactionMinSeconds
double getTransactionMinSeconds()- Returns:
- The min transaction time
-