|
SparkseePython3 6.1.0
|
Public Member Functions | |
| get_read (self) | |
| Gets total read data in KBytes. | |
| get_data (self) | |
| Gets database size in KBytes. | |
| get_temp (self) | |
| Gets temporary storage file size in KBytes. | |
| get_write (self) | |
| Gets total written data in KBytes. | |
| get_cache (self) | |
| Gets cache size in KBytes. | |
| get_sessions (self) | |
| Gets the number of sessions. | |
Database statistics.
| sparksee.DatabaseStatistics.get_cache | ( | self | ) |
Gets cache size in KBytes.
| sparksee.DatabaseStatistics.get_data | ( | self | ) |
Gets database size in KBytes.
| sparksee.DatabaseStatistics.get_read | ( | self | ) |
Gets total read data in KBytes.
| sparksee.DatabaseStatistics.get_sessions | ( | self | ) |
Gets the number of sessions.
| sparksee.DatabaseStatistics.get_temp | ( | self | ) |
Gets temporary storage file size in KBytes.
| sparksee.DatabaseStatistics.get_write | ( | self | ) |
Gets total written data in KBytes.