|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimonRegistryStatistics
An interface for getting some network related statistics about the SIMON Registry
Method Summary | |
---|---|
long |
getCumulativeManagedSessionCount()
Returns the cumulative number of sessions which were managed (or are being managed) by this service, which means 'currently managed session count + closed session count'. |
int |
getLargestManagedSessionCount()
Returns the maximum number of sessions which were being managed at the same time. |
double |
getLargestReadBytesThroughput()
Returns the maximum of the readBytesThroughput . |
double |
getLargestReadMessagesThroughput()
Returns the maximum of the readMessagesThroughput . |
double |
getLargestWrittenBytesThroughput()
Returns the maximum of the writtenBytesThroughput . |
double |
getLargestWrittenMessagesThroughput()
Returns the maximum of the writtenMessagesThroughput . |
Methods inherited from interface de.root1.simon.SimonRemoteStatistics |
---|
getLastIoTime, getLastReadTime, getLastWriteTime, getReadBytes, getReadBytesThroughput, getReadMessages, getReadMessagesThroughput, getScheduledWriteBytes, getScheduledWriteMessages, getWrittenBytes, getWrittenBytesThroughput, getWrittenMessages, getWrittenMessagesThroughput |
Method Detail |
---|
int getLargestManagedSessionCount()
long getCumulativeManagedSessionCount()
double getLargestReadBytesThroughput()
readBytesThroughput
.
double getLargestWrittenBytesThroughput()
writtenBytesThroughput
.
double getLargestReadMessagesThroughput()
readMessagesThroughput
.
double getLargestWrittenMessagesThroughput()
writtenMessagesThroughput
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |