de.root1.simon
Interface SimonRegistryStatistics

All Superinterfaces:
SimonRemoteStatistics
All Known Implementing Classes:
RegistryStatistics

public interface SimonRegistryStatistics
extends SimonRemoteStatistics

An interface for getting some network related statistics about the SIMON Registry

Author:
alexanderchristian

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

getLargestManagedSessionCount

int getLargestManagedSessionCount()
Returns the maximum number of sessions which were being managed at the same time.


getCumulativeManagedSessionCount

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'.


getLargestReadBytesThroughput

double getLargestReadBytesThroughput()
Returns the maximum of the readBytesThroughput.


getLargestWrittenBytesThroughput

double getLargestWrittenBytesThroughput()
Returns the maximum of the writtenBytesThroughput.


getLargestReadMessagesThroughput

double getLargestReadMessagesThroughput()
Returns the maximum of the readMessagesThroughput.


getLargestWrittenMessagesThroughput

double getLargestWrittenMessagesThroughput()
Returns the maximum of the writtenMessagesThroughput.



Copyright © 2011. All Rights Reserved.