public class ClientSessionManager.Statistics extends Object
| Modifier and Type | Field and Description |
|---|---|
long | hostReceiveCountHost receive count. |
long | hostReceiveMaxSizeHost receive maximum size. |
long | hostReceiveSizeHost receive size. |
long | hostSendCountHost send count. |
long | hostSendMaxSizeHost send maximum size. |
long | hostSendSizeHost send size. |
long | inboundCountCount of inbound transactions. |
long | inboundMaxSizeMaximum inbound transaction size. |
long | inboundSizeInbound transaction size. |
long | outboundCountCount of outbound transactions. |
long | outboundMaxSizeMaximum outbound transaction size. |
long | outboundSizeOutbound transaction size. |
int | peakClientCountThe peak client count. |
int[] | peakClientTypeCountThe peak client count per client type. |
long | startTimeThe start time for the statistics (milliseconds since January 1, 1970, 00:00:00 GMT). |
long | wsErrorCountWeb server error count. |
long | wsHitCountWeb server hit count. |
long | wsMaxQueueSizeWeb server max queue size. |
long | wsReceiveCountWeb server receive count. |
long | wsReceiveMaxSizeWeb server receive maximum size. |
long | wsReceiveSizeWeb server receive size. |
long | wsRedirCountWeb server redirection count. |
long | wsSendCountWeb server count. |
long | wsSendMaxSizeWeb server maximum size. |
long | wsSendSizeWeb server send size. |
| Constructor and Description |
|---|
Statistics() |
public long startTime
public int peakClientCount
public final int[] peakClientTypeCount
public long outboundSize
public long outboundMaxSize
public long outboundCount
public long inboundSize
public long inboundMaxSize
public long inboundCount
public long hostSendSize
public long hostSendMaxSize
public long hostSendCount
public long hostReceiveSize
public long hostReceiveMaxSize
public long hostReceiveCount
public long wsHitCount
public long wsRedirCount
public long wsErrorCount
public long wsMaxQueueSize
public long wsSendSize
public long wsSendMaxSize
public long wsSendCount
public long wsReceiveSize
public long wsReceiveMaxSize
public long wsReceiveCount
Phantom® and NetPhantom® are registered trademarks of Mindus SARL.
© 2026 Mindus SARL. All rights reserved.