Interface ConnectionStatistics

Information about the connection's queue of operations

Hierarchy

  • ConnectionStatistics

Properties

incompleteOperationCount: number

Total number of operations submitted to the connection that have not yet been completed. Unacked operations are a subset of this.

incompleteOperationSize: number

Total packet size of operations submitted to the connection that have not yet been completed. Unacked operations are a subset of this.

unackedOperationCount: number

Total number of operations that have been sent to the server and are waiting for a corresponding ACK before they can be completed.

unackedOperationSize: number

Total packet size of operations that have been sent to the server and are waiting for a corresponding ACK before they can be completed.

Generated using TypeDoc