Contents
namespace solace.StatType
Statistics for sent/received messages and control operations.
Static Properties & Enumerations Top
Static Properties & Enumerations Detail Top
static
public
number
CACHE_REQUEST_FAIL_RESPONSE
= 20
20
Count of cache requests that returned a failure response.
static
public
number
CACHE_REQUEST_FULFILL_DISCARD_RESPONSE
= 21
21
Count of cache replies discarded because a request has been fulfilled.
static
public
number
CACHE_REQUEST_INCOMPLETE_RESPONSE
= 23
23
Count of cache requests that were incomplete.
static
public
number
CACHE_REQUEST_LIVE_DATA_FULFILL
= 24
24
The cache session operation completed when live data arrived on the requested topic.
static
public
number
CACHE_REQUEST_OK_RESPONSE
= 19
19
Count of OK responses to cache requests.
static
public
number
CACHE_REQUEST_SENT
= 18
18
Count of cache requests sent. One conceptual request (i.e. one API call) may involve many requests and replies.
static
public
number
RX_ACKED
= 40
40
Count of acknowledgements sent to the Solace Message Router for guaranteed messages received by the API.
static
public
number
RX_CACHE_MSG
= 22
22
Count of cached messages delivered to the application.
static
public
number
RX_CONTROL_BYTES
= 12
12
Count of bytes received as part of control messages.
static
public
number
RX_CONTROL_MSGS
= 13
13
Count of control messages received.
static
public
number
RX_DIRECT_BYTES
= 10
10
Count of bytes received as part of direct data messages.
static
public
number
RX_DIRECT_MSGS
= 11
11
Count of direct data messages received.
static
public
number
RX_DISCARD_DUPLICATE
= 41
41
Count of guaranteed messages discarded for being duplicates.
static
public
number
RX_DISCARD_MSG_INDICATION
= 14
14
Count discard message indications received on incoming messages.
static
public
number
RX_DISCARD_NO_MATCHING_CONSUMER
= 42
42
Count of guaranteed messages discarded due to no match message consumer for the message.
static
public
number
RX_DISCARD_OUT_OF_ORDER
= 43
43
Count of guaranteed messages discarded for being received out of order.
static
public
number
RX_DISCARD_SMF_UNKNOWN_ELEMENT
= 17
17
Count of messages discarded due to the presence of an unknown element or unknown protocol in the SMF header.
static
public
number
RX_NONPERSISTENT_BYTES
= 38
38
Count of bytes received as part of non-persistent data messages.
static
public
number
RX_NONPERSISTENT_MSGS
= 39
39
Count of non-persistent data messages received.
static
public
number
RX_PERSISTENT_BYTES
= 36
36
Count of bytes received as part of persistent data messages.
static
public
number
RX_PERSISTENT_MSGS
= 37
37
Count of persistent data messages received.
static
public
number
RX_REPLY_MSG_DISCARD
= 16
16
Count of received reply messages that were discarded.
static
public
number
RX_REPLY_MSG_RECVED
= 15
15
Count of reply messaged received.
static
public
number
RX_SETTLE_ACCEPTED
= 46
46
Count of received persistent and non-persistent messages that were accepted manually (no auto-acks).
static
public
number
RX_SETTLE_FAILED
= 45
45
Count of received persistent and non-persistent messages that were failed.
static
public
number
RX_SETTLE_REJECTED
= 44
44
Count of received persistent and non-persistent messages that were rejected.
static
public
number
RX_TOTAL_DATA_BYTES
= 8
8
Count of bytes received as part of data messages.
static
public
number
RX_TOTAL_DATA_MSGS
= 9
9
Count of data messages received.
static
public
number
TX_ACK_TIMEOUT
= 35
35
The number of times the acknowledgment timer expired.
static
public
number
TX_ACKS_RXED
= 33
33
The number of acknowledgments received.
static
public
number
TX_CONTROL_BYTES
= 4
4
Count of bytes sent as part of control messages.
static
public
number
TX_CONTROL_MSGS
= 5
5
Count of control messages sent.
static
public
number
TX_DIRECT_BYTES
= 2
2
Count of bytes sent as part of direct data messages.
static
public
number
TX_DIRECT_MSGS
= 3
3
Count of direct data messages sent.
static
public
number
TX_NONPERSISTENT_BYTES
= 27
27
Count of non-persistent data bytes sent.
static
public
number
TX_NONPERSISTENT_BYTES_REDELIVERED
= 31
31
The number of bytes redelivered in Non-Persistent messages.
static
public
number
TX_NONPERSISTENT_MSGS
= 28
28
Count of non-persistent data messages sent.
static
public
number
TX_NONPERSISTENT_REDELIVERED
= 32
32
The number of Non-Persistent messages redelivered.
static
public
number
TX_PERSISTENT_BYTES
= 25
25
Count of bytes sent as part of persistent data messages.
static
public
number
TX_PERSISTENT_BYTES_REDELIVERED
= 29
29
The number of bytes redelivered in Persistent messages.
static
public
number
TX_PERSISTENT_MSGS
= 26
26
Count of persistent data messages sent.
static
public
number
TX_PERSISTENT_REDELIVERED
= 30
30
The number of Persistent messages redelivered.
static
public
number
TX_REQUEST_SENT
= 6
6
Count of request messages sent.
static
public
number
TX_REQUEST_TIMEOUT
= 7
7
Count of request timeouts that occurred.
static
public
number
TX_TOTAL_DATA_BYTES
Count of bytes sent as part of data messages.
static
public
number
TX_TOTAL_DATA_MSGS
= 1
1
Count of data messages sent.
static
public
number
TX_WINDOW_CLOSE
= 34
34
The number of times the transmit window closed.