Click or drag to resize

IServerStatistics Properties

The IServerStatistics type exposes the following members.

Properties
  NameDescription
Public propertyCurrentCrosserConnections
Returns the current number of CROSSER connections
Public propertyCurrentHttpConnections
Returns the current number of HTTP connections
Public propertyCurrentWsConnections
Returns the current number of WEBSOCKETS connections
Public propertyErrors
Number of errors since server start
Public propertyMemory
Memory used (in bytes)
Public propertyPerSecCrosserBytesIn
Returns the number of bytes received over CROSSER in the last second
Public propertyPerSecCrosserBytesOut
Returns the number of bytes sent over CROSSER in the last second
Public propertyPerSecCrosserIn
Returns the number of messages received over CROSSER in the last second
Public propertyPerSecCrosserOut
Returns the number of messages sent over CROSSER in the last second
Public propertyPerSecHttpBytesIn
Returns the number of bytes received over HTTP in the last second
Public propertyPerSecHttpBytesOut
Returns the number of bytes sent over HTTP in the last second
Public propertyPerSecHttpIn
Returns the number of messages received over HTTP in the last second
Public propertyPerSecHttpOut
Returns the number of messages sent over HTTP in the last second
Public propertyPerSecWsBytesIn
Returns the number of bytes received over WEBSOCKETS in the last second
Public propertyPerSecWsBytesOut
Returns the number of bytes sent over WEBSOCKETS in the last second
Public propertyPerSecWsIn
Returns the number of messages received over WEBSOCKETS in the last second
Public propertyPerSecWsOut
Returns the number of messages sent over WEBSOCKETS in the last second
Public propertyThreads
Current threads used by the server
Public propertyTotalCrosserBytesIn
Returns the accumulated number of bytes received over CROSSER
Public propertyTotalCrosserBytesOut
Returns the accumulated number of bytes sent over CROSSER
Public propertyTotalCrosserConnections
Returns the accumulated number of CROSSER connections
Public propertyTotalCrosserIn
Returns the accumulated number of messages received over CROSSER
Public propertyTotalCrosserOut
Returns the accumulated number of messages sent over CROSSER
Public propertyTotalHttpBytesIn
Returns the accumulated number of bytes received over HTTP
Public propertyTotalHttpBytesOut
Returns the accumulated number of bytes sent over HTTP
Public propertyTotalHttpConnections
Returns the accumulated number of HTTP connections
Public propertyTotalHttpIn
Returns the accumulated number of messages received over HTTP
Public propertyTotalHttpOut
Returns the accumulated number of messages sent over HTTP
Public propertyTotalWsBytesIn
Returns the accumulated number of bytes received over WEBSOCKETS
Public propertyTotalWsBytesOut
Returns the accumulated number of bytes sent over WEBSOCKETS
Public propertyTotalWsConnections
Returns the accumulated number of WEBSOCKETS connections
Public propertyTotalWsIn
Returns the accumulated number of messages received over WEBSOCKETS
Public propertyTotalWsOut
Returns the accumulated number of messages sent over WEBSOCKETS
Top
See Also