SparkseePython3 6.1.0
sparksee.DatabaseStatistics Class Reference

Database statistics. More...

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.

Detailed Description

Database statistics.

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

Member Function Documentation

◆ get_cache()

sparksee.DatabaseStatistics.get_cache ( self)

Gets cache size in KBytes.

Returns
Cache size in KBytes.

◆ get_data()

sparksee.DatabaseStatistics.get_data ( self)

Gets database size in KBytes.

Returns
Database size in KBytes.

◆ get_read()

sparksee.DatabaseStatistics.get_read ( self)

Gets total read data in KBytes.

Returns
Total read data in KBytes.

◆ get_sessions()

sparksee.DatabaseStatistics.get_sessions ( self)

Gets the number of sessions.

Returns
The number of sessions.

◆ get_temp()

sparksee.DatabaseStatistics.get_temp ( self)

Gets temporary storage file size in KBytes.

Returns
Temporary storage file size in KBytes.

◆ get_write()

sparksee.DatabaseStatistics.get_write ( self)

Gets total written data in KBytes.

Returns
Total read written in KBytes.