public class ServerStats extends Object
Modifier and Type | Field and Description |
---|---|
AtomicLong |
bufferCompacts |
AtomicLong |
connectStart |
AtomicLong |
incompleteReads |
AtomicLong |
largestRecv |
AtomicLong |
largestRpcPacketRecv |
AtomicLong |
largestRpcPacketSent |
AtomicLong |
largestSend |
AtomicLong |
packetsRecv |
AtomicLong |
packetsSent |
AtomicLong |
recvBufSize |
AtomicLong |
sendBufSize |
AtomicLong |
serverConnections
Number of actual socket connections made so far.
|
AtomicLong |
streamRecvs |
AtomicLong |
streamSends |
AtomicLong |
totalBytesRecv |
AtomicLong |
totalBytesSent |
Constructor and Description |
---|
ServerStats() |
public AtomicLong serverConnections
public AtomicLong streamSends
public AtomicLong streamRecvs
public AtomicLong totalBytesSent
public AtomicLong totalBytesRecv
public AtomicLong largestSend
public AtomicLong largestRecv
public AtomicLong packetsSent
public AtomicLong packetsRecv
public AtomicLong bufferCompacts
public AtomicLong connectStart
public AtomicLong largestRpcPacketSent
public AtomicLong largestRpcPacketRecv
public AtomicLong sendBufSize
public AtomicLong recvBufSize
public AtomicLong incompleteReads
Copyright © 2017 Perforce Software. All Rights Reserved.