com.perforce.p4java.impl.mapbased.rpc.func.proto
Class PerformanceMonitor

java.lang.Object
  extended by com.perforce.p4java.impl.mapbased.rpc.func.proto.PerformanceMonitor

public class PerformanceMonitor
extends 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
 long bytesSentDispatch
          Number of bytes sent this dispatch
 long totalBytesSent
          Total number of bytes sent for this connection.
 
Constructor Summary
PerformanceMonitor()
           
 
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()


Copyright © 2015 Perforce Software. All Rights Reserved.