IServerStatistics Properties |
The IServerStatistics type exposes the following members.
Name | Description | |
---|---|---|
![]() | CurrentCrosserConnections |
Returns the current number of CROSSER connections
|
![]() | CurrentHttpConnections |
Returns the current number of HTTP connections
|
![]() | CurrentWsConnections |
Returns the current number of WEBSOCKETS connections
|
![]() | Errors |
Number of errors since server start
|
![]() | Memory |
Memory used (in bytes)
|
![]() | PerSecCrosserBytesIn |
Returns the number of bytes received over CROSSER in the last second
|
![]() | PerSecCrosserBytesOut |
Returns the number of bytes sent over CROSSER in the last second
|
![]() | PerSecCrosserIn |
Returns the number of messages received over CROSSER in the last second
|
![]() | PerSecCrosserOut |
Returns the number of messages sent over CROSSER in the last second
|
![]() | PerSecHttpBytesIn |
Returns the number of bytes received over HTTP in the last second
|
![]() | PerSecHttpBytesOut |
Returns the number of bytes sent over HTTP in the last second
|
![]() | PerSecHttpIn |
Returns the number of messages received over HTTP in the last second
|
![]() | PerSecHttpOut |
Returns the number of messages sent over HTTP in the last second
|
![]() | PerSecWsBytesIn |
Returns the number of bytes received over WEBSOCKETS in the last second
|
![]() | PerSecWsBytesOut |
Returns the number of bytes sent over WEBSOCKETS in the last second
|
![]() | PerSecWsIn |
Returns the number of messages received over WEBSOCKETS in the last second
|
![]() | PerSecWsOut |
Returns the number of messages sent over WEBSOCKETS in the last second
|
![]() | Threads |
Current threads used by the server
|
![]() | TotalCrosserBytesIn |
Returns the accumulated number of bytes received over CROSSER
|
![]() | TotalCrosserBytesOut |
Returns the accumulated number of bytes sent over CROSSER
|
![]() | TotalCrosserConnections |
Returns the accumulated number of CROSSER connections
|
![]() | TotalCrosserIn |
Returns the accumulated number of messages received over CROSSER
|
![]() | TotalCrosserOut |
Returns the accumulated number of messages sent over CROSSER
|
![]() | TotalHttpBytesIn |
Returns the accumulated number of bytes received over HTTP
|
![]() | TotalHttpBytesOut |
Returns the accumulated number of bytes sent over HTTP
|
![]() | TotalHttpConnections |
Returns the accumulated number of HTTP connections
|
![]() | TotalHttpIn |
Returns the accumulated number of messages received over HTTP
|
![]() | TotalHttpOut |
Returns the accumulated number of messages sent over HTTP
|
![]() | TotalWsBytesIn |
Returns the accumulated number of bytes received over WEBSOCKETS
|
![]() | TotalWsBytesOut |
Returns the accumulated number of bytes sent over WEBSOCKETS
|
![]() | TotalWsConnections |
Returns the accumulated number of WEBSOCKETS connections
|
![]() | TotalWsIn |
Returns the accumulated number of messages received over WEBSOCKETS
|
![]() | TotalWsOut |
Returns the accumulated number of messages sent over WEBSOCKETS
|