public class ClientSessionManager.Statistics extends Object
Modifier and Type | Field and Description |
---|---|
long |
hostReceiveCount
Host receive count.
|
long |
hostReceiveMaxSize
Host receive maximum size.
|
long |
hostReceiveSize
Host receive size.
|
long |
hostSendCount
Host send count.
|
long |
hostSendMaxSize
Host send maximum size.
|
long |
hostSendSize
Host send size.
|
long |
inboundCount
Count of inbound transactions.
|
long |
inboundMaxSize
Maximum inbound transaction size.
|
long |
inboundSize
Inbound transaction size.
|
long |
outboundCount
Count of outbound transactions.
|
long |
outboundMaxSize
Maximum outbound transaction size.
|
long |
outboundSize
Outbound transaction size.
|
int |
peakClientCount
The peak client count.
|
int[] |
peakClientTypeCount
The peak client count per client type.
|
long |
startTime
The start time for the statistics (milliseconds since January 1, 1970,
00:00:00 GMT).
|
long |
wsErrorCount
Web server error count.
|
long |
wsHitCount
Web server hit count.
|
long |
wsMaxQueueSize
Web server max queue size.
|
long |
wsReceiveCount
Web server receive count.
|
long |
wsReceiveMaxSize
Web server receive maximum size.
|
long |
wsReceiveSize
Web server receive size.
|
long |
wsRedirCount
Web server redirection count.
|
long |
wsSendCount
Web server count.
|
long |
wsSendMaxSize
Web server maximum size.
|
long |
wsSendSize
Web 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.
© © Mindus SARL, 2024. All rights reserved.