public class DatabaseStatistics
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
getCache()
Gets cache size in KBytes.
|
long |
getData()
Gets database size in KBytes.
|
long |
getRead()
Gets total read data in KBytes.
|
long |
getSessions()
Gets the number of sessions.
|
long |
getTemp()
Gets temporary storage file size in KBytes.
|
long |
getWrite()
Gets total written data in KBytes.
|
public long getRead()
public long getData()
public long getTemp()
public long getWrite()
public long getCache()
public long getSessions()