Database statistics.
More...
int64_t DatabaseStatistics::GetCache |
( |
| ) |
const |
|
inline |
Gets cache size in KBytes.
- Returns
- Cache size in KBytes.
int64_t DatabaseStatistics::GetData |
( |
| ) |
const |
|
inline |
Gets database size in KBytes.
- Returns
- Database size in KBytes.
int64_t DatabaseStatistics::GetRead |
( |
| ) |
const |
|
inline |
Gets total read data in KBytes.
- Returns
- Total read data in KBytes.
int64_t DatabaseStatistics::GetSessions |
( |
| ) |
const |
|
inline |
Gets the number of sessions.
- Returns
- The number of sessions.
int64_t DatabaseStatistics::GetTemp |
( |
| ) |
const |
|
inline |
Gets temporary storage file size in KBytes.
- Returns
- Temporary storage file size in KBytes.
int64_t DatabaseStatistics::GetWrite |
( |
| ) |
const |
|
inline |
Gets total written data in KBytes.
- Returns
- Total read written in KBytes.
The documentation for this class was generated from the following file: