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