Interface ClientStatistics

Information about the client's queue of operations

Hierarchy

  • ClientStatistics

Properties

incompleteOperationCount: number

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

incompleteOperationSize: number

Total packet size of operations submitted to the client 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