IServerStatistics Interface |
Namespace: Crosser.Common.Server
public interface IServerStatistics
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
|
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
|