TIBCO FTL®
|
This file defines constants related to monitoring data messages, their field names, and their field values. More...
This file defines constants related to monitoring data messages, their field names, and their field values.
Monitoring data messages carry monitoring metrics data about FTL programs. Programs can receive the stream of monitoring data messages by subscribing to the monitoring endpoint.
#define TIB_MONITORING_APPLICATION 1 |
Application
#define TIB_MONITORING_BRIDGE 8 |
Bridge
#define TIB_MONITORING_CLIENT_STATUS_DESTROYED -2 |
The client has been destroyed.
#define TIB_MONITORING_CLIENT_STATUS_EXCEPTION 4 |
The client has indicated an exception.
#define TIB_MONITORING_CLIENT_STATUS_NEEDS_RESTART 2 |
The client needs to be restarted.
#define TIB_MONITORING_CLIENT_STATUS_OFF_LINE -1 |
The client is offline.
#define TIB_MONITORING_CLIENT_STATUS_OUT_OF_SYNC 5 |
The client is out of sync.
#define TIB_MONITORING_CLIENT_STATUS_RUNNING 1 |
The client is running.
#define TIB_MONITORING_CLIENT_STATUS_TIMED_OUT 3 |
The client has timed out.
#define TIB_MONITORING_DYNAMIC_ENTITIES 11 |
Dynamic entities such as connections
#define TIB_MONITORING_EFTL_SERVER 9 |
eFTL service
#define TIB_MONITORING_ENDPOINT 3 |
Endpoint
#define TIB_MONITORING_ENDPOINT_NAME "_monitoringEndpoint" |
Name of the special endpoint that carries FTL monitoring messages; string.
To receive FTL monitoring messages, create a subscriber on this endpoint.
Subscribers on this endpoint receive the stream of monitoring data messages from the FTL server.
It is illegal to create a publisher on this endpoint.
#define TIB_MONITORING_EVENT_TYPE_ADVISORY 4 |
There was an advisory event.
#define TIB_MONITORING_EVENT_TYPE_CLIENT_STATUS_CHANGE 3 |
The client has changed client_status states.
#define TIB_MONITORING_EVENT_TYPE_CONNECTED 1 |
The client is connected.
#define TIB_MONITORING_EVENT_TYPE_DISCONNECTED 2 |
The client is disconnected.
#define TIB_MONITORING_FIELD_ADVISORY "advisory" |
Advisory message. See advisory.h for the fields included.
#define TIB_MONITORING_FIELD_APPINFO_APPINSTANCE "application_instance" |
Application instance (string value).
#define TIB_MONITORING_FIELD_APPINFO_APPLICATION "application" |
Application name (string value).
#define TIB_MONITORING_FIELD_APPINFO_CLIENT_ID "client_id" |
Client ID (string value).
#define TIB_MONITORING_FIELD_APPINFO_SERVER_ID "server_id" |
Server ID (string value).
#define TIB_MONITORING_FIELD_CLIENT_LABEL "client_label" |
Client label (string value).
#define TIB_MONITORING_FIELD_CLIENT_STATUS "client_status" |
Client status (long value).
#define TIB_MONITORING_FIELD_EVENT_TYPE "event_type" |
Event type (long value).
#define TIB_MONITORING_FIELD_HOSTINFO_EFFECTIVE_USER "effective_user" |
Host effective user name (string value).
#define TIB_MONITORING_FIELD_HOSTINFO_FTL_USER "ftl_user" |
FTL user name (string value).
#define TIB_MONITORING_FIELD_HOSTINFO_HOST "host" |
Hostname on which client is running (string value).
#define TIB_MONITORING_FIELD_HOSTINFO_IP "ip" |
IP address of client (string value).
#define TIB_MONITORING_FIELD_HOSTINFO_PID "pid" |
Process ID (long value).
#define TIB_MONITORING_FIELD_HOSTINFO_VERSION "version" |
FTL version client is running (string value).
#define TIB_MONITORING_FIELD_METRIC_CONNECTION_MON_ID "connection_id" |
Metric unique connection id (long value).
#define TIB_MONITORING_FIELD_METRIC_CONTEXT "context" |
Context for this metric (string value).
#define TIB_MONITORING_FIELD_METRIC_CONTEXT_TYPE "context_type" |
Object type tagging for this context (string value).
#define TIB_MONITORING_FIELD_METRIC_END_TIME "end_time" |
Metric end time (long value).
#define TIB_MONITORING_FIELD_METRIC_ENDPOINT_MON_ID "endpoint_mon_id" |
Metric unique endpoint monitor id (long value).
#define TIB_MONITORING_FIELD_METRIC_ENDPOINT_NAME "endpoint_name" |
Metric endpoint name (string value).
#define TIB_MONITORING_FIELD_METRIC_ID "id" |
Unique metric ID (long value).
#define TIB_MONITORING_FIELD_METRIC_INTERFACE "mcast_interface" |
Metric interface (string value).
#define TIB_MONITORING_FIELD_METRIC_LOCAL_IP "local_ip" |
Metric local ip (string value).
#define TIB_MONITORING_FIELD_METRIC_LOCAL_PORT "local_port" |
Metric local port(string value).
#define TIB_MONITORING_FIELD_METRIC_LOCAL_TRANSPORT "local_transport" |
Metric local transport name (string value).
#define TIB_MONITORING_FIELD_METRIC_MATCHER_STRING "matcher_string" |
Metric matcher string(string value).
#define TIB_MONITORING_FIELD_METRIC_MCAST_GROUP "mcast_group" |
Metric mcast group (string value).
#define TIB_MONITORING_FIELD_METRIC_MCAST_RECEIVER_ID "mcast_recv_id" |
Metric unique mcast receiver id(long value).
#define TIB_MONITORING_FIELD_METRIC_MCAST_SENDER_ID "mcast_send_id" |
Metric unique mcast sender id(long value).
#define TIB_MONITORING_FIELD_METRIC_NAME "name" |
Metric name (string value).
#define TIB_MONITORING_FIELD_METRIC_PUBLISHER_LABEL "publisher_label" |
Metric publisher label(string value).
#define TIB_MONITORING_FIELD_METRIC_REMOTE_CLIENT_ID "remote_client_id" |
Metric remote client id (string value).
#define TIB_MONITORING_FIELD_METRIC_REMOTE_IP "remote_ip" |
Metric remote ip(string value).
#define TIB_MONITORING_FIELD_METRIC_REMOTE_PORT "remote_port" |
Metric remote port(string value).
#define TIB_MONITORING_FIELD_METRIC_REMOTE_TRANSPORT "remote_transport" |
Metric remote transport name (string value).
#define TIB_MONITORING_FIELD_METRIC_SEMANTICS "semantics" |
Metric semantics (long value).
#define TIB_MONITORING_FIELD_METRIC_START_TIME "start_time" |
Metric start time (long value).
#define TIB_MONITORING_FIELD_METRIC_SUBSCRIBER_LABEL "subscriber_label" |
Metric subscriber label(string value).
#define TIB_MONITORING_FIELD_METRIC_TYPE "type" |
Metric type (long value).
#define TIB_MONITORING_FIELD_METRIC_VALUE "value" |
Metric value (long value).
#define TIB_MONITORING_FIELD_METRICS "metrics" |
Metrics message array (array of messages). Each message contains a single metric.
#define TIB_MONITORING_FIELD_MSG_TYPE "msg_type" |
Monitoring message type (long value).
#define TIB_MONITORING_FIELD_REALM_SERVER_LABEL "realm_server_label" |
Realm service label (string value).
#define TIB_MONITORING_FIELD_REALM_UUID "realm_uuid" |
Realm UUID (string value).
#define TIB_MONITORING_FIELD_RECORD_TYPE_LABEL "record_type_label" |
Record type label (string value).
#define TIB_MONITORING_FIELD_REPORTING_SERVER_ID "reporting_server_id" |
ID of server to which the client belongs (string value).
#define TIB_MONITORING_FIELD_SERVER_UPTIME "server_uptime" |
Server uptime in seconds (long value).
#define TIB_MONITORING_FIELD_TIMESTAMP "timestamp" |
Time at which the metric was generated (long value), expressed in milliseconds since the epoch.
#define TIB_MONITORING_METRIC_SEMANTICS_COUNTER 1 |
The metric has counter semantics: it is nondecreasing.
#define TIB_MONITORING_METRIC_SEMANTICS_GAUGE 2 |
The metric has gauge semantics: it may increase and decrease.
#define TIB_MONITORING_METRIC_SEMANTICS_NONE 0 |
The metric has no semantics.
#define TIB_MONITORING_MSG_TYPE_EVENT 3 |
The message is a monitoring event message.
#define TIB_MONITORING_MSG_TYPE_METRICS 1 |
The message contains client metrics.
#define TIB_MONITORING_MSG_TYPE_SERVER_METRICS 2 |
The message contains FTL server metrics.
#define TIB_MONITORING_PERSISTENCE_SERVER 5 |
Persistence service
#define TIB_MONITORING_PERSISTENCE_STORE 6 |
Persistence store
#define TIB_MONITORING_PERSISTENCE_STORE_MANAGER 7 |
Persistence store manager
#define TIB_MONITORING_QUEUE 4 |
Queue
#define TIB_MONITORING_REALM_SERVER 10 |
Realm Service
#define TIB_MONITORING_TRANSPORT 2 |
Transport
#define TIB_MONITORING_TYPE_BRIDGE_ACTIVE 6000 |
Bridge active state.
#define TIB_MONITORING_TYPE_BRIDGE_COUNT 5035 |
Bridge service count.
#define TIB_MONITORING_TYPE_BRIDGE_DESTROYED_COUNT 5042 |
Count of bridges currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_BRIDGE_EXCEPTION_COUNT 5039 |
Count of bridges currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_BRIDGE_NEEDS_RESTART_COUNT 5037 |
Count of bridges currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_BRIDGE_OFF_LINE_COUNT 5041 |
Count of bridges currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_BRIDGE_OUT_OF_SYNC_COUNT 5040 |
Count of bridges currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_BRIDGE_RUNNING_COUNT 5036 |
Count of bridges currently in the RUNNING state.
#define TIB_MONITORING_TYPE_BRIDGE_TIMED_OUT_COUNT 5038 |
Count of bridges currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_BYTES_RECEIVED 12 |
Bytes received.
#define TIB_MONITORING_TYPE_BYTES_SENT 11 |
Bytes sent.
#define TIB_MONITORING_TYPE_CHANNEL_ENABLED 4014 |
Channel enabled.
#define TIB_MONITORING_TYPE_CLIENT_CONNECT_COUNT 5009 |
Count of successful client connects.
#define TIB_MONITORING_TYPE_CLIENT_COUNT 5000 |
FTL server client count.
#define TIB_MONITORING_TYPE_CLIENT_DESTROYED_COUNT 5008 |
Count of clients currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_CLIENT_EXCEPTION_COUNT 5005 |
Count of clients currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_CLIENT_NEEDS_RESTART_COUNT 5003 |
Count of clients currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_CLIENT_OFF_LINE_COUNT 5007 |
Count of clients currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_CLIENT_OUT_OF_SYNC_COUNT 5006 |
Count of clients currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_CLIENT_RECONNECT_COUNT 5010 |
Count of successful client reconnects.
#define TIB_MONITORING_TYPE_CLIENT_RUNNING_COUNT 5002 |
Count of clients currently in the RUNNING state.
#define TIB_MONITORING_TYPE_CLIENT_TIMED_OUT_COUNT 5004 |
Count of clients currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_COMMIT_LATENCY 3007 |
Commit latency.
#define TIB_MONITORING_TYPE_COMMITTED_UPDATES 3006 |
Committed updates.
#define TIB_MONITORING_TYPE_CONN_INFO 90001 |
Transport Connection Definition
#define TIB_MONITORING_TYPE_CONN_PACKETS_LOST_INBOUND 90023 |
Packets lost inbound by connection.
#define TIB_MONITORING_TYPE_CONN_PACKETS_LOST_OUTBOUND 90022 |
Packets lost outbound by connection.
#define TIB_MONITORING_TYPE_CONN_PACKETS_MISSED 90021 |
Packets missed by connection.
#define TIB_MONITORING_TYPE_CONN_PACKETS_RECEIVED 90019 |
Packets received by connection.
#define TIB_MONITORING_TYPE_CONN_PACKETS_RETRANSMITTED 90020 |
Packets retransmitted by connection.
#define TIB_MONITORING_TYPE_CONN_PACKETS_SENT 90018 |
Packets sent by connection.
#define TIB_MONITORING_TYPE_CONN_RCVR_SIDE_DISCARDS 90003 |
Transport connection - Number of received messages that failed to match
#define TIB_MONITORING_TYPE_CONN_RCVR_SIDE_MATCHES 90002 |
Transport connection - Number of matches performed at receiving side only
#define TIB_MONITORING_TYPE_CONN_REC_BYTES 90006 |
Bytes received.
#define TIB_MONITORING_TYPE_CONN_REC_MATCHING 90009 |
Received messages that matched a certain matcher
#define TIB_MONITORING_TYPE_CONN_REC_NULL_MATCHES 90004 |
Transport connection - Number of received messages matched the NULL matcher
#define TIB_MONITORING_TYPE_CONN_SENT_BYTES 90005 |
Bytes sent.
#define TIB_MONITORING_TYPE_CONN_SENT_MATCHING 90010 |
Sent messages that matched a certain matcher
#define TIB_MONITORING_TYPE_CONN_SENT_MSGS_MATCHING 90007 |
Messages sent using normal matching procedure
#define TIB_MONITORING_TYPE_CONN_SENT_MSGS_OPAQUE 90008 |
Messages sent using without matching
#define TIB_MONITORING_TYPE_CONNECTION_COUNT 4000 |
Connection count.
#define TIB_MONITORING_TYPE_CONSISTENT_QUORUM_NUMBER 3010 |
Consistent Quorum Number.
#define TIB_MONITORING_TYPE_CONSISTENT_TIMESTAMP 3012 |
Consistent Timestamp.
#define TIB_MONITORING_TYPE_CONSISTENT_VERSION 3011 |
Consistent Version.
#define TIB_MONITORING_TYPE_DATA_LOST 31 |
Data lost.
#define TIB_MONITORING_TYPE_DATALOSS_MESSAGE_COUNT 4011 |
Dataloss message count.
#define TIB_MONITORING_TYPE_DISCARDED_MESSAGE_COUNT 4010 |
Discarded message count.
#define TIB_MONITORING_TYPE_DISK_STATE 3009 |
Disk state.
#define TIB_MONITORING_TYPE_DURABLE_COUNT 2000 |
Durable count.
#define TIB_MONITORING_TYPE_DYNAMIC_FORMATS 51 |
Dynamic formats.
#define TIB_MONITORING_TYPE_DYNAMIC_STAT 100000 |
Start of dynamically created stats
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_COUNT 5051 |
eFTL cluster count.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_DESTROYED_COUNT 5058 |
Count of eFTL clusters currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_EXCEPTION_COUNT 5055 |
Count of eFTL clusters currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_NEEDS_RESTART_COUNT 5053 |
Count of eFTL clusters currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_OFF_LINE_COUNT 5057 |
Count of eFTL clusters currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_OUT_OF_SYNC_COUNT 5056 |
Count of eFTL clusters currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_RUNNING_COUNT 5052 |
Count of eFTL clusters currently in the RUNNING state.
#define TIB_MONITORING_TYPE_EFTL_CLUSTER_TIMED_OUT_COUNT 5054 |
Count of eFTL clusters currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_EP_DELIVERED_MSGS 90012 |
End Point Delivered Messages
#define TIB_MONITORING_TYPE_EP_INFO 90011 |
End Point Description
#define TIB_MONITORING_TYPE_EP_PUBLISHED_MSGS 90013 |
End Point Published Messages
#define TIB_MONITORING_TYPE_EP_SENT_NONMATCHING_MSGS 90014 |
Outgoing Messages that were discarded
#define TIB_MONITORING_TYPE_FILTERED_MESSAGE_COUNT 4009 |
Filtered message count.
#define TIB_MONITORING_TYPE_FORMAT_UNAVAILABLE 32 |
Format unavailable.
#define TIB_MONITORING_TYPE_FTL_SERVER_COUNT 5059 |
FTL server count.
#define TIB_MONITORING_TYPE_FTL_SERVER_DESTROYED_COUNT 5066 |
Count of FTL servers currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_FTL_SERVER_EXCEPTION_COUNT 5063 |
Count of FTL servers currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_FTL_SERVER_NEEDS_RESTART_COUNT 5061 |
Count of FTL servers currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_FTL_SERVER_OFF_LINE_COUNT 5065 |
Count of FTL servers currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_FTL_SERVER_OUT_OF_SYNC_COUNT 5064 |
Count of FTL servers currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_FTL_SERVER_RUNNING_COUNT 5060 |
Count of FTL servers currently in the RUNNING state.
#define TIB_MONITORING_TYPE_FTL_SERVER_TIMED_OUT_COUNT 5062 |
Count of FTL servers currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_COUNT 5027 |
Group client count.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_DESTROYED_COUNT 5034 |
Count of group clients currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_EXCEPTION_COUNT 5031 |
Count of group clients currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_NEEDS_RESTART_COUNT 5029 |
Count of group clients currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_OFF_LINE_COUNT 5033 |
Count of group clients currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_OUT_OF_SYNC_COUNT 5032 |
Count of group clients currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_RUNNING_COUNT 5028 |
Count of group clients currently in the RUNNING state.
#define TIB_MONITORING_TYPE_GROUP_CLIENT_TIMED_OUT_COUNT 5030 |
Count of group clients currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_COUNT 5019 |
Group service count.
#define TIB_MONITORING_TYPE_GROUP_SERVER_DESTROYED_COUNT 5026 |
Count of group servers currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_EXCEPTION_COUNT 5023 |
Count of group servers currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_NEEDS_RESTART_COUNT 5021 |
Count of group servers currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_OFF_LINE_COUNT 5025 |
Count of group servers currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_OUT_OF_SYNC_COUNT 5024 |
Count of group servers currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_RUNNING_COUNT 5020 |
Count of group servers currently in the RUNNING state.
#define TIB_MONITORING_TYPE_GROUP_SERVER_TIMED_OUT_COUNT 5022 |
Count of group servers currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_HISTORY_QUORUM_NUMBER 3002 |
History quorum number.
#define TIB_MONITORING_TYPE_HISTORY_TIMESTAMP 3004 |
History timestamp.
#define TIB_MONITORING_TYPE_HISTORY_UPDATE_VERSION 3003 |
History update version.
#define TIB_MONITORING_TYPE_HISTORY_UPDATE_VERSION_NON_REPLICATED 3008 |
History update version - non replicated.
#define TIB_MONITORING_TYPE_INBOUND_CLUSTER_MESSAGE_COUNT 4004 |
Inbound cluster message count.
#define TIB_MONITORING_TYPE_INBOUND_EFTL_MESSAGE_COUNT 4002 |
Inbound eFTL message count.
#define TIB_MONITORING_TYPE_INBOUND_FTL_MESSAGE_COUNT 4006 |
Inbound FTL message count.
#define TIB_MONITORING_TYPE_MAX_CONNECTION_COUNT 4015 |
Highest connection count.
#define TIB_MONITORING_TYPE_MCAST_DATA_ERRORS 90035 |
Multicast Receiver data errors
#define TIB_MONITORING_TYPE_MCAST_DEL_BYTES 90027 |
Multicast Receiver delivered bytes
#define TIB_MONITORING_TYPE_MCAST_DEL_PACKETS 90029 |
Multicast Receiver delivered packets
#define TIB_MONITORING_TYPE_MCAST_DUP_REC_PACKETS 90034 |
Multicast Receiver duplicate packets received
#define TIB_MONITORING_TYPE_MCAST_LOST_PACKETS 90033 |
Multicast Receiver lost packets
#define TIB_MONITORING_TYPE_MCAST_RCVR_SENT_PACKETS 90030 |
Multicast receiver sent protocol packets
#define TIB_MONITORING_TYPE_MCAST_REC_BYTES 90026 |
Multicast Receiver received bytes
#define TIB_MONITORING_TYPE_MCAST_REC_INFO 90024 |
Multicast Receiver Stream Definition
#define TIB_MONITORING_TYPE_MCAST_REC_PACKETS 90028 |
Multicast Receiver received packets
#define TIB_MONITORING_TYPE_MCAST_SENDER_BYTES_SENT 90037 |
Bytes sent by multicast sender.
#define TIB_MONITORING_TYPE_MCAST_SENDER_PACKETS_LOST_OUTBOUND 90039 |
Packets lost outbound by multicast sender.
#define TIB_MONITORING_TYPE_MCAST_SENDER_PACKETS_RETRANSMITTED 90038 |
Packets retransmitted by the multicast sender.
#define TIB_MONITORING_TYPE_MCAST_SENDER_PACKETS_SENT 90036 |
Packets sent by multicast sender.
#define TIB_MONITORING_TYPE_MCAST_SENT_NAK_REQS 90031 |
Multicast sent NAK requests
#define TIB_MONITORING_TYPE_MCAST_SENT_NAKS 90032 |
Multicast sent NAKs requested
#define TIB_MONITORING_TYPE_MCAST_SND_INFO 90025 |
Multicast Sender Stream Definition
#define TIB_MONITORING_TYPE_MESSAGE_COUNT 1000 |
Message count.
#define TIB_MONITORING_TYPE_MESSAGE_SIZE 1001 |
Message size.
#define TIB_MONITORING_TYPE_MESSAGES_RECEIVED 2 |
Messages received.
#define TIB_MONITORING_TYPE_MESSAGES_SENT 1 |
Messages sent.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_COUNT 5067 |
Other service count.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_DESTROYED_COUNT 5074 |
Count of other services currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_EXCEPTION_COUNT 5071 |
Count of other services currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_NEEDS_RESTART_COUNT 5069 |
Count of other services currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_OFF_LINE_COUNT 5073 |
Count of other services currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_OUT_OF_SYNC_COUNT 5072 |
Count of other services currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_RUNNING_COUNT 5068 |
Count of other services currently in the RUNNING state.
#define TIB_MONITORING_TYPE_OTHER_SERVICE_TIMED_OUT_COUNT 5070 |
Count of other services currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_OUTBOUND_CLUSTER_MESSAGE_COUNT 4005 |
Outbound cluster message count.
#define TIB_MONITORING_TYPE_OUTBOUND_EFTL_MESSAGE_COUNT 4003 |
Outbound eFTL message count.
#define TIB_MONITORING_TYPE_OUTBOUND_FTL_MESSAGE_COUNT 4007 |
Outbound FTL message count.
#define TIB_MONITORING_TYPE_PACKETS_LOST_INBOUND 66 |
Packets lost inbound.
#define TIB_MONITORING_TYPE_PACKETS_LOST_OUTBOUND 65 |
Packets lost outbound.
#define TIB_MONITORING_TYPE_PACKETS_MISSED 64 |
Packets missed.
#define TIB_MONITORING_TYPE_PACKETS_RECEIVED 62 |
Packets received.
#define TIB_MONITORING_TYPE_PACKETS_RETRANSMITTED 63 |
Packets retransmitted.
#define TIB_MONITORING_TYPE_PACKETS_SENT 61 |
Packets sent.
#define TIB_MONITORING_TYPE_PENDING_CONNECTION_COUNT 4012 |
Pending connection count.
#define TIB_MONITORING_TYPE_PENDING_UPDATES 3005 |
Pending updates.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_COUNT 5043 |
Persistence service count.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_DESTROYED_COUNT 5050 |
Count of persistence servers currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_EXCEPTION_COUNT 5047 |
Count of persistence servers currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_NEEDS_RESTART_COUNT 5045 |
Count of persistence servers currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_OFF_LINE_COUNT 5049 |
Count of persistence servers currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_OUT_OF_SYNC_COUNT 5048 |
Count of persistence servers currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_RUNNING_COUNT 5044 |
Count of persistence servers currently in the RUNNING state.
#define TIB_MONITORING_TYPE_PERSISTENCE_SERVER_TIMED_OUT_COUNT 5046 |
Count of persistence servers currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_PROCESS_PEAK_RSS_KB 71 |
Process peak resident/working set size in KB.
#define TIB_MONITORING_TYPE_PROCESS_RSS_KB 70 |
Process resident/working set size in KB.
#define TIB_MONITORING_TYPE_PROCESS_VM_KB 72 |
Process VM size in KB.
#define TIB_MONITORING_TYPE_PROTOCOL_MESSAGE_COUNT 4008 |
Protocol message count.
#define TIB_MONITORING_TYPE_PUB_PUBLISHED_MSGS 90016 |
Publisher Published Messages
#define TIB_MONITORING_TYPE_PUB_SENT_NONMATCHING_MSGS 90017 |
Outgoing Messages that were discarded
#define TIB_MONITORING_TYPE_QUEUE_BACKLOG 41 |
Queue backlog.
#define TIB_MONITORING_TYPE_QUEUE_DISCARDS 42 |
Queue discards.
#define TIB_MONITORING_TYPE_QUORUM_NUMBER 3001 |
Quorum number.
#define TIB_MONITORING_TYPE_QUORUM_STATE 3000 |
Quorum state.
#define TIB_MONITORING_TYPE_RECORDS_AVAIL_FOR_SYNC 1003 |
Records available for sync.
#define TIB_MONITORING_TYPE_RECORDS_CAUGHT_UP 1004 |
Records caught up.
#define TIB_MONITORING_TYPE_RECORDS_SYNCED 1002 |
Records synced.
#define TIB_MONITORING_TYPE_RECORDS_TO_CATCH_UP 1005 |
Records to catch up.
#define TIB_MONITORING_TYPE_SATELLITE_COUNT 5001 |
FTL server satellite count.
#define TIB_MONITORING_TYPE_SATELLITE_DESTROYED_COUNT 5018 |
Count of satellites currently in the DESTROYED state.
#define TIB_MONITORING_TYPE_SATELLITE_EXCEPTION_COUNT 5015 |
Count of satellites currently in the EXCEPTION state.
#define TIB_MONITORING_TYPE_SATELLITE_NEEDS_RESTART_COUNT 5013 |
Count of satellites currently in the NEEDS_RESTART state.
#define TIB_MONITORING_TYPE_SATELLITE_OFF_LINE_COUNT 5017 |
Count of satellites currently in the OFF_LINE state.
#define TIB_MONITORING_TYPE_SATELLITE_OUT_OF_SYNC_COUNT 5016 |
Count of satellites currently in the OUT_OF_SYNC state.
#define TIB_MONITORING_TYPE_SATELLITE_RUNNING_COUNT 5012 |
Count of satellites currently in the RUNNING state.
#define TIB_MONITORING_TYPE_SATELLITE_TIMED_OUT_COUNT 5014 |
Count of satellites currently in the TIMED_OUT state.
#define TIB_MONITORING_TYPE_SEND_BACKLOG_MAX_SIZE 90040 |
Backlog highest size during the previous period
#define TIB_MONITORING_TYPE_SEND_TO_INBOX_FAILURES 5011 |
Count of send to client inbox failures.
#define TIB_MONITORING_TYPE_STORE_MISMATCH_MESSAGES 67 |
Store mismatch messages.
#define TIB_MONITORING_TYPE_SUB_DELIVERED_MSGS 90015 |
Subscriber Delivered Messages
#define TIB_MONITORING_TYPE_SUBSCRIPTION_COUNT 4001 |
Subscription count.
#define TIB_MONITORING_TYPE_SUSPENDED_CONNECTION_COUNT 4013 |
Suspended connection count.
#define TIB_MONITORING_TYPE_SYSTEM_CPU_TIME 74 |
System CPU time in microseconds.
#define TIB_MONITORING_TYPE_TOTAL_CPU_TIME 75 |
Total CPU time in microseconds.
#define TIB_MONITORING_TYPE_UNKNOWN 0 |
Unknown.
#define TIB_MONITORING_TYPE_USER_CPU_TIME 73 |
User CPU time in microseconds.
#define TIB_MONITORING_UNDEFINED 0 |
Undefined