Class PerformanceMonitor


  • public class PerformanceMonitor
    extends java.lang.Object
    Utility class for general RPC performance measuring, monitoring, and reporting. Currently just embryonic... and not ever intended to be precise or exact.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long bytesSentDispatch
      Number of bytes sent this dispatch
      long totalBytesSent
      Total number of bytes sent for this connection.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • totalBytesSent

        public long totalBytesSent
        Total number of bytes sent for this connection.
      • bytesSentDispatch

        public long bytesSentDispatch
        Number of bytes sent this dispatch
    • Constructor Detail

      • PerformanceMonitor

        public PerformanceMonitor()