Solclient
| Stats_Rx Enumeration |
An Enumeration of the various receive statistics.
Used as a key in the receive stats dictionary. See GetRxStats in
IStatsAccessible.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
Members| Member name | Value | Description | |
|---|---|---|---|
| DirectBytes | 0 | The number of bytes received as Direct messages. | |
| Bytes | 1 | Obsolete. Deprecated; use DirectBytes instead. | |
| DirectMsgs | 2 | The number of Direct messages received. | |
| Msgs | 3 | Obsolete. Deprecated; use DirectMsgs instead. | |
| NonEmptyReads | 4 | The number of messages discarded due to header incompatibilities. | |
| DiscardMsgIndication | 5 | The number of received messages with discard indication set. | |
| DiscardSMFUnknownElement | 6 | The number of messages discarded due to the presence of an unknown element or unknown protocol in the SMF header. | |
| DiscardMsgTooBig | 7 | The number of messages discarded due to msg too large. | |
| AcksSent | 8 | The number of acknowledgments sent for Guaranteed messages. | |
| DiscardsDuplicate | 9 | The number of Guaranteed messages dropped for being duplicates. | |
| DiscardsNoMatchingFlow | 10 | The number of Guaranteed messages discarded due to no match on the flowId. | |
| DiscardsOutOfOrder | 11 | The number of Guaranteed messages discarded for being received out of order. | |
| PersistentBytes | 12 | The number of persistent bytes received on the flow. On the session it is the total number of persistent bytes received across all flows. | |
| PersistentMsgs | 13 | The number of Persistent messages received on the flow. On the session it is the total number of Persistent messages received across all flows. | |
| NonPersitentBytes | 14 | The number of Persistent bytes received on the flow. On the session it is the total number of Persistent bytes received across all flows. | |
| NonPersistentMsgs | 15 | The number of Persistent messages received on the flow. On the session it is the total number of Persistent messages received across all flows. | |
| ControlMsgs | 16 | The number of control (non-data) messages received. | |
| ControlBytes | 17 | The number of bytes received in Control (non-data) messages. | |
| TotalDataBytes | 18 | The total number of data bytes received. | |
| TotalDataMsgs | 19 | The total number of data messages received. | |
| CompressedBytes | 20 | The number of bytes received before decompression. | |
| ReplyMsg | 21 | The reply messages received. | |
| ReplyMsgDiscard | 22 | The reply messages discarded due to no outstanding request. | |
| CacheRequestOkResponse | 23 | The cache requests completed OK. | |
| CacheRequestFulfillData | 24 | Cache requests fulfilled by live data. | |
| CacheRequestErrorResponse | 25 | Cache requests failed due to solCache error response. | |
| CacheRequestDiscardResponse | 26 | Cached request response discarded due to errors in response format. | |
| CacheMsg | 27 | Cached messages delivered to the application. | |
| FoundCutThroughSync | 28 | On a cut-through Flow, the number of times the Flow entered cut-through delivery mode. | |
| LostCutThroughSync | 29 | On a cut-through Flow, the number of times the Flow left cut-through delivery mode to resynchronize with the Guaranteed message storage on the appliance. | |
| LostCutThroughSyncGM | 30 | On a cut-through Flow, the number of times the Flow left cut-through delivery mode to resynchronize with the Guaranteed message storage due to receiving a Guaranteed message that was not previously received as Direct. | |
| OverflowCutThroughSyncBuffer | 31 | On a cut-through Flow, the number of times the synchronization buffer overflowed, delaying synchronization. | |
| AlreadyCutThrough | 32 | On a cut-through Flow, the number of Guaranteed messages discarded because they had already been received on the cut-through Flow. | |
| DiscardFromCutThroughSync | 33 | On a cut-through Flow, the number of messages discarded from the synchronization list other than those discarded due to overflow. | |
| DiscardMessageFlowUnboundPending | 34 | On a transacted flow, the number of messages discarded because the flow is in a UNBOUND pending state. | |
| DiscardMessageTransactionRollback | 35 | On a transacted flow, the number of messages discarded after a transaction rollback and becomes a message comes in with prevMsgId=0. | |
| DiscardTransactionResponse | 36 | On a transacted session, the number of transaction responses discarded due to reconnection. |
See Also