Help

Server:/Stats/
Config:/Servers/*/Stats/

SettingExplanationDefault /
Example
Data
Type
Access
R,W,A,D
AverageClients The average number of clients connected, sampled on a periodic basis. 0 IntegerR
BytesRead The total number of bytes received from the network so far. 0 IntegerR
BytesSent The total number of bytes sent to the network so far. 0 IntegerR
Clients The number of clients currently connected. 0 IntegerR
Connections The total number of client connections serviced. 0 IntegerR
CountBusy Number of connections dropped because the server reached its limit regarding the maximum number of connections. 0 IntegerR
CountOverflow Number of connections dropped because the client request overflowed the maximum limits set on client data sizes. 0 IntegerR
CountSecurity Number of connections dropped because of security violations. 0 IntegerR
CountTimeout Number of connections dropped because of transmission timeouts. 0 IntegerR
Errors The count of errors detected. 0 IntegerR
PeakClients The maximum number of clients that have been simultaneously connected. 0 IntegerR
ReadTime Average time in milliseconds taken to read the client request. 0 IntegerR
Requests The total number of client requests serviced. 0 IntegerR
ServiceTime Average time in milliseconds taken to service the request, ignoring reading and writing times. 0 IntegerR
WriteTime Average time in milliseconds taken to write the reply back to the client. 0 IntegerR