|
1.50.39 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--interbase.interclient.ServerStatistics
Statistics about database page reads and writes and other statistics for a server as a whole.
ConnectionStatistics
,
Server.getStatistics()
Method Summary | |
int |
getDiskReads()
Number of disk page reads since server started.. |
int |
getDiskWrites()
Number of disk page writes since server started. |
int |
getMemoryInUse()
Get the server memory in use for all connections to this server. |
int |
getMemoryInUse(String database)
Get the server memory in use for all connections to a specific database. |
int |
getMemoryReads()
Number of memory reads from cache since server started.. |
int |
getMemoryWrites()
Number of memory writes to cache since server started.. |
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 getMemoryInUse() throws SQLException
public int getMemoryInUse(String database) throws SQLException
|
1.50.39 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |