|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimonRemoteStatistics
An interface for getting some network related statistics from a SimonRemote
's session
Method Summary | |
---|---|
long |
getLastIoTime()
Returns the time in milliseconds when I/O occurred lastly. |
long |
getLastReadTime()
Returns the time in milliseconds when read operation occurred lastly. |
long |
getLastWriteTime()
Returns the time in milliseconds when write operation occurred lastly. |
long |
getReadBytes()
Returns the number of bytes read by this service |
double |
getReadBytesThroughput()
Returns the number of read bytes per second. |
long |
getReadMessages()
Returns the number of messages this services has read |
double |
getReadMessagesThroughput()
Returns the number of read messages per second. |
long |
getScheduledWriteBytes()
Returns the number of bytes that are scheduled for sending |
long |
getScheduledWriteMessages()
Returns the number of messages that are scheduled for sending |
long |
getWrittenBytes()
Returns the number of bytes written out by this service |
double |
getWrittenBytesThroughput()
Returns the number of written bytes per second. |
long |
getWrittenMessages()
Returns the number of messages this service has written |
double |
getWrittenMessagesThroughput()
Returns the number of written messages per second. |
Method Detail |
---|
long getLastIoTime()
long getLastReadTime()
long getLastWriteTime()
long getReadBytes()
long getWrittenBytes()
double getReadBytesThroughput()
double getWrittenBytesThroughput()
long getReadMessages()
long getWrittenMessages()
double getReadMessagesThroughput()
double getWrittenMessagesThroughput()
long getScheduledWriteBytes()
long getScheduledWriteMessages()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |