|
1.50.39 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--interbase.interclient.ConnectionStatistics
Statistics about database page and record reads and writes for a connection.
ServerStatistics
,
Connection.getStatistics()
Method Summary | |
int |
getBackoutCount(String table)
Number of removals of record versions from table for this connection. |
int |
getDeleteCount(String table)
Number of database record deletes from table for this connection. |
int |
getDiskReads()
Number of database page reads from disk since connection was attached. |
int |
getDiskWrites()
Number of database page writes to disk since connection was attached. |
int |
getExpungeCount(String table)
Number of removals of a record and all of its ancestors from table, for records whose deletions have been committed for this connection. |
int |
getIndexedReadCount(String table)
Number of table reads done via an index for this connection. |
int |
getInsertCount(String table)
Number of record inserts into table for this connection. |
int |
getMemoryReads()
Number of memory reads from cache since connection was attached. |
int |
getMemoryWrites()
Number of memory writes to cache since connection was attached. |
int |
getPurgeCount(String table)
Number of removals of old versions of fully mature records from table (records committed, resulting in older ancestor versions no longer being needed). |
int |
getSequentialReadCount(String table)
Number of sequential table reads, that is, the number of sequential row reads done for this connection. |
int |
getUpdateCount(String table)
Number of table updates for this connection. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public int getMemoryReads() throws SQLException
public int getMemoryWrites() throws SQLException
public int getDiskReads() throws SQLException
public int getDiskWrites() throws SQLException
public int getBackoutCount(String table) throws SQLException
public int getDeleteCount(String table) throws SQLException
public int getExpungeCount(String table) throws SQLException
public int getInsertCount(String table) throws SQLException
public int getPurgeCount(String table) throws SQLException
public int getIndexedReadCount(String table) throws SQLException
public int getSequentialReadCount(String table) throws SQLException
public int getUpdateCount(String table) throws SQLException
|
1.50.39 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |