IServerStatistics Methods |
The IServerStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| DecreaseCrosserConnections |
Decrease the current number of connections over CROSSER
| |
| DecreaseHttpConnections |
Decrease the current number of connections over HTTP
| |
| DecreaseWsConnections |
Decrease the current number of connections over WEBSOCKETS
| |
| IncreaseCrosserConnections |
Increase the current number of connections over CROSSER
| |
| IncreaseCrosserIn |
Increase the total messages and bytes reveived over CROSSER
| |
| IncreaseCrosserOut |
Increase the total messages and bytes sent over CROSSER
| |
| IncreaseErrors |
Increases the Error count in the server
| |
| IncreaseHttpConnections |
Increase the current number of connections over HTTP
| |
| IncreaseHttpIn |
Increase the total messages and bytes reveived over HTTP
| |
| IncreaseHttpOut |
Increase the total messages and bytes sent over HTTP
| |
| IncreaseWsConnections |
Increase the current number of connections over WEBSOCKETS
| |
| IncreaseWsIn |
Increase the total messages and bytes reveived over WEBSOCKETS
| |
| IncreaseWsOut |
Increase the total messages and bytes sent over WEBSOCKETS
|