SparkseePython  6.0.2
Public Member Functions | List of all members
sparksee.DatabaseStatistics Class Reference

Database statistics. More...

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...
 

Detailed Description

Database statistics.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Member Function Documentation

def sparksee.DatabaseStatistics.get_cache (   self)

Gets cache size in KBytes.

Returns
Cache size in KBytes.
def sparksee.DatabaseStatistics.get_data (   self)

Gets database size in KBytes.

Returns
Database size in KBytes.
def sparksee.DatabaseStatistics.get_read (   self)

Gets total read data in KBytes.

Returns
Total read data in KBytes.
def sparksee.DatabaseStatistics.get_sessions (   self)

Gets the number of sessions.

Returns
The number of sessions.
def sparksee.DatabaseStatistics.get_temp (   self)

Gets temporary storage file size in KBytes.

Returns
Temporary storage file size in KBytes.
def sparksee.DatabaseStatistics.get_write (   self)

Gets total written data in KBytes.

Returns
Total read written in KBytes.