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
  • Method Details

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