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